By Pete Dixon
We have a user who has an issue using an SSH key and would prefer to keep using a username and password to log in.
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!
Accepted Answer
Hello friend!
Absolutely. You will need to make sure that “AllowRootLogin” is set to yes in /etc/ssh/sshd_config, then restart the SSH service if you had to change that. Be sure to work hard on that password, as merely existing with SSH accessible means as many as thousands of attempted logins by attackers every hour.
Kind Regards, Jarland
The general answer is Yes. You can have both SSH key and password authentication on your Ubuntu server.
You will need to create SSH keys for each user and turn PasswordAuthentication
to yes on your SSH configuration file:
$ sudo nano /etc/ssh/sshd_config
Then:
$ PasswordAuthentication yes
Press **CTRL +X, Y **and Enter to save the file.
Then restart SSH using the command below:
$ sudo service ssh restart
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.