copr-be-dev: experiment with persistent ssh control channel

This commit is contained in:
Pavel Raiskup 2023-08-25 11:35:16 +02:00
parent b1020df978
commit 5ea82ed591

View file

@ -5,6 +5,11 @@ Host *
ServerAliveInterval 20
ServerAliveCountMax 5
ConnectTimeout 60
{% if devel %}
ControlPath=~/.ssh/.ssh_socket_%h_%p_%r
ControlMaster=auto
ControlPersist=60
{% endif %}
Host{% for host in groups["copr_hypervisor"] %}{{ ' ' + host }}{% endfor +%}
AddressFamily inet