Skip to content

Commit

Permalink
Fixed URL in LiveLabs SSH common lab (oracle-livelabs#279)
Browse files Browse the repository at this point in the history
* Updated Step by Step - Introduction - fixed typos and outdated details

* Patch part - common

* Patch 3

Patch 3

* Patch PAR URLs

Patch PAR URLs

* Patch update

Patch update

* Fix building blocks how-to

Fix building blocks how-to

* Fixed typo in create custom image lab

Fixed typo in create custom image lab

* markdown for OCW workshops (new OCI UI)

markdown for OCW workshops (new OCI UI)

* New common lab to for LiveLabs SSH key handling

New common lab to for LiveLabs SSH key handling

* Removed OL7.9 instructions for building LiveLabs Images

Removed OL7.9 instructions for building LiveLabs Images

* Fixed URL in LiveLabs SSH common lab

Fixed URL in LiveLabs SSH common lab
  • Loading branch information
klazarz authored Jun 25, 2024
1 parent b5c5d88 commit 7b3d33b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions labs/livelabs-ssh/livelabs-ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can use Oracle Cloud Shell to connect to your remote server using SSH.

```bash
<copy>
wget https://github.com/oracle-livelabs/common/labs/livelabs-ssh/files/id_rsa_livelabs.zip
wget https://oracle-livelabs.github.io/common/labs/livelabs-ssh/files/id_rsa_livelabs.zip
</copy>
```
3. Unzip the archive
Expand Down Expand Up @@ -83,7 +83,7 @@ The instructions below also apply if you are using Microsoft Windows Subsystem f

```bash
<copy>
wget https://github.com/oracle-livelabs/common/labs/livelabs-ssh/files/id_rsa_livelabs.zip
wget https://oracle-livelabs.github.io/common/labs/livelabs-ssh/files/id_rsa_livelabs.zip
</copy>
```
3. Unzip the archive
Expand Down Expand Up @@ -122,11 +122,11 @@ The instructions below also apply if you are using Microsoft Windows Subsystem f
You can also use Putty to connect to the remote server.
You must have Putty installed. [Download Putty](https://www.putty.org/)

1. Download the id_rsa_livelabs.zip using a browser of your choice from the following URL or click [here]([id_rsa_livelabs.zip](https://github.com/oracle-livelabs/common/labs/livelabs-ssh/files/id_rsa_livelabs.zip)):
1. Download the id_rsa_livelabs.zip using a browser of your choice from the following URL or click [here]([id_rsa_livelabs.zip](https://oracle-livelabs.github.io/common/labs/livelabs-ssh/files/id_rsa_livelabs.zip )):

```bash
<copy>
https://github.com/oracle-livelabs/common/labs/livelabs-ssh/files/id_rsa_livelabs.zip
https://oracle-livelabs.github.io/common/labs/livelabs-ssh/files/id_rsa_livelabs.zip
</copy>
```

Expand Down

0 comments on commit 7b3d33b

Please sign in to comment.