copr-be-dev: experiment with persistent ssh control channel
This commit is contained in:
parent
b1020df978
commit
5ea82ed591
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue