9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
Include /etc/ssh/ssh_config.d/*.conf
|
||
|
|
||
|
Host *
|
||
|
IdentityFile ~/.ssh/github
|
||
|
IdentityFile ~/.ssh/source-garden
|
||
|
SendEnv LANG LC_*
|
||
|
HashKnownHosts no
|
||
|
GSSAPIAuthentication yes
|