Browse Source

Fix typo

master
Luke Murphy 5 years ago
parent
commit
d0efeee910
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      content/fundamentals/ssh.md

2
content/fundamentals/ssh.md

@ -340,7 +340,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 `$HOME/.ssh` permissions correct? (see [here](https://superuser.com/questions/215504/permissions-on-private-key-in-ssh-folder))
* Is the SSH server running?
* Is the `/etc/ssh/ssd_config` correct?
* Is the `/etc/ssh/sshd_config` correct?
* What does `sudo tail -f /var/log/auth.log` say?
### On the client

Loading…
Cancel
Save