Run commands on servers
Go to file
Frédéric Péters 8ce27b32d5 do not try disabling ssh connection sharing
Whatever the command line options connection sharing configured in
~/.ssh/config stays somehow active, and cause errors.

Ansible has custom code to detect the situation and automatically
restart a SSH connection (see AnsibleControlPersistBrokenPipeError usage
in lib/ansible/plugins/connection/ssh.py, also relevant is bug#16731).

The only reliable fix is thus to change ~/.ssh/config to limit
connection sharing to apply to some hosts only.
2021-01-30 20:44:13 +01:00
COPYING license as GPL 2021-01-30 20:43:20 +01:00
eoptasks.py do not try disabling ssh connection sharing 2021-01-30 20:44:13 +01:00