summaryrefslogtreecommitdiff
path: root/data/templates/system/ssh_config.tmpl
blob: 1449f95b1e19c5c773fb7cff6f935675d3c61856 (plain)
1
2
3
{% if ssh_client.source_address is vyos_defined %}
BindAddress {{ ssh_client.source_address }}
{% endif %}