Merge "Remove ssh args to ensure pipelining is working"

This commit is contained in:
Jenkins 2015-11-25 17:08:26 +00:00 committed by Gerrit Code Review
commit fa0772aa1b

View File

@ -22,4 +22,3 @@ timeout = 120
[ssh_connection] [ssh_connection]
pipelining = True pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o TCPKeepAlive=yes -o ServerAliveInterval=5 -o ServerAliveCountMax=3