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)
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024
- Introduction to System Operations (SymOps) - October 30, 2024