tests: Apply verbosity also for the ssh_bind

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Pavol Žáčik <pzacik@redhat.com>
This commit is contained in:
Jakub Jelen
2025-11-28 22:46:51 +01:00
parent 5a795ce47c
commit 9780fa2f01

View File

@@ -415,6 +415,13 @@ ssh_bind torture_ssh_bind(const char *addr,
goto out_free; goto out_free;
} }
rc = ssh_bind_options_set(sshbind,
SSH_BIND_OPTIONS_LOG_VERBOSITY,
&verbosity);
if (rc < 0) {
goto out_free;
}
switch (key_type) { switch (key_type) {
case SSH_KEYTYPE_RSA: case SSH_KEYTYPE_RSA:
case SSH_KEYTYPE_ECDSA_P256: case SSH_KEYTYPE_ECDSA_P256: