Report this

What is the reason for this report?

Created droplet and use SSH instead password, but if I log out from a root user then try log in again it asks me for a password.

Posted on January 19, 2015
HHH

By HHH

The problem is that I don’t know the password and I have to close PuTTy and connect again to my server everytime.



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.

How are you logging out of PuTTy? You need to make sure to select your SSH key before connecting back.

I would recommend using an SSH Agent such as Pageant so you would no longer have to worry about selecting your SSH key:

I had the same problem, asking for a password for root. Here is what I did that helped. Following this tutorial https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-14-04, I added my safe user. I went back into root and followed the same steps.
At the step “Add Public Key to New Remote User” Where it say mkdir .ssh … instead cd .ssh and ls to see the files that are there. I continued the steps and when I got to nano .ssh/authorized_keys, I saw that my key was not pasted there. After I added it, it seemed to work… no more asking for a password.

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.