diff --git a/content/fundamentals/ssh.md b/content/fundamentals/ssh.md index bf2fc35..9cfdbc2 100644 --- a/content/fundamentals/ssh.md +++ b/content/fundamentals/ssh.md @@ -329,7 +329,7 @@ Here are some questions to ask yourself: * Is your public key registered on the server in the `$HOME/.ssh/authorized_keys` folder? - * Are the folder permissions correct? (see this [SO thread](https://superuser.com/questions/215504/permissions-on-private-key-in-ssh-folder)) + * Are the `$HOME/.ssh` permissions correct? (see this [SO thread](https://superuser.com/questions/215504/permissions-on-private-key-in-ssh-folder)) * Is the SSH server running? (`sudo systemctl status sshd`) @@ -345,7 +345,7 @@ Here are some questions to ask yourself: * What does `ssh -vvvvv myhomebrewserver` tell you? - * Are the folder permissions correct? (see this [SO thread](https://superuser.com/questions/215504/permissions-on-private-key-in-ssh-folder)) + * Are the `$HOME/.ssh` folder permissions correct? (see this [SO thread](https://superuser.com/questions/215504/permissions-on-private-key-in-ssh-folder)) * Is the SSH server available at the port you expect? (`sudo nmap -p 22 myhomebrewserver`)