Telnet Configure in Linux

Posted by Murali | 5:35 AM

Telnet Configure in Linux

rpm -qa grep xinetd
rpm -qa grep telnet-server
rpm -qa grep telnet

# chkconfig telnet on
# service xinetd reload
Reloading configuration: [ OK ]

Simply edit the file /etc/securetty and add the following to the end of the file:

pts/0
pts/1
pts/2
pts/3
pts/4
pts/5
pts/6
pts/7
pts/8
pts/9

0 comments