Quellcode durchsuchen

There MUST BE NO newline at end of file

Sven Velt vor 5 Jahren
Ursprung
Commit
096b54f0d8
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 %}