Skip to content

Commit

Permalink
Restored rekey.sh to its original form.
Browse files Browse the repository at this point in the history
  • Loading branch information
rapier1 committed Jul 6, 2023
1 parent 00b019a commit 6b1aeb8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions regress/rekey.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ssh_data_rekeying()
_opts="$_opts -o$_kexopt"
fi
rm -f ${COPY} ${LOG}
_opts="$_opts -oCompression=no -cchacha20-poly1305@openssh.com"
_opts="$_opts -oCompression=no"
${SSH} <${DATA} $_opts -v -F $OBJ/ssh_proxy somehost "cat > ${COPY}"
echo "exit code $?"
if [ $? -ne 0 ]; then
Expand All @@ -42,9 +42,6 @@ for i in `${SSH} -Q kex`; do
opts="$opts KexAlgorithms=$i"
done
for i in `${SSH} -Q cipher`; do
if [ "$i" = "chacha20-poly1305-mt@hpnssh.org" ]; then
break
fi
opts="$opts Ciphers=$i"
done
for i in `${SSH} -Q mac`; do
Expand Down

0 comments on commit 6b1aeb8

Please sign in to comment.