From 00b6cfbf06e9ee5060f83fc3c9d9026d1c054b05 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 20 Jun 2019 09:59:07 +0200 Subject: [PATCH] Mention path instead --- content/fundamentals/ssh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`)