summaryrefslogtreecommitdiff
path: root/data/templates/system/ssh_config.tmpl
blob: 509bd5479dad83b0565be12d52d3c100b9e9e2a9 (plain)
1
2
3
{% if ssh_client is defined and ssh_client.source_address is defined and ssh_client.source_address is not none %}
BindAddress {{ ssh_client.source_address }}
{% endif %}