can't enable telnet on my server
helloI need to do some maintenance to SSHd, so I'd like to enable telnet in this time
but it's not working...
I changed /etc/xinetd.conf/telnet "disable" to "no"
then did "service xinetd restart"
but when I do "netstat -an | grep ":23"" I don't see this port open (and I also can't connect to it, even after configuring on firewall)
any other idea?
thanks