Last active
April 27, 2018 11:25
-
-
Save nidr0x/6baec06dd5cfef6e6be07b802b8167fb to your computer and use it in GitHub Desktop.
SSH 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
Host * | |
ForwardAgent no | |
ForwardX11 no | |
ForwardX11Trusted yes | |
User root | |
Port 22 | |
Protocol 2 | |
StrictHostKeyChecking no | |
UserKnownHostsFile /dev/null | |
ServerAliveInterval 60 | |
ServerAliveCountMax 30 | |
GSSAPIAuthentication no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment