prvng_extensions/taskservs/infrastructure/webhook/default/ssh_config.j2

9 lines
240 B
Text
Raw Permalink Normal View History

2025-10-07 11:05:08 +01:00
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}}