Skip to content

Commit

Permalink
deploy: 68d129e
Browse files Browse the repository at this point in the history
  • Loading branch information
jrlagrone committed Sep 9, 2024
1 parent 13451ce commit ebfa245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _sources/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
4 changes: 2 additions & 2 deletions access.html
Original file line number Diff line number Diff line change
Expand Up @@ -803,11 +803,11 @@ <h3>Manual Setup<a class="headerlink" href="#manual-setup" title="Permalink to t
<li><p><code class="docutils literal notranslate"><span class="pre">sjump7ap02.smu.edu</span></code></p></li>
</ul>
<p>Accessing M3 then done via:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>ssh<span class="w"> </span>-l<span class="w"> </span>&lt;your_hpc_username&gt;<span class="w"> </span>-J<span class="w"> </span>sjump7ap01.smu.edu<span class="w"> </span>m3.smu.edu
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>ssh<span class="w"> </span>-J<span class="w"> </span>&lt;your_hpc_username&gt;@sjump7ap01.smu.edu<span class="w"> </span>&lt;your_hpc_username&gt;@m3.smu.edu
</pre></div>
</div>
<p>While accessin the SuperPOD is done via:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>ssh<span class="w"> </span>-l<span class="w"> </span>&lt;your_hpc_username&gt;<span class="w"> </span>-J<span class="w"> </span>sjump7ap01.smu.edu<span class="w"> </span>superpod.smu.edu
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>ssh<span class="w"> </span>-J<span class="w"> </span>&lt;your_hpc_username&gt;@sjump7ap01.smu.edu<span class="w"> </span>&lt;your_hpc_username&gt;@superpod.smu.edu
</pre></div>
</div>
<p>In both cases <code class="docutils literal notranslate"><span class="pre">&lt;your_hpc_username&gt;</span></code> should be replaced with your SMU HPC
Expand Down

0 comments on commit ebfa245

Please sign in to comment.