From 59290c857237912dc5cc67733622e2604f1ff30a Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 1 May 2022 19:53:25 +0200 Subject: system-options: T4353: fix Jinja2 linting errors --- data/templates/system/ssh_config.j2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/templates/system/ssh_config.j2 (limited to 'data/templates/system/ssh_config.j2') diff --git a/data/templates/system/ssh_config.j2 b/data/templates/system/ssh_config.j2 new file mode 100644 index 000000000..1449f95b1 --- /dev/null +++ b/data/templates/system/ssh_config.j2 @@ -0,0 +1,3 @@ +{% if ssh_client.source_address is vyos_defined %} +BindAddress {{ ssh_client.source_address }} +{% endif %} -- cgit v1.2.3