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.
Hi @urostadic,
How do you know it’s correct, how did you change the password?
Additionally, which part of the SSH key you added to your Droplet and to Putty? Basically, on your Droplet, you add the contents of your public key to the ~/.ssh/authorized_keys file and then in Putty add the contents of the private key without any conventions.
You might have your friend install cygwin on his PC. This is always easier for me when I am forced to use Windows. https://www.cygwin.com/
Hello @urostadic
I’ll recommend re-enabling pubkey authentication and then adding the ssh-key of your friend to the droplet.
You can follow this article on how to add an ssh key to an existing droplet.
https://docs.digitalocean.com/products/droplets/how-to/add-ssh-keys/to-existing-droplet/
Regards