Answers for "disable ssh password"

1

disable ssh password login

$ sudo vi /etc/ssh/sshd_config


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

Code answers related to "disable ssh password"

Browse Popular Code Answers by Language