sudo apt-get install telnetd
Copy the following to the file /etc/xintet.d/telnet
# description: An xinetd internal telnet service
service telnet
{
# port = 23
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/in.telnetd
server_args = -h
}
No comments:
Post a Comment