Useful SSH Server Conf TricksApril 24, 2016 |
/etc/ssh/sshd_conf
ChallengeResponseAuthentication no
PasswordAuthentication no
UsePAM no
sudo service ssh restart
ChallengeResponseAuthentication yes
PasswordAuthentication yes
UsePAM yes
/etc/ssh/ssh_config