1. Install telnet server
$ sudo apt-get install telnetd $ sudo /etc/init.d/openbsd-inetd restart
2. Install openssh server
$ sudo apt-get install openssh-server $ sudo /etc/init.d/ssh restart
Reference
$ sudo apt-get install telnetd $ sudo /etc/init.d/openbsd-inetd restart
$ sudo apt-get install openssh-server $ sudo /etc/init.d/ssh restart
转载于:https://www.cnblogs.com/unimous/archive/2012/04/03/2431148.html