0

how to check ssh login attempts report

hi am new to linux enviroment i need to check ssh login report for both success and failed attempt on centos. how to check this....?

SSH Linux Add a comment
ajinfernando
asked Nov 22 2017

Answer

0

execute # aureport -au -i --success to check success attempts and for failed attempts try # aureport -au -i --failed

Add a comment
arunkumarak
asked Nov 23 2017
edited Oct 05 2018
Post your Answer