1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-16 12:14:42 -04:00

More hardening options

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-07-01 12:57:20 -07:00 committed by GitHub
parent 55db69f9e2
commit 70f007a264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,9 +6,20 @@ PubkeyAcceptedKeyTypes ssh-ed25519
Ciphers aes256-gcm@openssh.com
MACs -*
# Security hardening
AuthorizedKeysFile .ssh/authorized_keys
LoginGraceTime 15s
MaxAuthTries 1
StrictModes yes
## Use PAM for session checks here but authentication is disabled below
UsePAM yes
# Disabling unused authentication methods
ChallengeResponseAuthentication no
PasswordAuthentication no
PermitRootLogin no
KbdInteractiveAuthentication no
KerberosAuthentication no
GSSAPIAuthentication no