0

On a new installation of Ubuntu 22.04 I can not connect to my servers from terminal using ssh.

I use this command as I have always done for almost 10 years.

ssh user@host -p55555 

After some time the server replies:

ssh: connect to host 11.22.33.44 port 12345: Connection timed out

I tried to see if there is an active firewall but I can find any.

Do I have to config something new in this version to have access to my servers?

From dolphin explorer I can perfectly connect with the same servers using ftps.

Nmath
  • 12,664

1 Answers1

0

This happened to me. When checking the status of the ufw firewall (to make sure it was off), I noticed an error stating that / was owned by a user other than 0. Looks like the upgrade changed ownership to my personal user. I changed it back to root:root and now SSH and Samba work again.

mikey
  • 1