I’ve used root as login. I’ve used ssh public key as the password. I’ve used ssh public key passphrase as the password.
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.
Hey friend!
The DO console is actually like having a mouse, keyboard, and monitor directly attached to the computer that is your droplet. As a result, it does not connect over the SSH protocol. The password used there will simply be the system root password for the droplet. If you do not have a password defined (meaning all passwords attempted fail, as is the default state when creating droplets with SSH keys), you can SSH in with PuTTY and type “passwd” to set a new root password.
If you created the droplet with an SSH key attached in our cloud panel, SSH login with root password will already be disabled, but you should always make sure the password is sufficiently strong.
Jarland
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.