Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save paigeadelethompson/6aafa5d13f40974c0a31164486b10b94 to your computer and use it in GitHub Desktop.
Save paigeadelethompson/6aafa5d13f40974c0a31164486b10b94 to your computer and use it in GitHub Desktop.
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