Quote:
Originally Posted by ttumelty
I have looked at /var/adm/secure.1 and find many entries that say such as this entry :
Mar 4 15:57:49 IBMSERVER in.telnetd[2109]: connect from 200.76.242.22 (200.76.242.22)
Mar 4 15:57:49 IBMSERVER in.telnetd[2110]: connect from 200.76.242.22 (200.76.242.22)
|
Open up /etc/inetd.conf. Find a line that looks like this:
Code:
telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
And make it look like this:
Code:
#telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
Reboot. Now, if you were using telnet, learn to use ssh instead.
Quote:
Originally Posted by ttumelty
Also, what does this entry mean in the message log ?
Feb 5 14:21:28 IBMSERVER -- MARK --
|
Rough translation, "Hi, I'm the syslog daemon. I haven't had anything interesting to say in awhile, so I thought I'd let you know that I'm still here, working hard as always."