Fli
08-22-2017, 08:49 AM
What is the command to list all IPs that successfully logged in an Linux server via SSH?
cat /var/log/secure|grep -E "Accepted"
cat /var/log/secure|grep -E "Accepted"
View Full Version : [Solved] List IPs that successfully logged in Linux server via SSH