diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-14 17:46:18 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-14 17:46:18 +0100 |
commit | df7e790df0c71c41455c9e05c0544889110dac0f (patch) | |
tree | c93a0e841a618963042169ee09efc367d482f76b /data/templates/system | |
parent | bbeafa5ed417f25ecbbc3627a346cb9294d66c68 (diff) | |
download | vyos-1x-df7e790df0c71c41455c9e05c0544889110dac0f.tar.gz vyos-1x-df7e790df0c71c41455c9e05c0544889110dac0f.zip |
templates: convert DOS -> UNIX line endings
Diffstat (limited to 'data/templates/system')
-rw-r--r-- | data/templates/system/ssh_config.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/system/ssh_config.tmpl b/data/templates/system/ssh_config.tmpl index 509bd5479..abc03f069 100644 --- a/data/templates/system/ssh_config.tmpl +++ b/data/templates/system/ssh_config.tmpl @@ -1,3 +1,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 %}
+{% 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 %} |