Re: [ILUG] Telnet Server for Linux

From: Albert White \(Sysadmin\) (albertw at domain netsoc.ucd.ie)
Date: Tue 01 Feb 2000 - 12:56:43 GMT


On Tue, Feb 01, 2000 at 12:13:59PM +0000, Vincent Cunniffe wrote:
> 'ps -aux|grep telnet' will show you either 'in.telnetd' or 'telnetd'
> running. If nothing shows up, then you don't have a server running.

not necessarily....

If you have telnet run by inted as you suggest then the telnet daemon will be started when a connection is made to the telnet port.

So ps -aux|grep -i telnet will show nothing if there is noone connected.

The best way to check if telnet is running is 'netstat -a|grep telnet'. a line like
tcp 0 0 *:telnet *:* LISTEN
means telnet is running.
Or of course just log into the machine and 'telnet 127.0.0.1' :)

but see the other mails about ssh!

Cheers
Al



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:05:20 GMT