[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Telnet access



[root linuxpc root]# service xinetd restart
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
[root linuxpc root]# netstat -lpn | grep "inet"
tcp        0      0 0.0.0.0:901             0.0.0.0:*               LISTEN      1534/xinetd        
tcp        0      0 0.0.0.0:23              0.0.0.0:*               LISTEN      1534/xinetd        
tcp        0      0 127.0.0.1:32860         0.0.0.0:*               LISTEN      1534/xinetd        
udp        0      0 0.0.0.0:69              0.0.0.0:*                           1534/xinetd        
[root linuxpc root]#

as u can c, its still there... here is my telnet file...

# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
disable = yes
flags = REUSE
socket_type = stream       
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]