By filoveg
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!
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.
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.