By joilson lima
By accessing the putty is showing this putty “fatal error disconnected the supported authentication methods available server sent publickey gssapi” … Can anyone tell me how to fix? [ Screenshots : http://i.imgur.com/MADV1lV.jpg]
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!
It’s likely that your file paths/folder paths for Putty to see your public keys to access your site are either incorrect, missing, or the files themselves are missing. These settings in Putty are in: Connection -> SSH -> Auth
This comment has been deleted
No supported authentication methods available (server sent: publickey), it basically says that the server said it supported public key authentication only and PuTTY was not able to provide it. I will recommend you double-check the settings in PuTYY. You can check these tutorials:
https://docs.digitalocean.com/products/droplets/how-to/add-ssh-keys/create-with-putty/
You can try copying the key via ssh instead of using PuTTY. You can also use the ssh-copy-id command in order to do so. An example will be:
- ssh-copy-id -i ~/.ssh/mykey user@host
Hope that this helps! Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.