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 there @chinkleet,
As far as I can see from the output it looks like that you might not have added the SSH key from your Virtual Box Server to your Droplet.
To check that I would recommend connecting to your Virtual Box Server via SSH, and then running:
- cat ~/.ssh/id_rsa.pub
After that make sure that the SSH key matches the one that you’ve added to your account.
If this still does not work, I would recommend adding 3 -v for more information:
- ssh -vvv root@your_ip_address
Let me know how it goes! Regards, Bobby
It looks like ssh client cannot match private key with the public key presented by droplet’s ssh server. Did you name your key pair during creating it (e.g. ssh-keygen -f specific_key_name) ? Check your /root/.ssh/ directory. If yes, you should provide full path to the private key, e.g.
ssh -i /root/.ssh/specific_key_name root@139.59.7.4