ソースを参照

There MUST BE NO newline at end of file

Sven Velt 5 年 前
コミット
096b54f0d8
1 ファイル変更1 行追加1 行削除
  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 %}