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
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:
Regards, Alex