add ssh troubleshooting guide
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user