[openssh-commits] [openssh] branch master updated: modified: regress/rekey.sh Fix for when building out of tree.
    git+noreply at mindrot.org 
    git+noreply at mindrot.org
       
    Tue Sep  9 05:54:19 AEST 2025
    
    
  
This is an automated email from the git hooks/post-receive script.
tim pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
     new 3d8ae7f23 	modified:   regress/rekey.sh 	Fix for when building out of tree.
3d8ae7f23 is described below
commit 3d8ae7f235b96da604b08c44ae83420e367eeab4
Author: Tim Rice <tim at multitalents.net>
AuthorDate: Mon Sep 8 12:53:10 2025 -0700
            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.
-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
    
    
More information about the openssh-commits
mailing list