From 28651543abaf2fc602e1e73bf09e0a2812f0c283 Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Sun, 23 Jun 2013 15:54:48 -0700 Subject: [PATCH] output key before uploading to inspect it --- tests/run_ec2 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run_ec2 b/tests/run_ec2 index 612aa13e1..601f10f90 100755 --- a/tests/run_ec2 +++ b/tests/run_ec2 @@ -35,6 +35,7 @@ done echo "-----> Connecting and running boostrap script..." cat ../bootstrap.sh | ssh -o "StrictHostKeyChecking=no" ubuntu@$PUBLIC_IP "HOSTNAME=$PUBLIC_IP sudo bash" 2>&1 | indent echo "-----> Installing SSH public keys..." +cat ~/.ssh/id_rsa.pub cat ~/.ssh/id_rsa.pub | ssh -o "StrictHostKeyChecking=no" ubuntu@$PUBLIC_IP "sudo gitreceive upload-key test" cat ~/.ssh/id_rsa.pub | ssh -o "StrictHostKeyChecking=no" ubuntu@$PUBLIC_IP "sudo sshcommand acl-add dokku test" for app_path in apps/*; do