mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
tests: Log SFTP server messages to stderr
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -833,7 +833,7 @@ torture_setup_create_sshd_config(void **state, bool pam, bool second_sshd)
|
|||||||
"TrustedUserCAKeys %s\n"
|
"TrustedUserCAKeys %s\n"
|
||||||
"\n"
|
"\n"
|
||||||
"LogLevel DEBUG3\n"
|
"LogLevel DEBUG3\n"
|
||||||
"Subsystem sftp %s -l DEBUG2\n"
|
"Subsystem sftp %s -l DEBUG3 -e\n"
|
||||||
"\n"
|
"\n"
|
||||||
"PasswordAuthentication yes\n"
|
"PasswordAuthentication yes\n"
|
||||||
"PubkeyAuthentication 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 */
|
"TrustedUserCAKeys %s\n" /* Trusted CA */
|
||||||
"\n"
|
"\n"
|
||||||
"LogLevel DEBUG3\n"
|
"LogLevel DEBUG3\n"
|
||||||
"Subsystem sftp %s -l DEBUG2\n" /* SFTP server */
|
"Subsystem sftp %s -l DEBUG3 -e\n" /* SFTP server */
|
||||||
"\n"
|
"\n"
|
||||||
"PasswordAuthentication yes\n"
|
"PasswordAuthentication yes\n"
|
||||||
"PubkeyAuthentication yes\n"
|
"PubkeyAuthentication yes\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user