Does Fedora Server 39 refuses ssh remote connection with a password by default?

You can also use ssh -o PasswordAuthentication=yes <your server address> to make it use password for the login, then set up your key stuff to make it work by default.

1 Like