- If you find a log, use
head log
to see it:
- This log indicates that someone tried a brute force attack via ssh
- So what if a user logged in between? Weโve got his/her password
- Do a grep like:
cat log | grep USER
Search
Nov 15, 20241 min read
head log
to see it:cat log | grep USER