Browse Source

There MUST BE NO newline at end of file

Sven Velt 5 years ago
parent
commit
096b54f0d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/ssh-key-options.j2

+ 1 - 1
templates/ssh-key-options.j2

@@ -1 +1 @@
-    key_options: 'no-agent-forwarding,no-port-forwarding,no-X11-forwarding,no-pty{% if monitored_ssh_key_wrapper %},command="{{ monitored_ssh_key_wrapper }}"{% endif %}'
+no-agent-forwarding,no-port-forwarding,no-X11-forwarding,no-pty{% if monitored_ssh_key_wrapper %},command="{{ monitored_ssh_key_wrapper }}"{% endif %}