Enable password authentication by editing /etc/ssh/sshd_config: change PasswordAuthentication no to PasswordAuthentication yes
Restart ssh:
sudo /etc/init.d/ssh restart
systemctl restart sshd (for RHEL7)
Restart ssh:
sudo /etc/init.d/ssh restart
systemctl restart sshd (for RHEL7)
No comments:
Post a Comment