Преглед изворни кода

Update SSH default options to permit agent forwarding

Emmanuel Bouthenot пре 10 година
родитељ
комит
e1730894ce
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      ansible.cfg

+ 1 - 0
ansible.cfg

@@ -120,6 +120,7 @@ nocows = 1
 # Leaving off ControlPersist will result in poor performance, so use 
 # paramiko on older platforms rather than removing it
 #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
 # "%(directory)s/ansible-ssh-%%h-%%p-%%r", however on some systems with