Nov 2, 2006 #1 yoda37 Technical User Joined Oct 30, 2006 Messages 15 Location FR Hi How to see the attempts connections from ssh ? Regards Den
Nov 2, 2006 1 #2 Gloups IS-IT--Management Joined Sep 16, 2003 Messages 394 Location FR To check that for your existing users: cat /etc/security/lastlog look at lines: - tty_last_unsuccessful_login = ssh - host_last_unsuccessful_login = XXX.XXX.XXX.XXX Upvote 0 Downvote
To check that for your existing users: cat /etc/security/lastlog look at lines: - tty_last_unsuccessful_login = ssh - host_last_unsuccessful_login = XXX.XXX.XXX.XXX
Nov 2, 2006 1 #3 RodKnowlton MIS Joined Apr 26, 2000 Messages 1,005 You can see ssh attempts by logging auth.info messages with syslogd. Code: # example entry in /etc/syslogd.conf auth.info /var/log/auth.log Then, at the shell prompt as root: Code: touch /var/log/auth.log refresh -s syslogd - Rod IBM Certified Advanced Technical Expert pSeries and AIX 5L CompTIA Linux+ CompTIA Security+ Wish you could view posts with a fixed font? Got Firefox & Greasemonkey? Give yourself the option. Upvote 0 Downvote
You can see ssh attempts by logging auth.info messages with syslogd. Code: # example entry in /etc/syslogd.conf auth.info /var/log/auth.log Then, at the shell prompt as root: Code: touch /var/log/auth.log refresh -s syslogd - Rod IBM Certified Advanced Technical Expert pSeries and AIX 5L CompTIA Linux+ CompTIA Security+ Wish you could view posts with a fixed font? Got Firefox & Greasemonkey? Give yourself the option.