diff options
Diffstat (limited to 'scripts/cleanup_creds.sh')
-rwxr-xr-x | scripts/cleanup_creds.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/cleanup_creds.sh b/scripts/cleanup_creds.sh deleted file mode 100755 index b4eee924..00000000 --- a/scripts/cleanup_creds.sh +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/bash - -DEST_IP=$1 -HOSTNAME=$(hostname) -sshoptions="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" - -case "$INSTALLER_TYPE" in - fuel) - ssh $sshoptions -i ./config/QtipKey root@$DEST_IP "sed -i '/root@$HOSTNAME/d' /root/.ssh/authorized_keys" - ;; -esac |