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
本文详细介绍了在Ubuntu系统中如何安装并配置Telnet服务和OpenSSH服务器,包括使用sudo apt-get install命令进行安装,以及重启服务确保正确配置。
$ 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
1362

被折叠的 条评论
为什么被折叠?