summaryrefslogtreecommitdiff
path: root/data/templates/system/ssh_config.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/system/ssh_config.tmpl')
-rw-r--r--data/templates/system/ssh_config.tmpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/data/templates/system/ssh_config.tmpl b/data/templates/system/ssh_config.tmpl
deleted file mode 100644
index abc03f069..000000000
--- a/data/templates/system/ssh_config.tmpl
+++ /dev/null
@@ -1,3 +0,0 @@
-{% 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 %}