Changed wildcards for ssh keys to actual filenames.

This commit is contained in:
Scott Duensing 2022-09-27 21:04:44 -05:00
parent 003b83bf78
commit 9a844c15f1

View file

@ -85,8 +85,8 @@ function buildIIgsSDK() {
touch ${EHOME}/.ssh/config
chmod go-w ${EHOME}
chmod 700 ${EHOME}/.ssh
chmod 600 ${EHOME}/.ssh/*id_rsa
chmod 644 ${EHOME}/.ssh/*.pub
chmod 600 ${EHOME}/.ssh/id_rsa
chmod 644 ${EHOME}/.ssh/id_rsa.pub
chmod 644 ${EHOME}/.ssh/authorized_keys
chmod 644 ${EHOME}/.ssh/config