1
Fork 0

Enhance sshd security

This commit is contained in:
caem 2023-09-18 21:33:40 +00:00 committed by GitHub
parent 62803f78cb
commit b40f667257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,9 @@
enable = true;
settings = {
PasswordAuthentication = false;
ChallengeResponseAuthentication = false;
KbdInteractiveAuthentication = false;
UsePAM = false;
};
};