]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
modified: regress/rekey.sh
authorTim Rice <tim@multitalents.net>
Mon, 8 Sep 2025 19:53:10 +0000 (12:53 -0700)
committerTim Rice <tim@multitalents.net>
Mon, 8 Sep 2025 19:53:10 +0000 (12:53 -0700)
Fix for when building out of tree.

regress/rekey.sh

index 3f5e1d55260d0083cb4b06df8e823fb2811bd864..88430309d2fe127e9838ae5480a55c0965a9bd6a 100644 (file)
@@ -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.