diff options
author | Oxbian <oxbian@mailbox.org> | 2024-10-15 15:00:35 -0400 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2024-10-15 15:00:35 -0400 |
commit | 843c1c9220c953e03fe0fae7b8a4d99deb7e2b0b (patch) | |
tree | e4b4ec79a2543b8bd7c2a6638535eb9ac6ad5cac /custom.conf | |
parent | 16541e279c0a7cc3f6ae1efea3c8d8a44a424cf1 (diff) | |
download | secure-server.sh-843c1c9220c953e03fe0fae7b8a4d99deb7e2b0b.tar.gz secure-server.sh-843c1c9220c953e03fe0fae7b8a4d99deb7e2b0b.zip |
ADD: firewall config + sysctl options for securitymain
Diffstat (limited to 'custom.conf')
-rw-r--r-- | custom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom.conf b/custom.conf index dedce96..4b2e09f 100644 --- a/custom.conf +++ b/custom.conf @@ -54,7 +54,7 @@ LoginGraceTime 2m StrictModes yes MaxAuthTries 3 MaxSessions 3 -AllowUsers debian +#AllowUsers debian # Expect .ssh/authorized_keys2 to be disregarded by default in future. #AuthorizedKeysFile .ssh/authorized_keys .ssh/authorized_keys2 |