small_server_thingies/how_to_disabe_ssh_pwd_auth.txt
2021-11-07 09:01:50 +01:00

4 lines
152 B
Text

- Go to file /etc/ssh/sshd_config
- Find param "ChallengeResponseAuthentication" and set to "no"
- Find param "PasswordAuthentication" and set to "no"