This commit is contained in:
Luke Murphy 2019-09-17 22:50:20 +02:00
parent 2133768e5a
commit d0efeee910
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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