2025-10-07 11:05:08 +01:00

9 lines
240 B
Django/Jinja

Host {{taskserv.repo_hostname}}
User git
HostName {{taskserv.repo_hostname}}
IdentityFile {{taskserv.repo_ssh_key}}
ServerAliveInterval 240
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
Port {{taskserv.repo_ssh_port}}