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!
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 for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
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:Then:
Press **CTRL +X, Y **and Enter to save the file.
Then restart SSH using the command below: