From: Wolfgang Mueller <wm@ariannuccia.de> Date: Fri, 10 Jun 2022 10:54:28 +0200 On Fri, 10 Jun 2022 at 10:18:24 +0200, Per Jessen wrote:
Wolfgang Mueller wrote:
Yesterday I upgraded one of my computers to Leap 15.4. Everything works fine except for problems with the network. When I try to connect to it from outside by ssh, it answers:
ssh: connect to host az port 22: Connection refused ...
Maybe check that sshd is running and listening on port 22 ?
Thank you very much, Per. You have found the error immediately. After starting sshd, connections are no longer refused. Best regards, Wolfgang For future use, you can try "ssh -v" to find out where the client is getting stuck. The "-v" option can be repeated up to three times. "ssh -vvv" gives me more than six pages of detail for a successful connection, and is a great help in narrowing things down. -- Bob Rogers http://www.rgrjr.com/