Skip to content

Commit

Permalink
Update access.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrlagrone authored Sep 9, 2024
1 parent 2231692 commit 68d129e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,12 +351,12 @@ The bastion hostnames are:

Accessing M3 then done via:
```bash
ssh -l <your_hpc_username> -J sjump7ap01.smu.edu m3.smu.edu
ssh -J <your_hpc_username>@sjump7ap01.smu.edu <your_hpc_username>@m3.smu.edu
```

While accessin the SuperPOD is done via:
```bash
ssh -l <your_hpc_username> -J sjump7ap01.smu.edu superpod.smu.edu
ssh -J <your_hpc_username>@sjump7ap01.smu.edu <your_hpc_username>@superpod.smu.edu
```
In both cases `<your_hpc_username>` should be replaced with your SMU HPC
username.
Expand Down

0 comments on commit 68d129e

Please sign in to comment.