Created
May 12, 2024 20:23
-
-
Save paigeadelethompson/6aafa5d13f40974c0a31164486b10b94 to your computer and use it in GitHub Desktop.
This file contains 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 * | |
ConnectTimeout 32 | |
Compression no | |
ConnectionAttempts 8 | |
CheckHostIP yes | |
ControlPath /tmp/ssh-%r@%h:%p.socket | |
EnableSSHKeysign no | |
ExitOnForwardFailure yes | |
ForwardX11 no | |
ForwardX11Trusted no | |
HashKnownHosts yes | |
HostBasedAuthentication no | |
Protocol 2 | |
PreferredAuthentications publickey,password | |
ServerAliveInterval 8 | |
ServerAliveCountMax 32 | |
TCPKeepAlive yes | |
VerifyHostKeyDNS yes | |
VisualHostKey yes | |
GatewayPorts no | |
Host github.com | |
ForwardAgent no | |
StrictHostKeyChecking yes | |
LogLevel DEBUG | |
Host gitlab.com | |
ForwardAgent no | |
StrictHostKeyChecking yes | |
LogLevel DEBUG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment