diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-01 19:53:25 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-01 19:53:25 +0200 |
commit | 59290c857237912dc5cc67733622e2604f1ff30a (patch) | |
tree | 96be7d3316a715fc78cd153ebfded3f1cca9b3ca /data/templates/system/ssh_config.tmpl | |
parent | 8abb6c0a74730c3dd675148e9eacbd458f0addcb (diff) | |
download | vyos-1x-59290c857237912dc5cc67733622e2604f1ff30a.tar.gz vyos-1x-59290c857237912dc5cc67733622e2604f1ff30a.zip |
system-options: T4353: fix Jinja2 linting errors
Diffstat (limited to 'data/templates/system/ssh_config.tmpl')
-rw-r--r-- | data/templates/system/ssh_config.tmpl | 3 |
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 1449f95b1..000000000 --- a/data/templates/system/ssh_config.tmpl +++ /dev/null @@ -1,3 +0,0 @@ -{% if ssh_client.source_address is vyos_defined %} -BindAddress {{ ssh_client.source_address }} -{% endif %} |