From 3b4110c9157697c44709736f1218712c0b66dfdc Mon Sep 17 00:00:00 2001
From: Carmen Berdant <159527987+carmenberdant1@users.noreply.github.com>
Date: Tue, 5 Nov 2024 16:05:22 +0200
Subject: [PATCH] small updates to one of the common lab (#324)
* Updated the need-help folder from common labs
* Update the setup-19c-freetier
Added copy tags for Task 4 steps 2,4
---
labs/setup-compute/setup-19c-freetier.md | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/labs/setup-compute/setup-19c-freetier.md b/labs/setup-compute/setup-19c-freetier.md
index 87fd4bf5..5dc36af0 100755
--- a/labs/setup-compute/setup-19c-freetier.md
+++ b/labs/setup-compute/setup-19c-freetier.md
@@ -121,8 +121,11 @@ There are multiple ways to connect to your cloud instance. Choose the way to co
![Open cloud shell.](https://oracle-livelabs.github.io/common/images/console/cloud-shell-open.png " ")
2. Enter the command below to login into to your instance.
- ````text
+
+ ````
+
ssh -i ~/.ssh/ opc@
+
````
>**Note:** The angle brackets <> should not appear in your code.
@@ -139,8 +142,10 @@ There are multiple ways to connect to your cloud instance. Choose the way to co
1. Open up a terminal (MAC) or cygwin emulator. Enter the command below to log in to your instance. Enter yes when prompted.
- ````text
+ ````
+
ssh -i ~/.ssh/ opc@
+
````
![SSH command](./images/ssh-first-time.png " ")