From 9a844c15f1f08273ca11a409606f139266bd8119 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Tue, 27 Sep 2022 21:04:44 -0500 Subject: [PATCH] Changed wildcards for ssh keys to actual filenames. --- scripts/buildVm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/buildVm.sh b/scripts/buildVm.sh index b6defad..e910584 100755 --- a/scripts/buildVm.sh +++ b/scripts/buildVm.sh @@ -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