style changes and introducing /add-ssh-key-to-existing-capsul
This commit is contained in:
@ -187,12 +187,14 @@
|
||||
in a file <span class="code">~/.ssh/known_hosts</span>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
(the tilde <span class="code">~</span> here represents the user's home directory,
|
||||
<span class="code">/home/username</span> on linux,
|
||||
<span class="code">C:\Users\username</span> on Windows, and
|
||||
<span class="code">/Users/username</span> on MacOS).
|
||||
</p>
|
||||
<blockquote>
|
||||
<b>ℹ️ INFO:</b> The tilde <span class="code">~</span> here represents the user's home directory,
|
||||
<ul>
|
||||
<li>Linux: <span class="code">/home/username</span></li>
|
||||
<li>Windows: <span class="code">C:\Users\username</span></li>
|
||||
<li>MacOS: <span class="code">/Users/username</span></li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
Also, note that as the <span class="code">.ssh</span> folder's name starts with a period, it is a "hidden" folder.
|
||||
|
Reference in New Issue
Block a user