Created
July 11, 2020 23:48
-
-
Save captainGeech42/819167bb8f5b0853f7f0176d0b8bf4f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Port 31337 | |
LogLevel VERBOSE | |
PermitRootLogin no | |
PubkeyAuthentication yes | |
AuthorizedKeysFile .ssh/authorized_keys | |
HostbasedAuthentication no | |
IgnoreRhosts yes | |
PasswordAuthentication no | |
PermitEmptyPasswords no | |
ChallengeResponseAuthentication no | |
UsePAM yes | |
AllowAgentForwarding yes | |
GatewayPorts no | |
X11Forwarding no | |
PrintMotd no | |
AcceptEnv LANG LC_* | |
AllowUsers lowpriv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment