monakhos/ansible/templates/ssh_config

7 lines
191 B
Text
Raw Normal View History

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