Attention is currently required from: lynxis lazus. osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/30919 )
Change subject: ansible: add ssh configuration ......................................................................
Patch Set 4:
(1 comment)
File ansible/ansible.cfg:
https://gerrit.osmocom.org/c/osmo-ci/+/30919/comment/4a5b4e20_c1a1e83d PS4, Line 5: ssh_args = -F util/ssh_config -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=accept-new what's the benefit of these options? would be good to describe it in the commit message. Especially ControlMaster, I guess it gives faster connection establishment?