Trying to access my digital ocean server via a mac terminal.
ssh root@myipaddress
I'm then prompted for a password (I've never been prompted before, as I've left it blank intentionally.). After 3 failed attempts I get:
Permission denied (publickey,password).
I have also tried entering the ssh key for the server and get the same outcome.
I tried adding the key to my SSH-agent and get the following:
WARNING: UNPROTECTED PRIVATE KEY FILE!
Permissions 0644 for '/Users/xxxxx/.ssh/id_rsa.xxx.pub' are too open
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
I've tried contacting D.O. but have yet to hear back. Any help is greatly appreciated!