Removed debug on ssh

This commit is contained in:
Russell Jurney 2013-07-05 16:51:01 -07:00
parent 9e615bad7f
commit 1e46c6f4a2
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ sleep 60
# Get hostname and ssh with the key we created, and ssh there # Get hostname and ssh with the key we created, and ssh there
INSTANCE_ADDRESS=`ec2-describe-instances|grep 'INSTANCE'|grep $INSTANCE_ID|cut -f4` INSTANCE_ADDRESS=`ec2-describe-instances|grep 'INSTANCE'|grep $INSTANCE_ID|cut -f4`
echo "Connecting to $INSTANCE_ADDRESS to prepare environment for druid..." echo "Connecting to $INSTANCE_ADDRESS to prepare environment for druid..."
ssh -vvv -i ~/.ssh/druid-keypair -o StrictHostKeyChecking=no ubuntu@${INSTANCE_ADDRESS} <<'EOI' ssh -i ~/.ssh/druid-keypair -o StrictHostKeyChecking=no ubuntu@${INSTANCE_ADDRESS} <<'EOI'
# Setup Oracle Java # Setup Oracle Java
sudo apt-get purge openjdk* sudo apt-get purge openjdk*