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!
I have tried to copy my local SSH to the Ubuntu server so I can access the server through my local terminal but keep getting “Host key verification failed.” I have searched for an answer with no luck. Is there something I’m missing? I remember adding my SSH key at some point on Digital Ocean, how could I see if it’s currently in use?
cat ~/.ssh/id_rsa.pub | ssh root@206.189.231.207 "mkdir -p ~/.ssh && touch ~/.ssh/authorized_keys && chmod -R go= ~/.ssh && cat >> ~/.ssh/authorized_keys"```
```The authenticity of host '206.189.231.207 (206.189.231.207)' can't be established.
ECDSA key fingerprint is SHA256:xrtup2ZzTh1exrj6cAYb/6OZu7F8qIK6PzqJCfeas9Q.
Are you sure you want to continue connecting (yes/no)?
Host key verification failed.
I am not able to add ssh key. I have tried so many times. I lost my patience. It was showing that" fingerprint was not matched".I have entered so many times ssh key but it was showing as I mention in above. With out adding ssh key we can’t do anything. We can’t login to Linux. Respected sir/madam please help me from this problem (issue).
I am having trouble with Step 2 — Copy the Public Key to Ubuntu Server Copying Public Key Manually
Accessing the server via the DigitalOcean Droplet Console, copy/pasting the public key from my desktop yields incorrect data; the key is copied in as if caps-lock were on. This appears to be a longstanding bug with the console.
Does that mean I must either:
:(
EDIT: It appears that I can successfully copy in smaller amounts of text at a time - in my case, pasting 100 characters at a time worked. Hope this helps anyone in similar situation using the DigitalOcean Droplet Console.
cannot connect to my server via filezilla after setting “PasswordAuthentication no”.How can i rollback from this ?