From 705f20359ed27e1eeff7c90b4adf13933598119e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Domaga=C5=82a?= Date: Fri, 6 Dec 2019 16:54:04 +0100 Subject: [PATCH] Change LogLevel flag to VERBOSE --- rootfs/etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/ssh/sshd_config b/rootfs/etc/ssh/sshd_config index 6097106..a7bfb21 100644 --- a/rootfs/etc/ssh/sshd_config +++ b/rootfs/etc/ssh/sshd_config @@ -6,7 +6,7 @@ UsePrivilegeSeparation yes KeyRegenerationInterval 3600 ServerKeyBits 768 SyslogFacility AUTH -LogLevel INFO +LogLevel VERBOSE LoginGraceTime 120 PermitRootLogin yes StrictModes yes