eliminate explicit specification of protocol in tests and loops over
authordjm <djm@openbsd.org>
Sun, 30 Apr 2017 23:34:55 +0000 (23:34 +0000)
committerdjm <djm@openbsd.org>
Sun, 30 Apr 2017 23:34:55 +0000 (23:34 +0000)
commit773d7cab3491aecbc30a1aeed07f6302b0fc24d2
tree03287e768dd34aec8243b0c91a2466961879920f
parentcb2472150f94eb1933496a34948bc8dca2d77bba
eliminate explicit specification of protocol in tests and loops over
protocol. We only support SSHv2 now.
39 files changed:
regress/usr.bin/ssh/agent-pkcs11.sh
regress/usr.bin/ssh/agent.sh
regress/usr.bin/ssh/banner.sh
regress/usr.bin/ssh/broken-pipe.sh
regress/usr.bin/ssh/brokenkeys.sh
regress/usr.bin/ssh/cert-file.sh
regress/usr.bin/ssh/cert-hostkey.sh
regress/usr.bin/ssh/cert-userkey.sh
regress/usr.bin/ssh/cfgmatch.sh
regress/usr.bin/ssh/cipher-speed.sh
regress/usr.bin/ssh/connect-privsep.sh
regress/usr.bin/ssh/connect.sh
regress/usr.bin/ssh/dynamic-forward.sh
regress/usr.bin/ssh/exit-status.sh
regress/usr.bin/ssh/forcecommand.sh
regress/usr.bin/ssh/forward-control.sh
regress/usr.bin/ssh/forwarding.sh
regress/usr.bin/ssh/host-expand.sh
regress/usr.bin/ssh/hostkey-agent.sh
regress/usr.bin/ssh/integrity.sh
regress/usr.bin/ssh/key-options.sh
regress/usr.bin/ssh/keygen-change.sh
regress/usr.bin/ssh/keyscan.sh
regress/usr.bin/ssh/localcommand.sh
regress/usr.bin/ssh/misc/kexfuzz/kexfuzz.c
regress/usr.bin/ssh/multiplex.sh
regress/usr.bin/ssh/principals-command.sh
regress/usr.bin/ssh/proto-mismatch.sh
regress/usr.bin/ssh/proto-version.sh
regress/usr.bin/ssh/proxy-connect.sh
regress/usr.bin/ssh/putty-transfer.sh
regress/usr.bin/ssh/reconfigure.sh
regress/usr.bin/ssh/reexec.sh
regress/usr.bin/ssh/stderr-after-eof.sh
regress/usr.bin/ssh/stderr-data.sh
regress/usr.bin/ssh/test-exec.sh
regress/usr.bin/ssh/transfer.sh
regress/usr.bin/ssh/try-ciphers.sh
regress/usr.bin/ssh/yes-head.sh