summaryrefslogtreecommitdiff
path: root/data/templates/system/ssh_config.tmpl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-02-14 18:22:38 +0100
committerChristian Poessinger <christian@poessinger.com>2021-02-14 18:22:40 +0100
commitd969fd1f4dc0f4f7a0c935272857595e29ff0032 (patch)
tree7db5d694f4296722ef607b659eb3abb6026d3b98 /data/templates/system/ssh_config.tmpl
parent9756e54926af81b48bc579c7de16b602cc54efcc (diff)
downloadvyos-1x-d969fd1f4dc0f4f7a0c935272857595e29ff0032.tar.gz
vyos-1x-d969fd1f4dc0f4f7a0c935272857595e29ff0032.zip
templates: convert DOS -> UNIX line endings
Diffstat (limited to 'data/templates/system/ssh_config.tmpl')
-rw-r--r--data/templates/system/ssh_config.tmpl6
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 %}