Can't log in to SSH via PuTTY: Disconnected: No supported authentication methods available (server sent: public key)
I just bought a linode today and I'm enjoying it so far. However, something apparently happened which I can not now log into PuTTY SSH.
I got the error message
"Disconnected: No supported authentication methods available (server sent: public key)"
Anyone have ideas why I can not get into my SSH?
Thanks!
3 Replies
1. sudo nano /etc/ssh/sshd_config
2. Change PasswordAuthentication to yes
3. save & exit
4. sudo service ssh restart
via Lish