Results 1 to 2 of 2
Hi, I am fairly new to linux and was messing around with the SSH command and decided to try to SSH myself and purposly put in a wrong password and ...
- 05-18-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 1
/var/log/messages
Hi, I am fairly new to linux and was messing around with the SSH command and decided to try to SSH myself and purposly put in a wrong password and was reading that you could see any failed SSH login attempts in /var/log/messages but when I use the command tail -f /var/log/messages all i get is a bunch of log entries that says "-- MARK --" with syslodg 1.4.1#18: restart. every now and then and I was wondering why I couldn't see anything else in the log file, any help would be appriciated I am running Debian Etch with fluxbox for my window-manager and urvxt as my terminal.
- 05-18-2007 #2
tail -f /var/log/auth.log
will give you what you are looking for.


Reply With Quote
