How to Enable Login with Password on Linux
Let’s update the Password Authentication parameter in the ssh service config file:
|
|
Wait, what? I can’t even find the sshd service?
Install it then:
In the /etc/ssh/sshd_config
file, uncomment this line:
|
|
Done.
Oops! Don’t forget to reboot! 🙂
Or just run:
|
|
Happy networking!