Created
January 21, 2015 00:22
-
-
Save denzuko/90d0aa6166f02fb22b77 to your computer and use it in GitHub Desktop.
SSH Hidden Node configuration
This file contains hidden or 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 22 | |
| AddressFamily any | |
| ListenAddress 127.0.0.1 | |
| Protocol 2 | |
| PermitRootLogin forced-commands-only | |
| LoginGraceTime 2m | |
| MaxAuthTries 3 | |
| MaxSessions 5 | |
| PasswordAuthentication no | |
| ChallengeResponseAuthentication yes | |
| AllowAgentForwarding yes | |
| PermitTunnel yes | |
| UseDNS no | |
| PrintMotd no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment