Wow this is a little complicated but getting Digital Ocean to work is a little complicated, but here are some tips:
Ssh into Digital Ocean Droplet
When you into the thing, you are using the root password, so you need to look at your droplet IP. Unlike things like bluehost you get a unique IP for each droplet.
When you SSH in, you think it works like github, you just add your id_rsa.pub or the public key to the user interface. This doesn’t work. Droplets that are already created don’t read form there. You have to ssh in with your password and add it directly into the authorized_keys in the droplet

cat ~/.ssh/id_rsa.pub | ssh root@[your.ip.address.here] "cat >> ~/.ssh/authorized_keys"

Ssh into Bluehost
You need to goto the control panel and choose SSH access, then insert your id_rsa.pub key and then authorize it. The you can ssh in to your base user account and then the address of the server.

I’m Rich & Co.

Welcome to Tongfamily, our cozy corner of the internet dedicated to all things technology and interesting. Here, we invite you to join us on a journey of tips, tricks, and traps. Let’s get geeky!

Let’s connect