1 Answer
By default ssh log file is located in /var/log/secure.... here you can check the ssh logs... Another simple method to check ssh logs by executing journalctl -u sshd | tail -10.... make sure journal commands works only Centos 7 and higher versions.
Your Answer