[openssh-commits] [openssh] 02/02: Revert explicit chmods on private keys.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Feb 25 14:46:53 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 eb88d07c43afe407094e7d609248d85a15e148ef
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat Feb 25 14:45:41 2023 +1100
Revert explicit chmods on private keys.
This should no longer be needed on Cygwin test runners due to previous
commit.
---
regress/test-exec.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index 4091d3a3..325393ce 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -674,9 +674,6 @@ 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