Answers for "disable password auth on ssh linux"

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 auth on ssh linux"

Browse Popular Code Answers by Language