artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e291f1
)
unbreak after sshv1 purge
author
djm
<djm@openbsd.org>
Wed, 7 Jun 2017 01:48:15 +0000
(
01:48
+0000)
committer
djm
<djm@openbsd.org>
Wed, 7 Jun 2017 01:48:15 +0000
(
01:48
+0000)
regress/usr.bin/ssh/proto-version.sh
patch
|
blob
|
history
diff --git
a/regress/usr.bin/ssh/proto-version.sh
b/regress/usr.bin/ssh/proto-version.sh
index
5faeb75
..
1f33b1f
100644
(file)
--- a/
regress/usr.bin/ssh/proto-version.sh
+++ b/
regress/usr.bin/ssh/proto-version.sh
@@
-1,4
+1,4
@@
-# $OpenBSD: proto-version.sh,v 1.
6 2017/04/30 23:34:5
5 djm Exp $
+# $OpenBSD: proto-version.sh,v 1.
7 2017/06/07 01:48:1
5 djm Exp $
# Placed in the Public Domain.
tid="sshd version with different protocol combinations"
@@
-6,7
+6,7
@@
tid="sshd version with different protocol combinations"
# we just start sshd in inetd mode and check the banner
check_version ()
{
- expect=$
2
+ expect=$
1
banner=`printf '' | ${SSHD} -i -f ${OBJ}/sshd_proxy`
case ${banner} in
SSH-1.99-*)