diff options
Diffstat (limited to 'regress/try-ciphers.sh')
-rw-r--r-- | regress/try-ciphers.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/try-ciphers.sh b/regress/try-ciphers.sh index 15827e250..c6e1b9152 100644 --- a/regress/try-ciphers.sh +++ b/regress/try-ciphers.sh | |||
@@ -29,8 +29,10 @@ for c in $ciphers; do | |||
29 | fi | 29 | fi |
30 | done | 30 | done |
31 | 31 | ||
32 | if ! ${SSH} -oCiphers=acss@openssh.org 2>&1 | grep "Bad SSH2 cipher" >/dev/null | 32 | if ${SSH} -oCiphers=acss@openssh.org 2>&1 | grep "Bad SSH2 cipher" >/dev/null |
33 | then | 33 | then |
34 | : | ||
35 | else | ||
34 | 36 | ||
35 | echo "Ciphers acss@openssh.org" >> $OBJ/sshd_proxy | 37 | echo "Ciphers acss@openssh.org" >> $OBJ/sshd_proxy |
36 | c=acss@openssh.org | 38 | c=acss@openssh.org |