install.fairie/home/private_dot_ssh/private_config.tmpl

35 lines
965 B
Cheetah
Raw Normal View History

2023-03-19 23:38:30 -07:00
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
2024-01-29 19:59:21 -08:00
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
2023-11-27 18:15:59 -08:00
IdentityFile ~/.ssh/id_rsa
2024-02-14 19:41:41 -08:00
Host wordpress.megabyte.space
2023-03-19 23:38:30 -07:00
Host gitlab.com
UpdateHostKeys no
2024-01-29 19:59:21 -08:00
IdentityFile ~/.ssh/id_rsa
2023-03-19 23:38:30 -07:00
Host github.com
UpdateHostKeys no
2024-01-29 19:59:21 -08:00
IdentityFile ~/.ssh/id_rsa
2023-08-06 22:19:59 -07:00
{{ if (lookPath "fig") -}}
Match all
Include ~/.fig/ssh
{{- end -}}