Skip to content

Commit

Permalink
small updates to one of the common lab (#324)
Browse files Browse the repository at this point in the history
* Updated the need-help folder from common labs

* Update the setup-19c-freetier

Added copy tags for Task 4 steps 2,4
  • Loading branch information
carmenberdant1 authored Nov 5, 2024
1 parent 8c626b0 commit 3b4110c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions labs/setup-compute/setup-19c-freetier.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

````
<copy>
ssh -i ~/.ssh/<sshkeyname> opc@<Your Compute Instance Public IP Address>
</copy>
````
>**Note:** The angle brackets <> should not appear in your code.
Expand All @@ -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
````
<copy>
ssh -i ~/.ssh/<sshkeyname> opc@<Your Compute Instance Public IP Address>
</copy>
````
![SSH command](./images/ssh-first-time.png " ")
Expand Down

0 comments on commit 3b4110c

Please sign in to comment.