From 5794ddaf7f254c26b59ec53a980d220a5450026c Mon Sep 17 00:00:00 2001 From: vitoria Date: Sun, 10 Nov 2019 19:55:35 -0300 Subject: [PATCH 1/3] [FEAT] Add link to SSH from linux --- 1-1-EC2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/1-1-EC2.md b/1-1-EC2.md index 1ddcc2c..f6f4f14 100644 --- a/1-1-EC2.md +++ b/1-1-EC2.md @@ -132,6 +132,7 @@ If you click on your instance ID, you will be able to see it from the list of EC Make note of the IP address you saw in your instance properties. Use the following guides depending on what operating system you have: + - [If you are using Linux](https://github.com/DevOpsGirls/devopsgirls-bootcamp/blob/master/8-1-SSH-Login-To-EC2.md) - [If you are using a Mac](https://github.com/DevOpsGirls/devopsgirls-bootcamp/blob/master/8-1-SSH-from-Mac.md) - [If you are using Windows](https://github.com/DevOpsGirls/devopsgirls-bootcamp/blob/master/8-2-SSH-from-Windows.md) From 31006df0345040175e5c6dd8ff1ab154ebe46042 Mon Sep 17 00:00:00 2001 From: vitoria Date: Sun, 10 Nov 2019 19:59:40 -0300 Subject: [PATCH 2/3] [FIX] fix typo --- 8-1-SSH-Login-To-EC2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8-1-SSH-Login-To-EC2.md b/8-1-SSH-Login-To-EC2.md index 1e39ae0..dbd4e6f 100644 --- a/8-1-SSH-Login-To-EC2.md +++ b/8-1-SSH-Login-To-EC2.md @@ -23,7 +23,7 @@ $chmod 400 ~/Downloads/leorentanyag.pem ### 3) SSH into your instance using your pem key -`ssh -i ~/Downloads/ ec2-user@` +`ssh -i ~/Downloads/ ec2-user@` Example: ssh -i ~/Downloads/leorentanyag.pem ec2-user@13.55.214.58 From 8ea934893f4fa78e34533327eb08cbae741cc22e Mon Sep 17 00:00:00 2001 From: vitoria Date: Sun, 10 Nov 2019 20:02:35 -0300 Subject: [PATCH 3/3] [FIX] fix typo --- 8-1-SSH-Login-To-EC2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8-1-SSH-Login-To-EC2.md b/8-1-SSH-Login-To-EC2.md index dbd4e6f..a5b069a 100644 --- a/8-1-SSH-Login-To-EC2.md +++ b/8-1-SSH-Login-To-EC2.md @@ -23,7 +23,7 @@ $chmod 400 ~/Downloads/leorentanyag.pem ### 3) SSH into your instance using your pem key -`ssh -i ~/Downloads/ ec2-user@` +`ssh -i ~/Downloads/ ec2-user@` Example: ssh -i ~/Downloads/leorentanyag.pem ec2-user@13.55.214.58