Skip to content

Commit

Permalink
add ssh cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Oct 4, 2023
1 parent e2e3212 commit 31075db
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
4 changes: 4 additions & 0 deletions Set-up-centos.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ chmod 400 ~/<key location>
ssh -i ~/<key location> <vm-username>@<public key>
```

<!--
ssh -i ~/Downloads/Centos8.cer [email protected]
-->

## On VM check set-up

I ssh-ed into the VM with
Expand Down
3 changes: 3 additions & 0 deletions docs/Set-up-centos.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ <h2 class="anchored" data-anchor-id="set-up-vm-on-azure">Set up VM on Azure</h2>
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">chmod</span> 400 ~/<span class="op">&lt;</span>key location<span class="op">&gt;</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="fu">ssh</span> <span class="at">-i</span> ~/<span class="op">&lt;</span>key location<span class="op">&gt;</span> <span class="op">&lt;</span>vm-username<span class="op">&gt;</span>@<span class="op">&lt;</span>public key<span class="op">&gt;</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<!--
ssh -i ~/Downloads/Centos8.cer [email protected]
-->
</section>
<section id="on-vm-check-set-up" class="level2">
<h2 class="anchored" data-anchor-id="on-vm-check-set-up">On VM check set-up</h2>
Expand Down
20 changes: 10 additions & 10 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,42 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://nmfs-opensci.github.io/nmfs-jhub/Set-up-daskhub.html</loc>
<lastmod>2023-10-04T20:18:50.836Z</lastmod>
<lastmod>2023-10-04T20:27:11.383Z</lastmod>
</url>
<url>
<loc>https://nmfs-opensci.github.io/nmfs-jhub/index.html</loc>
<lastmod>2023-10-04T20:18:51.527Z</lastmod>
<lastmod>2023-10-04T20:27:12.190Z</lastmod>
</url>
<url>
<loc>https://nmfs-opensci.github.io/nmfs-jhub/ci/iorocker/instructions.html</loc>
<lastmod>2023-10-04T20:18:51.985Z</lastmod>
<lastmod>2023-10-04T20:27:12.809Z</lastmod>
</url>
<url>
<loc>https://nmfs-opensci.github.io/nmfs-jhub/ci/iopython-tf/instructions.html</loc>
<lastmod>2023-10-04T20:18:52.436Z</lastmod>
<lastmod>2023-10-04T20:27:13.326Z</lastmod>
</url>
<url>
<loc>https://nmfs-opensci.github.io/nmfs-jhub/ci/iosdmTMB/instructions.html</loc>
<lastmod>2023-10-04T20:18:52.891Z</lastmod>
<lastmod>2023-10-04T20:27:13.779Z</lastmod>
</url>
<url>
<loc>https://nmfs-opensci.github.io/nmfs-jhub/ci/iopython/instructions.html</loc>
<lastmod>2023-10-04T20:18:53.301Z</lastmod>
<lastmod>2023-10-04T20:27:14.221Z</lastmod>
</url>
<url>
<loc>https://nmfs-opensci.github.io/nmfs-jhub/Set-up-centos.html</loc>
<lastmod>2023-10-04T20:18:54.692Z</lastmod>
<lastmod>2023-10-04T20:27:15.682Z</lastmod>
</url>
<url>
<loc>https://nmfs-opensci.github.io/nmfs-jhub/JHub-User-Guide.html</loc>
<lastmod>2023-10-04T20:18:55.392Z</lastmod>
<lastmod>2023-10-04T20:27:16.405Z</lastmod>
</url>
<url>
<loc>https://nmfs-opensci.github.io/nmfs-jhub/set-up-vm.html</loc>
<lastmod>2023-10-04T20:18:56.051Z</lastmod>
<lastmod>2023-10-04T20:27:17.109Z</lastmod>
</url>
<url>
<loc>https://nmfs-opensci.github.io/nmfs-jhub/Setup-Notes.html</loc>
<lastmod>2023-10-04T20:18:56.683Z</lastmod>
<lastmod>2023-10-04T20:27:17.738Z</lastmod>
</url>
</urlset>

0 comments on commit 31075db

Please sign in to comment.