History log of /openbsd/regress/usr.bin/ssh/banner.sh (Results 1 – 4 of 4)
Revision Date Author Comments
# 9ce930e4 08-Aug-2021 dtucker <dtucker@openbsd.org>

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 deb

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.

show more ...


# 773d7cab 30-Apr-2017 djm <djm@openbsd.org>

eliminate explicit specification of protocol in tests and loops over
protocol. We only support SSHv2 now.


# 89cc242d 11-Oct-2003 dtucker <dtucker@openbsd.org>

Test missing banner file, suppression of banner with ssh -q, check return
code from ssh. ok markus@


# c8f01c07 07-Oct-2003 dtucker <dtucker@openbsd.org>

Test SSH2 banner. ok markus@