How to check for SSH login attemptsgdsteem (25)in #cli • 7 years ago (edited)All login attempts are logged to /var/log/auth.log . You can check the latest 10 rows by using: tail /var/log/auth.log #bash #linux #ssh #security