diff --git a/ansible.cfg b/ansible.cfg index fe38578..f08c96e 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -508,7 +508,7 @@ pipelining=False # (int) For keys inserted into an agent defined by ``SSH_AGENT``, define a lifetime, in seconds, that the key may remain in the agent. ;ssh_agent_key_lifetime= -ssh_args='-o ControlMaster=auto -o ControlPersist=300s -o PreferredAuthentications=publickey' +ssh_args='-o ControlMaster=auto -o ControlPersist=300s -o PreferredAuthentications=publickey -o ForwardAgent=yes' [colors]