[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: identifying my LInux machine on my LAN




paul@Joy4:~/music/pima$ systemctl status ssh``

● ssh.service - OpenBSD Secure Shell server
      Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor
preset: enabled)
      Active: active (running) since Tue 2021-02-16 11:53:13 MST; 21h ago
        Docs: man:sshd(8)
              man:sshd_config(5)
    Main PID: 359457 (sshd)
 
And what about the ip address and port number?

Check your ip:
$ ip addr

Check which ports are opened:
$ sudo ss -tl4p

Check which ip/port ssh is configured for
$ sudo sshd -T | grep list



ssh and Bitvise still fail t o connect

 Try to ping it from your Windows machine.
c:\> ping [your_linux_ip_addr]
does it work?
Then, try to connect to port 22 using telnet to see if connection could be made.

In Admin powershell
PS C:\>  Enable-WindowsOptionalFeature -Online -FeatureName TelnetClient
PS C:\>  telnet [your_linux_ip_addr]


Reply to: