diff --git a/bundles/ssh/files/ssh_config b/bundles/ssh/files/ssh_config index 204800a..0a53075 100644 --- a/bundles/ssh/files/ssh_config +++ b/bundles/ssh/files/ssh_config @@ -5,7 +5,9 @@ Host * StrictHostKeyChecking yes GlobalKnownHostsFile /etc/ssh/ssh_known_hosts +% if multiplex_incoming: Host ${' '.join(sorted(multiplex_hosts))} ControlMaster auto ControlPath ~/.ssh/multiplex-%C ControlPersist 5m +% endif diff --git a/bundles/ssh/items.py b/bundles/ssh/items.py index bbaec64..49402ce 100644 --- a/bundles/ssh/items.py +++ b/bundles/ssh/items.py @@ -27,6 +27,7 @@ files = { '/etc/ssh/ssh_config': { 'content_type': 'mako', 'context': { + 'multiplex_incoming': node.metadata.get('ssh/multiplex_incoming'), 'multiplex_hosts': set( str(ip_interface(other_node.metadata.get('network/internal/ipv4')).ip) for other_node in repo.nodes