Report this

What is the reason for this report?

How can I log into my droplet with Putty and password?

Posted on August 30, 2017

On compute at home I have created ssh key and droplet, it worked ok. Here at work I tried to login but I can’t set new ssh key and Putty won’t let me login since it doesn’t even asks me for password (?)

I try to connect to IP address with Putty, it asks me for “login as”, I type root and then it shows fatal error:

"Disconnected: No supported authentication methods available (server sent publickey, gssapi, gssapi-with-mic)



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!

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.

Connecting via SSH from Windows

First, download a copy of PuTTY. You just need putty.exe from that link, to start.

Next, enter root@[your ip address] in the “Host Name (or IP address)” field and hit the “Open” button.

Connecting via SSH from OS X or Linux

First, get to a terminal. On the Mac, look for the Terminal in your Applications folder. On Linux, run one of xterm, lxterm, Gnome Terminal, etc. In menus, these can usually be found under “Accessories”.

Once you’re at a prompt, just invoke SSH like so. Copy Code

ssh root@192.168.0.5

…replacing 192.168.0.5 with your droplet’s IP address.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.