|
@@ -120,6 +120,7 @@ nocows = 1
|
|
# Leaving off ControlPersist will result in poor performance, so use
|
|
# Leaving off ControlPersist will result in poor performance, so use
|
|
# paramiko on older platforms rather than removing it
|
|
# paramiko on older platforms rather than removing it
|
|
#ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
|
#ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
|
|
|
+ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes
|
|
|
|
|
|
# The path to use for the ControlPath sockets. This defaults to
|
|
# The path to use for the ControlPath sockets. This defaults to
|
|
# "%(directory)s/ansible-ssh-%%h-%%p-%%r", however on some systems with
|
|
# "%(directory)s/ansible-ssh-%%h-%%p-%%r", however on some systems with
|