From: Darren Tucker Date: Sat, 25 Feb 2023 03:45:41 +0000 (+1100) Subject: Revert explicit chmods on private keys. X-Git-Tag: V_9_3_P1~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb88d07c43afe407094e7d609248d85a15e148ef;p=thirdparty%2Fopenssh-portable.git Revert explicit chmods on private keys. This should no longer be needed on Cygwin test runners due to previous commit. --- diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 4091d3a37..325393ce9 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