Skip to content

Commit

Permalink
fix ssh ControlPath in skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Aug 4, 2023
1 parent 3a53585 commit ddcf14b
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 ddcf14b

Please sign in to comment.