diff --git a/regress/cipher-speed.sh b/regress/cipher-speed.sh index 5da95b3a9..1340bd159 100644 --- a/regress/cipher-speed.sh +++ b/regress/cipher-speed.sh @@ -3,6 +3,16 @@ tid="cipher speed" +# Enable all supported ciphers and macs. +ciphers=`${SSH} -Q Ciphers | tr '\n' , | sed 's/,$//'` +macs=`${SSH} -Q MACs | tr '\n' , | sed 's/,$//'` +cat >>$OBJ/sshd_proxy <