add ssh troubleshooting guide

This commit is contained in:
2021-12-19 11:36:55 -06:00
parent f30cc15870
commit e2df0095d1
5 changed files with 137 additions and 4 deletions

View File

@ -191,7 +191,14 @@
(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).
<span class="code">/Users/username</span> on MacOS).
</p>
<p>
Also, note that as the <span class="code">.ssh</span> folder's name starts with a period, it is a "hidden" folder.
This just means that your operating system's Graphical User Interface (GUI) will not display it by default.
All operating systems have a way to enable "Show Hidden Files" in the GUI, otherwise you can always access it via the
command line.
</p>
<p>