passwordless ssh troubles
by mattdawolf from LinuxQuestions.org on (#5FCF1)
I have recently migrated from ubuntu to fedora and have begun experiencing issues.
The server is Fedora Core 22 (because for some reason unbeknownist to me, it just sees all of the LVM arrays while 33 can't...)
The client is Fedora Core 33.
Running the command ssh -vvv -i ~/.ssh/nameofkey -oPubkeyAcceptedKeyTypes=+rsa-sha2-512 user@server will get me into the server without getting prompted for a password.
If I try ssh user@server however, it will prompt me for a password. What could I have overlooked?


The server is Fedora Core 22 (because for some reason unbeknownist to me, it just sees all of the LVM arrays while 33 can't...)
The client is Fedora Core 33.
Running the command ssh -vvv -i ~/.ssh/nameofkey -oPubkeyAcceptedKeyTypes=+rsa-sha2-512 user@server will get me into the server without getting prompted for a password.
If I try ssh user@server however, it will prompt me for a password. What could I have overlooked?