Skip to content

Commit

Permalink
Formatting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ipopescu committed Sep 18, 2023
1 parent f313a41 commit ae86e23
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions source/docs/casper/operators/aws-nodes/2-connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@ Navigate to the environment directory, *testnet* or *mainnet*, where you will fi

- With a VPN server:

```bash
ssh -i "{key_name}.pem" ubuntu@{Node-IPv4-Private-IP}
```
```bash
ssh -i "{key_name}.pem" ubuntu@{Node-IPv4-Private-IP}
```

- Without a VPN server:

```bash
ssh -i "{key_name}.pem" ubuntu@{Node-IPv4-Public-IP}
```
```bash
ssh -i "{key_name}.pem" ubuntu@{Node-IPv4-Public-IP}
```

> **Note:** You may need to change the PEM file permissions using `chmod`:
> **Note:** You may need to change the PEM file permissions using `chmod`:
```bash
chmod 400 "{key_name}.pem"
```
```bash
chmod 400 "{key_name}.pem"
```

### Check the bootstrapping

Expand Down

0 comments on commit ae86e23

Please sign in to comment.