From 3feb4f0de7aba39acbeeb11cc119d95474c77d35 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Mon, 13 Apr 2026 14:01:47 +0200 Subject: [PATCH] OP#575 fix ordering --- templates/sshd_custom_conf.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/sshd_custom_conf.erb b/templates/sshd_custom_conf.erb index 4735159..f6aeb6c 100644 --- a/templates/sshd_custom_conf.erb +++ b/templates/sshd_custom_conf.erb @@ -28,4 +28,6 @@ AuthorizedKeysFile <%= @ssh_auth_key_files %> AuthorizedPrincipalsFile <%= @ssh_authorized_principals_file %> AuthorizedKeysCommand <%= @ssh_authorized_keys_command %> -AuthorizedKeysCommandUser <%= @ssh_authorized_keys_command_user %> \ No newline at end of file +AuthorizedKeysCommandUser <%= @ssh_authorized_keys_command_user %> + +# test \ No newline at end of file