I needed to reboot my droplet to in order to add a new SSH key to access the console via my macbook terminal. It worked but it appears it has crashed rails.
In the nginx error log I see this
to unix:/tmp/unicorn.dr...
I want to connect to my droplet through SSH but I don't have the key it was created with. I have always been using the web based console.
how can I create a new key and connect through my terminal on my Mac?
Sorry i...