Skip to content

Instantly share code, notes, and snippets.

@nidr0x
Last active April 27, 2018 11:25
Show Gist options
  • Save nidr0x/6baec06dd5cfef6e6be07b802b8167fb to your computer and use it in GitHub Desktop.
Save nidr0x/6baec06dd5cfef6e6be07b802b8167fb to your computer and use it in GitHub Desktop.
SSH configuration
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