monakhos/ansible/templates/ssh_config

7 lines
191 B
Text
Raw Normal View History

2024-06-11 15:22:00 +00:00
IdentityFile "~/.ssh/{{ device_name }}_perso_generic_ed25519"
2024-05-26 20:17:13 +00:00
Host forge.lefuturiste.fr
user git
IdentitiesOnly yes
2024-06-11 15:22:00 +00:00
IdentityFile "~/.ssh/{{ device_name }}_perso_generic_ed25519"