summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2023-02-25 14:45:41 +1100
committerDarren Tucker <dtucker@dtucker.net>2023-02-25 14:45:41 +1100
commiteb88d07c43afe407094e7d609248d85a15e148ef (patch)
tree82d42cab33460f3c0c9a9e7a68dbbbf15a9cc1b6 /regress
parent52b75db61030a6c8baf66b73644380cf3f58e26a (diff)
downloadopenssh-git-eb88d07c43afe407094e7d609248d85a15e148ef.tar.gz
Revert explicit chmods on private keys.
This should no longer be needed on Cygwin test runners due to previous commit.
Diffstat (limited to 'regress')
-rw-r--r--regress/test-exec.sh3
1 files changed, 0 insertions, 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