From 1c4462a9e0cae6d84dfb052f7152f9c8b425c8d7 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 14 Jan 2019 10:40:02 +0100 Subject: [PATCH] Set LogLevel VERBOSE in sshd --- modules/ssh/templates/sshd_config.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index ca68f5230..e96591d37 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -28,6 +28,8 @@ HostKey /etc/ssh/ssh_host_ed25519_key MaxStartups 100:30:200 <% end %> +LogLevel VERBOSE + # Authentication: PermitRootLogin without-password -- 2.20.1