install.fairie/home/private_dot_ssh/private_config.tmpl
Brian Zalewski 36cf2e0cce Latest
2024-05-01 01:21:52 +00:00

35 lines
959 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
IdentityAgent none
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 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 -}}