Created
June 26, 2019 17:50
-
-
Save flusher/1a733513218599266fb218fb5e7e0417 to your computer and use it in GitHub Desktop.
ssh_config
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 * | |
Compression yes | |
KeepAlive yes | |
ServerAliveInterval 10 | |
GSSAPIAuthentication no | |
AddKeysToAgent yes | |
AddressFamily inet | |
ServerAliveInterval 300 | |
ServerAliveCountMax 2 | |
ControlPersist 600 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment