Step 1 – Enable PasswordAuthentication yes in sshd_config
$ sudo vi /etc/ssh/sshd_config
# To disable tunneled clear text passwords, change to no here!
#PasswordAuthentication yes
#PermitEmptyPasswords no
PasswordAuthentication yes
Step 2 – Restart sshd server
$ sudo systemctl restart sshd
Step 3 – Set user password
$ sudo passwd centos
Latest posts by Rajesh Kumar (see all)
- An Introduction of GitLab Duo - December 22, 2024
- Best Hospitals for affordable surgery for medical tourism - December 20, 2024
- Top Global Medical Tourism Companies in the World - December 20, 2024