From d75a54e2065139a73b6bf46de5f56c29f08afa69 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 16 Jan 2026 21:39:45 +0100 Subject: [PATCH] tests: Log SFTP server messages to stderr Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- tests/torture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/torture.c b/tests/torture.c index b321021a..7b72e843 100644 --- a/tests/torture.c +++ b/tests/torture.c @@ -833,7 +833,7 @@ torture_setup_create_sshd_config(void **state, bool pam, bool second_sshd) "TrustedUserCAKeys %s\n" "\n" "LogLevel DEBUG3\n" - "Subsystem sftp %s -l DEBUG2\n" + "Subsystem sftp %s -l DEBUG3 -e\n" "\n" "PasswordAuthentication yes\n" "PubkeyAuthentication yes\n" @@ -873,7 +873,7 @@ torture_setup_create_sshd_config(void **state, bool pam, bool second_sshd) "TrustedUserCAKeys %s\n" /* Trusted CA */ "\n" "LogLevel DEBUG3\n" - "Subsystem sftp %s -l DEBUG2\n" /* SFTP server */ + "Subsystem sftp %s -l DEBUG3 -e\n" /* SFTP server */ "\n" "PasswordAuthentication yes\n" "PubkeyAuthentication yes\n"