create user and disable password auth

This commit is contained in:
pablo 2021-11-07 09:01:50 +01:00
commit 0276a90ceb
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,4 @@
- Go to file /etc/ssh/sshd_config
- Find param "ChallengeResponseAuthentication" and set to "no"
- Find param "PasswordAuthentication" and set to "no"