Skip to content

Commit 6df61ae

Browse files
authored
Merge pull request #296 from stackhpc/fix/sms-ssh
Fix SMS ssh
2 parents 8c035d7 + bae7255 commit 6df61ae

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)