On 26/11/2019 11:39, Wolfgang Mueller wrote:
Recently I have installed Leap 15.1 on a new computer which I have given the internal address 192.168.2.13 (wicked service, no DHCP). Everything works fine, but the computer is not reachable by ssh.
/home/wolfgang> ssh 192.168.2.13 ssh: connect to host 192.168.2.13 port 22: Connection refused
How can I make it reachable by ssh?
Just to confirm the obvious: You ARE running sshd on the target machine and it IS configured to listen on port 22 using the protocol and handshake your source is using? You can also try, variously ssh -v 192.168.2.13 ssh -vv 192.168.2.13 and ssh -vvv 192.168.2.13 to see more and more, progressively, about what is going on and where, and possibly why, the connection is refused. Is it at the TCP level, the protocol level or the authentication level? -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org