1, install : sudo apt-get install openssh-server
2, see if the ssh service is startup : ps -e |grep ssh
3, restart:sudo /etc/init.d/ssh resart
SSH服务安装与重启指南
本文介绍了如何通过命令行在Linux系统中安装SSH服务,并提供了检查SSH服务是否启动的方法及重启SSH服务的具体步骤。
1, install : sudo apt-get install openssh-server
2, see if the ssh service is startup : ps -e |grep ssh
3, restart:sudo /etc/init.d/ssh resart

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