Files
configs/playbooks/roles/software_git/templates/sshconfig.context.j2
2024-10-08 20:55:20 +02:00

7 lines
141 B
Django/Jinja

host github-{{ name }}
hostname ssh.github.com
user git
port 443
IdentityFile ~/.ssh/keys/github-{{ name }}.pub
IdentitiesOnly yes