Skip to content

Commit

Permalink
small fix to links
Browse files Browse the repository at this point in the history
  • Loading branch information
392781 committed Mar 17, 2024
1 parent 1c6dcc6 commit ce7f22d
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/computing/jetstream2/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2024-03-07T01:22:09Z",
"updated": "2024-03-17T04:29:58Z",
"id": "jetstream2",
"duration": 0,
"title": "ACCESS via Jetstream2",
Expand Down
Binary file removed docs/computing/jetstream2/img/53529b61828ab070.png
Binary file not shown.
Binary file removed docs/computing/jetstream2/img/7d334aa7cb097d7f.png
Binary file not shown.
Binary file removed docs/computing/jetstream2/img/a30cf241a9001c70.png
Binary file not shown.
Binary file removed docs/computing/jetstream2/img/b4ae2d328c5f99b7.png
Binary file not shown.
Binary file removed docs/computing/jetstream2/img/edf0d8958525864d.png
Binary file not shown.
Binary file removed docs/computing/jetstream2/img/fe467f2fbfef56fd.png
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/computing/jetstream2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2 is-upgraded>Prereqs</h2>
</google-codelab-step>

<google-codelab-step label="Adding SSH Public Keys" duration="0">
<aside class="warning"><p><strong>Note: </strong>This part requires completion of <a href="https://computing.pstat.ucsb.edu/docs/devcontainer/ssh-setup/" target="_blank">SSH Setup</a> in order to generate public keys for your personal computer.</p>
<aside class="warning"><p><strong>Note: </strong>This part requires completion of Step 2 of the <a href="https://computing.pstat.ucsb.edu/docs/devcontainer/new-accounts/#1" target="_blank">this tutorial</a> in order to generate public keys for your personal computer. </p>
</aside>
<p>Before we create our computing instances, it is best to add an SSH key that is associated with your personal computer. The reason for this is so that authenticating to Jetstream2 is made simpler without needing to use cumbersome passwords.</p>
<ol type="1" start="1">
Expand All @@ -98,7 +98,7 @@ <h2 is-upgraded>Prereqs</h2>
<li>Name your key (e.g. my-laptop, my-desktop, etc.)</li>
<li>Open up your terminal and type in <code>code .ssh/&lt;your-key-name&gt;.pub</code> (where <code><your-key-name></code> is replaced with the name of the key you generated for your device). This will open up the public key file in VS Code and allow you to easily copy the contents. Another option is to use <code>cat .ssh/&lt;your-key-name&gt;.pub</code> and using your mouse to select the key and pressing <code>ctrl</code>/⌘ + <code>shift</code> + <code>c</code> to copy the key.</li>
</ol>
<aside class="warning"><p><strong>WARNING:</strong> Make sure that you are copying a &amp;lt;your-key-name&amp;gt;<strong>.pub</strong> file. This is your public key. Do NOT copy the &amp;lt;your-key-name&amp;gt; (no extension) file, this is your private key and should be kept secret!</p>
<aside class="warning"><p><strong>WARNING:</strong> Make sure that you are copying a <code>&lt;your-key-name&gt;</code><strong>.pub</strong> file. This is your public key. Do NOT copy the <code>&lt;your-key-name&gt;</code> (no extension) file, this is your private key and should be kept secret!</p>
</aside>
<p class="image-container"><img style="width: 547.06px" src="img/f9128a9787458284.png"></p>
<ol type="1" start="4">
Expand Down

0 comments on commit ce7f22d

Please sign in to comment.