Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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, @naith7
Can you confirm if you have multiple ssh keys to access more than one droplet or you’ve created your first ssh-key in order to access this droplet?
Keep in mind that you can use the DigitalOcean console in order to access your droplet and check the file permissions and the content of the /root/.ssh/authorized_key file and make sure your id_rsa.pub key is added to the file as well.
I will recommend you to check the following tutorials:
https://www.digitalocean.com/docs/droplets/how-to/connect-with-ssh/putty/
https://www.digitalocean.com/docs/droplets/how-to/add-ssh-keys/to-existing-droplet/
Regards, Alex