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