summaryrefslogtreecommitdiff
path: root/data/templates/system/ssh_config.tmpl
blob: abc03f069924eefaca8800fc80939fb4f18c92aa (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 %}