We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cea013 commit c91c8edCopy full SHA for c91c8ed
environments/.stackhpc/ansible.cfg
@@ -11,5 +11,6 @@ roles_path = ../../ansible/roles
11
filter_plugins = ../../ansible/filter_plugins
12
13
[ssh_connection]
14
-ssh_args = -o ControlMaster=auto -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
+#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
16
pipelining = True
0 commit comments