Answers for "ssh enable password login"

0

disable ssh password login

$ sudo vi /etc/ssh/sshd_config


ChallengeResponseAuthentication no
PasswordAuthentication no
Posted by: Guest on May-11-2021
1

login to ssh with password

ssh -o PasswordAuthentication=yes user@hostname
Posted by: Guest on October-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language