Setting up a telnet server in Meerkat
时间:2010-10-26 来源:djstava
1 Install the package
sudo apt-get install openbsd-inetd
2 Add a line to telnet config file
sudo vi /etc/inetd.conf
telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd
3 Restart the service
sudo /etc/init.d/openbsd-inetd restart
4 Test telnet service on another terminal
sudo apt-get install openbsd-inetd
2 Add a line to telnet config file
sudo vi /etc/inetd.conf
telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd
3 Restart the service
sudo /etc/init.d/openbsd-inetd restart
4 Test telnet service on another terminal
相关阅读 更多 +