[regress/kextype.sh]
trailing space
- 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
-# $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"
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