aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2016-02-02 11:27:38 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-10-05 12:09:45 +0200
commit88ae595583246a85e9ee94190987e9f6b5a647e9 (patch)
tree574496a8cdb76ca07f78d1c72897add34a0e9ab4
parenta228c3f7283dfedaab5d9eb56b26a7fef3eb809f (diff)
downloadlibssh-88ae595583246a85e9ee94190987e9f6b5a647e9.tar.gz
libssh-88ae595583246a85e9ee94190987e9f6b5a647e9.tar.xz
libssh-88ae595583246a85e9ee94190987e9f6b5a647e9.zip
torture: Set sshd debug level to DEBUG3
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry-picked from commit 06343074)
-rw-r--r--tests/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/torture.c b/tests/torture.c
index e36347c5..3a9d358b 100644
--- a/tests/torture.c
+++ b/tests/torture.c
@@ -807,7 +807,7 @@ static void torture_setup_create_sshd_config(void **state)
"HostKey %s\n"
"HostKey %s\n"
"\n"
- "LogLevel DEBUG1\n"
+ "LogLevel DEBUG3\n"
"Subsystem sftp %s\n"
"\n"
"PasswordAuthentication yes\n"