Revert explicit chmods on private keys.

This should no longer be needed on Cygwin test runners due to previous
commit.
This commit is contained in:
Darren Tucker 2023-02-25 14:45:41 +11:00
parent 52b75db610
commit eb88d07c43
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -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