Report this

What is the reason for this report?

I cannot connect to droplet since upgrading it

Posted on February 12, 2021

Previously I could connect with PuTTY easily. Now that I’ve updated it I cannot connect.

PuTTY tells me there was a connection time out



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.

Hi there,

The error message that you are getting indicates that you are not using the correct SSH key. I could suggest making sure that you’ve selected the correct key and then trying again.

In case that it still does not work, you could follow the steps here on how to regain access to your Droplet in case of lost SSH keys:

https://www.digitalocean.com/docs/droplets/resources/lost-ssh-key/

Regards, Bobby

Hello, @ilovemycat666

You can check our article on How to Upload an SSH Public Key to an Existing Droplet

https://www.digitalocean.com/docs/droplets/how-to/add-ssh-keys/to-existing-droplet/

You can access the droplet from the DigitalOcean console and then temporary enable the PasswordAuthentication on your droplet and access the droplet with a password to upload the ssh-key.

You can upload the key using this command:

  1. ssh-copy-id -i ~/.ssh/mykey user@droplet

Regards, Alex

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.