Drop -q in ssh-log-wrapper.sh to preserve logs.
authordtucker <dtucker@openbsd.org>
Sun, 8 Aug 2021 06:38:33 +0000 (06:38 +0000)
committerdtucker <dtucker@openbsd.org>
Sun, 8 Aug 2021 06:38:33 +0000 (06:38 +0000)
commit9ce930e4dda9a3a00492e17142af545391b46223
tree5cc71164b6a451cb4d6b934f389b9d671f8dc360
parent4a7fcd5349079a1aca75fdf179e1550004136161
Drop -q in ssh-log-wrapper.sh to preserve logs.

scp and sftp like to add -q to the command line passed to ssh which
overrides the LogLevel we set in the config files and suppresses output
to the debug logs so drop any "-q" from the invoked ssh.  In the one
case where we actually want to use -q in the banner test, call the ssh
binary directly bypassing the logging wrapper.
regress/usr.bin/ssh/banner.sh
regress/usr.bin/ssh/test-exec.sh