35 lines
No EOL
965 B
Cheetah
35 lines
No EOL
965 B
Cheetah
Host *
|
|
IgnoreUnknown AddKeysToAgent,UseKeychain
|
|
AddKeysToAgent yes
|
|
UseKeychain yes
|
|
ExitOnForwardFailure yes
|
|
ForwardAgent yes
|
|
ForwardX11 no
|
|
ForwardX11Trusted no
|
|
GSSAPIAuthentication no
|
|
PreferredAuthentications publickey
|
|
Protocol 2
|
|
ServerAliveInterval 60
|
|
ServerAliveCountMax 30
|
|
IdentitiesOnly yes
|
|
IdentityFile ~/.ssh/ssh-13147527
|
|
IdentityFile ~/.ssh/ssh-13196452
|
|
IdentityFile ~/.ssh/ssh-5c-nano-laptop
|
|
IdentityFile ~/.ssh/ssh-5c-nano-green
|
|
IdentityFile ~/.ssh/ssh-5c-green
|
|
IdentityFile ~/.ssh/ssh-5-nano
|
|
IdentityFile ~/.ssh/ssh-5-nfc-green
|
|
IdentityFile ~/.ssh/ssh-5-nfc-red
|
|
IdentityFile ~/.ssh/ssh-5-nfc-yellow
|
|
IdentityFile ~/.ssh/id_rsa
|
|
Host wordpress.megabyte.space
|
|
Host gitlab.com
|
|
UpdateHostKeys no
|
|
IdentityFile ~/.ssh/id_rsa
|
|
Host github.com
|
|
UpdateHostKeys no
|
|
IdentityFile ~/.ssh/id_rsa
|
|
{{ if (lookPath "fig") -}}
|
|
Match all
|
|
Include ~/.fig/ssh
|
|
{{- end -}} |