Created
May 16, 2017 06:38
-
-
Save joekir/bc4cf1daa7c6755039e92db51a7aa525 to your computer and use it in GitHub Desktop.
sshd hardened config
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 <some high port> | |
PermitRootLogin no | |
PubkeyAuthentication yes | |
IgnoreRhosts yes | |
PasswordAuthentication no | |
PermitEmptyPasswords no | |
ChallengeResponseAuthentication no | |
X11Forwarding no | |
PrintMotd no | |
PrintLastLog yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment