Changed wildcards for ssh keys to actual filenames.
This commit is contained in:
parent
003b83bf78
commit
9a844c15f1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue