2024-07-23 00:25:43 -07:00
|
|
|
Host github.com
|
|
|
|
AddKeysToAgent yes
|
|
|
|
IdentityFile /run/agenix/git/github_personal
|
2024-09-14 09:40:25 -07:00
|
|
|
|
|
|
|
Host fm2120.rsync.net
|
|
|
|
AddKeysToAgent yes
|
|
|
|
IdentityFile /run/agenix/borg/rsync/id_rsa
|
2024-07-23 00:25:43 -07:00
|
|
|
{{ if eq .chezmoi.hostname "kestrel" }}
|
|
|
|
Host torus
|
|
|
|
AddKeysToAgent yes
|
|
|
|
IdentityFile /run/agenix/ssh/kestrel/id_ed25519
|
|
|
|
|
|
|
|
Host bulwark
|
|
|
|
AddKeysToAgent yes
|
|
|
|
IdentityFile /run/agenix/ssh/kestrel/id_ed25519
|
|
|
|
{{- end }}
|
2024-09-06 22:44:32 -07:00
|
|
|
{{- if eq .chezmoi.hostname "torus" }}
|
2024-09-06 22:44:16 -07:00
|
|
|
Host kestrel
|
|
|
|
AddKeysToAgent yes
|
|
|
|
IdentityFile /run/agenix/ssh/torus/id_ed25519
|
|
|
|
|
|
|
|
Host bulwark
|
|
|
|
AddKeysToAgent yes
|
|
|
|
IdentityFile /run/agenix/ssh/torus/id_ed25519
|
|
|
|
{{- end }}
|