Skip to content

Commit c91c8ed

Browse files
committed
disable ssh session sharing for stackhpc
1 parent 8cea013 commit c91c8ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

environments/.stackhpc/ansible.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ 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
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
1516
pipelining = True

0 commit comments

Comments
 (0)