We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9c2f1 commit c7bc8d5Copy full SHA for c7bc8d5
regress/rekey.sh
@@ -95,9 +95,7 @@ for i in $macs; do
95
done
96
97
for opt in $opts; do
98
- verbose "client rekey $opt"
99
- if ${SSH} -Q cipher-auth | sed 's/^/Ciphers=/' | \
100
- grep $opt >/dev/null; then
+ verbose "client rekey $opt"
101
if ${SSH} -Q cipher-auth | sed 's/^/Ciphers=/' | \
102
grep $opt >/dev/null; then
103
trace AEAD cipher, testing all KexAlgorithms
0 commit comments