[regress/kextype.sh]
     trailing space
This commit is contained in:
Darren Tucker 2013-11-07 15:32:37 +11:00
parent 74cbc22529
commit 6e9d6f4112
2 changed files with 5 additions and 2 deletions

View File

@ -40,6 +40,9 @@
- dtucker@cvs.openbsd.org 2013/11/07 03:55:41 - dtucker@cvs.openbsd.org 2013/11/07 03:55:41
[regress/kextype.sh] [regress/kextype.sh]
Use ssh -Q to get kex types instead of a static list. 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 20131104
- (djm) OpenBSD CVS Sync - (djm) OpenBSD CVS Sync

View File

@ -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. # Placed in the Public Domain.
tid="login with different key exchange algorithms" 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 cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak
tries="1 2 3 4" tries="1 2 3 4"
for k in `${SSH} -Q kex`; do for k in `${SSH} -Q kex`; do
verbose "kex $k" verbose "kex $k"
for i in $tries; do for i in $tries; do
${SSH} -F $OBJ/ssh_proxy -o KexAlgorithms=$k x true ${SSH} -F $OBJ/ssh_proxy -o KexAlgorithms=$k x true