diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-14 18:22:38 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-14 18:22:40 +0100 |
commit | d969fd1f4dc0f4f7a0c935272857595e29ff0032 (patch) | |
tree | 7db5d694f4296722ef607b659eb3abb6026d3b98 /data/templates/system | |
parent | 9756e54926af81b48bc579c7de16b602cc54efcc (diff) | |
download | vyos-1x-d969fd1f4dc0f4f7a0c935272857595e29ff0032.tar.gz vyos-1x-d969fd1f4dc0f4f7a0c935272857595e29ff0032.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 %} |