-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"><</span>key location<span class="op">></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"><</span>key location<span class="op">></span> <span class="op"><</span>vm-username<span class="op">></span>@<span class="op"><</span>public key<span class="op">></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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters