Question

Pub key authentication, Putty, Password authentication

Riddle me this:

I have spent the last 2.3 hours trying to figure this out. I am actually losing my mind, any help is greatly appreciated.

When creating my droplet I decided to use pub key authentication. I manage to ssh, it works great.

I have a friend who wants to ssh through Putty, but it is not working. We have converted private key into format that Putty supports but it would always return error: SSH Public Key - No supported authentication methods available

After some time I decided to just disable Pubkey authentication and enable password only. So I went to sshd config, set pubkeyauthentication to no and passwordauthentication to yes and restarted my ssh. Now when I try to login, it asks for password and then refuses it even though its correct. And when my friend tries to login it, as soon as he enters username it says No supported authentication methods available.


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

alexdo
Site Moderator
Site Moderator badge
December 27, 2022

Hello @urostadic

I’ll recommend re-enabling pubkey authentication and then adding the ssh-key of your friend to the droplet.

You can follow this article on how to add an ssh key to an existing droplet.

https://docs.digitalocean.com/products/droplets/how-to/add-ssh-keys/to-existing-droplet/

Regards

You might have your friend install cygwin on his PC. This is always easier for me when I am forced to use Windows. https://www.cygwin.com/

KFSys
Site Moderator
Site Moderator badge
December 25, 2022

Hi @urostadic,

How do you know it’s correct, how did you change the password?

Additionally, which part of the SSH key you added to your Droplet and to Putty? Basically, on your Droplet, you add the contents of your public key to the ~/.ssh/authorized_keys file and then in Putty add the contents of the private key without any conventions.

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

card icon
Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Sign up
card icon
Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We’d like to help.

Learn more
card icon
Become a contributor

You get paid; we donate to tech nonprofits.

Learn more
Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow – whether you’re running one virtual machine or ten thousand.

Learn more ->
DigitalOcean Cloud Control Panel