Enhance sshd security
This commit is contained in:
parent
62803f78cb
commit
b40f667257
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
ChallengeResponseAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
UsePAM = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue