Following tutorial: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-20-04 All steps are executed without error. When running: sudo ssh user@serverip, I run into Permission denied (publickey) I can open a DO console with that user, having defined the SSH key as required.
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.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.
This promotional offer applies to new account only.
Hi @c1eeafbe1209-4042-a259-21aae7,
Probably your server require the private key id_rsa and cannot find it. This file is located in
/home/{your_user}/.ssh/id_rsa
.Additionally, for security purposes, check that you have the correct permissions in this file.
Let me know how it goes.
Cheers,
Sergio Turpín