Skip to content

Commit

Permalink
Merge pull request #297 from stackhpc/fix/skelton-ssh-persist
Browse files Browse the repository at this point in the history
Fix ssh ControlPath in skeleton
  • Loading branch information
sjpb authored Sep 8, 2023
2 parents b13b98d + d78a913 commit 1036e4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ roles_path = ../../ansible/roles
filter_plugins = ../../ansible/filter_plugins

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

0 comments on commit 1036e4f

Please sign in to comment.