From ae51e774aec972af2f3d15cb85a60dd5b8c0e442 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Fri, 16 Jul 2021 09:56:10 -0700 Subject: [PATCH] remove aws stuff - will get from public site --- makeitso | 5 ----- 1 file changed, 5 deletions(-) diff --git a/makeitso b/makeitso index d77f467..1bf432f 100755 --- a/makeitso +++ b/makeitso @@ -16,9 +16,4 @@ sudo cp get_authorized_keys /etc/ssh sudo chmod 755 /etc/ssh/get_authorized_keys -sudo -u authorizedkeysuser mkdir ~authorizedkeysuser/.aws -sudo -u authorizedkeysuser cp config ~authorizedkeysuser/.aws -sudo -u authorizedkeysuser cp .credentials ~authorizedkeysuser/.aws/credentials -sudo -u authorizedkeysuser chmod 600 ~authorizedkeysuser/.aws/* -sudo -H -u authorizedkeysuser sh -c 'command -v aws > /dev/null 2>&1 || pip install --user awscli' sudo systemctl restart sshd