[openssh-commits] [openssh] 01/01: Explicitly set permissions on user and host keys.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Feb 24 13:45:12 AEDT 2023


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 0c5d4c843df5605b043a758d69f9a611ef63c479
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Feb 24 13:44:13 2023 +1100

    Explicitly set permissions on user and host keys.
    
    On cygwin, the umask might not be sufficient.  Should fix tests on
    Github runners.
---
 regress/test-exec.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index 325393ce..4091d3a3 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -674,6 +674,9 @@ for t in ${SSH_HOSTKEY_TYPES}; do
 
 	# don't use SUDO for proxy connect
 	echo HostKey $OBJ/$t >> $OBJ/sshd_proxy
+
+	# explicitly set perms since cygwin inhertited perms might be too open
+	chmod 600 $OBJ/$t $OBJ/host.$t
 done
 chmod 644 $OBJ/authorized_keys_$USER
 

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list