Report this

What is the reason for this report?

Can not access droplet through ssh

Posted on July 31, 2019

Hello I have reset my droplet root password. and after reset my password i can not access my droplet via terminal ssh. it is showing the following errors.

Permission denied, please try again.

although i can access droplet via droplet console.

What should i do? Thank you



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.

Hello!

Can you ssh using the following command bellow? It will give you more verbose output and we will see how exactly is trying to connect. Also please paste the output of the command. In the meantime try to ssh using the old password as well or try to reset it again.

ssh -vvv root@ipaddress

Alex

I found similar problem where the ‘Add SSH Keys’ dialog does not update the ‘.ssh/authorizedkeys’ file for root. This must be done manually. However a separate issue is that the DO Console opens a terminal browser window that has a short copy/past buffer (~128bytes). From the terminal window run nano ‘.ssh/authorized_keys’ for root, and update the rsa key by repeating copy/paste multiple times until the entire rsa key value is copied

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.