How to check sshd log?

If no one else is using the system at the moment you could do what i’ve done in such cases:

  • stop sshd service (at least i’ve been able to do this while logged in via ssh)
  • start sshd manually and add some -d options to get more verbose debug output. Unless you have something funky going on it should use the same keys and config it does when started properly

Leave a Comment