From 9506bcd4964ad989d337b9a7cb9f4b2057440b51 Mon Sep 17 00:00:00 2001 From: cloudwise Date: Fri, 23 Jun 2017 19:04:52 +0100 Subject: [PATCH 1/2] Minor edits to cloud connection steps --- Connecting_on_cloud.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Connecting_on_cloud.md b/Connecting_on_cloud.md index c31182c..748e314 100644 --- a/Connecting_on_cloud.md +++ b/Connecting_on_cloud.md @@ -1,12 +1,13 @@ # Connecting to your instance on the cloud -If you're using EC2 or any other cloud provider as a means to test out red-pnda, then chances are you might not be able to connect to the PNDA console through an elastic IP. +If you're using EC2 or any other cloud provider as a means to test out red-pnda, then the chances are you might not be able to connect to the PNDA console through an elastic IP. -Here are the steps to overcome the limitation: +Here are the steps to overcome this limitation: -* ssh to your cloud instance with a '-D' flag +* ssh to your cloud instance with the '-D' and '-q' flags +* '-q' sets the logging to quiet and suppresses any error messages - ssh -i /path/to/your/key.pem -D 8888 ubuntu@54.x.x.x + ssh -i /path/to/your/key.pem -q -D 8888 ubuntu@54.x.x.x * Download FoxyProxy extension for your browser. Please use the following links to download @@ -26,6 +27,8 @@ Then click on the first selection and then click on 'Edit Selection' Click 'OK'. Make sure the extension is enabled, you should see a blue indicator to the right of your address bar! -* Type the private IP of your ec2 instance in the browser and behold, Magic! +* Type the private or public IP of your ec2 instance in the browser and you should see the console +* Note the console can take 10-15 secs to show the active running status +* Magic! - \ No newline at end of file + From b8749b01db6ba9ec1537dc2b19dfdabe4f5d2fc8 Mon Sep 17 00:00:00 2001 From: Pavan Sudheendra Date: Sat, 24 Jun 2017 09:57:38 +0100 Subject: [PATCH 2/2] Update Connecting_on_cloud.md --- Connecting_on_cloud.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Connecting_on_cloud.md b/Connecting_on_cloud.md index 748e314..f36ed19 100644 --- a/Connecting_on_cloud.md +++ b/Connecting_on_cloud.md @@ -27,8 +27,7 @@ Then click on the first selection and then click on 'Edit Selection' Click 'OK'. Make sure the extension is enabled, you should see a blue indicator to the right of your address bar! -* Type the private or public IP of your ec2 instance in the browser and you should see the console -* Note the console can take 10-15 secs to show the active running status +* Type the private IP of your cloud instance in the browser and you should see the PNDA console up and running! * Magic!