install.fairie/home/private_dot_ssh/private_config.tmpl

40 lines
1.1 KiB
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
IdentityAgent none
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
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
2024-05-17 23:02:42 -07:00
Host macbook-pro
User {{ .user.username }}
Hostname ssh-macbook-pro.{{ .host.domain }}
ProxyCommand /opt/homebrew/bin/cloudflared access ssh --hostname %h
2023-08-06 22:19:59 -07:00
{{ if (lookPath "fig") -}}
Match all
Include ~/.fig/ssh
2024-04-30 18:21:52 -07:00
{{- end -}}