From 1e46c6f4a26c3ee5431a21517d7d9c3f53e6b5d2 Mon Sep 17 00:00:00 2001 From: Russell Jurney Date: Fri, 5 Jul 2013 16:51:01 -0700 Subject: [PATCH] Removed debug on ssh --- examples/bin/run_ec2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bin/run_ec2.sh b/examples/bin/run_ec2.sh index 9c30d26f953..4c8fd2d7ff4 100755 --- a/examples/bin/run_ec2.sh +++ b/examples/bin/run_ec2.sh @@ -54,7 +54,7 @@ sleep 60 # Get hostname and ssh with the key we created, and ssh there INSTANCE_ADDRESS=`ec2-describe-instances|grep 'INSTANCE'|grep $INSTANCE_ID|cut -f4` 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 sudo apt-get purge openjdk*