From 3d8ae7f235b96da604b08c44ae83420e367eeab4 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Mon, 8 Sep 2025 12:53:10 -0700 Subject: [PATCH] modified: regress/rekey.sh Fix for when building out of tree. --- regress/rekey.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/rekey.sh b/regress/rekey.sh index 3f5e1d552..88430309d 100644 --- a/regress/rekey.sh +++ b/regress/rekey.sh @@ -11,7 +11,7 @@ cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak echo "Compression no" >> $OBJ/ssh_proxy echo "RekeyLimit 256k" >> $OBJ/ssh_proxy -echo "KexAlgorithms curve25519-sha256" >> ssh_proxy +echo "KexAlgorithms curve25519-sha256" >> $OBJ/ssh_proxy # Test rekeying based on data volume only. # Arguments: rekeylimit, kex method, optional remaining opts are passed to ssh. -- 2.47.3