summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
Diffstat (limited to 'regress')
-rw-r--r--regress/kextype.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/kextype.sh b/regress/kextype.sh
index 278c73e58..8c2ac09d6 100644
--- a/regress/kextype.sh
+++ b/regress/kextype.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: kextype.sh,v 1.3 2013/11/07 03:55:41 dtucker Exp $ 1# $OpenBSD: kextype.sh,v 1.4 2013/11/07 04:26:56 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="login with different key exchange algorithms" 4tid="login with different key exchange algorithms"
@@ -8,7 +8,7 @@ cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
8cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak 8cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak
9 9
10tries="1 2 3 4" 10tries="1 2 3 4"
11for k in `${SSH} -Q kex`; do 11for k in `${SSH} -Q kex`; do
12 verbose "kex $k" 12 verbose "kex $k"
13 for i in $tries; do 13 for i in $tries; do
14 ${SSH} -F $OBJ/ssh_proxy -o KexAlgorithms=$k x true 14 ${SSH} -F $OBJ/ssh_proxy -o KexAlgorithms=$k x true