Created
February 12, 2021 13:02
-
-
Save hsupu/7836e2490c9a361dbfb239584f7e0664 to your computer and use it in GitHub Desktop.
OpenSSH Client 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
TCPKeepAlive yes | |
ServerAliveInterval 30 | |
Include config.d/*.conf | |
Host 10.*.*.* 172.[16-31].*.* 192.168.*.* | |
StrictHostKeyChecking no | |
UserKnownHostsFile /dev/null | |
ControlMaster auto | |
ControlPath ~/.ssh/sessions/master-%r@%h:%p | |
Host 127.*.*.* | |
StrictHostKeyChecking no | |
UserKnownHostsFile /dev/null | |
Host * | |
Protocol 2 | |
IdentitiesOnly no | |
PasswordAuthentication yes | |
IdentityFile ~/.ssh/id_rsa | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
moved to
dotmy/notes