Answers for "disable password via ssh"

2

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 password via ssh"

Browse Popular Code Answers by Language