Skip to content

Commit bae7255

Browse files
committed
reenable ControlMaster, adding ControlPath
1 parent 8c035d7 commit bae7255

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

environments/.stackhpc/ansible.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ roles_path = ../../ansible/roles
1111
filter_plugins = ../../ansible/filter_plugins
1212

1313
[ssh_connection]
14-
#ssh_args = -o ControlMaster=auto -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
15-
ssh_args = -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
14+
ssh_args = -o ControlMaster=auto -o ControlPath=~/.ssh/%r@%h-%p -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
1615
pipelining = True

0 commit comments

Comments
 (0)