I have set up a local Ubuntu desktop and port forwarded 22 so I can ssh access it from internet. Works fine. From other ip addresses ssh user@ip returns user@ip’s password: and I can log in From Ubuntu droplet terminal ssh user@ip returns Permission denied (publickey,password)
How do I configure droplet Ubuntu to allow desktop log in?
FYI I access droplet Ubuntu using ssh key pairs
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!
Hi there @jeffki,
You can enable password authentication by following the steps here:
https://www.digitalocean.com/docs/droplets/resources/lost-ssh-key/#enable-password-authentication
If you are still unable to login, I would recommend adding the -v flag to your SSH command to get some debug information:
- ssh -vvv user@ip_address
Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.