Add note about /var/log/auth.log

This commit is contained in:
Luke Murphy 2019-06-20 09:59:14 +02:00
parent 00b6cfbf06
commit 36322aa42d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -339,6 +339,11 @@ Here are some questions to ask yourself:
changes. After validating, always restart the SSH server after
making configuration changes
* What does `sudo tail -f /var/log/auth.log` say?
* Every time an SSH client attempts to connect, a log
entry will be put into this file. Some hint as to why
it is failing should be here.
### On the client
Here are some questions to ask yourself: