Parcourir la source

There MUST BE NO newline at end of file

Sven Velt il y a 5 ans
Parent
commit
096b54f0d8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 %}