install.fairie/home/private_dot_ssh/private_config.tmpl

35 lines
965 B
Cheetah
Raw Normal View History

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