create user and disable password auth
This commit is contained in:
commit
0276a90ceb
2 changed files with 14 additions and 0 deletions
4
how_to_disabe_ssh_pwd_auth.txt
Normal file
4
how_to_disabe_ssh_pwd_auth.txt
Normal 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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue