mirror of git://anongit.mindrot.org/openssh.git
- dtucker@cvs.openbsd.org 2013/11/07 04:26:56
[regress/kextype.sh] trailing space
This commit is contained in:
parent
74cbc22529
commit
6e9d6f4112
|
@ -40,6 +40,9 @@
|
|||
- dtucker@cvs.openbsd.org 2013/11/07 03:55:41
|
||||
[regress/kextype.sh]
|
||||
Use ssh -Q to get kex types instead of a static list.
|
||||
- dtucker@cvs.openbsd.org 2013/11/07 04:26:56
|
||||
[regress/kextype.sh]
|
||||
trailing space
|
||||
|
||||
20131104
|
||||
- (djm) OpenBSD CVS Sync
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $OpenBSD: kextype.sh,v 1.3 2013/11/07 03:55:41 dtucker Exp $
|
||||
# $OpenBSD: kextype.sh,v 1.4 2013/11/07 04:26:56 dtucker Exp $
|
||||
# Placed in the Public Domain.
|
||||
|
||||
tid="login with different key exchange algorithms"
|
||||
|
@ -8,7 +8,7 @@ cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
|
|||
cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak
|
||||
|
||||
tries="1 2 3 4"
|
||||
for k in `${SSH} -Q kex`; do
|
||||
for k in `${SSH} -Q kex`; do
|
||||
verbose "kex $k"
|
||||
for i in $tries; do
|
||||
${SSH} -F $OBJ/ssh_proxy -o KexAlgorithms=$k x true
|
||||
|
|
Loading…
Reference in New Issue