先安装:
sudo apt-get install openssh-server
然后启动:
sudo service ssh start
查看服务启动的状态:
sudo ps -e | grep ssh
或者
sudo service ssh status
开机启动:
sudo sysv-rc-conf
勾选上图中的选项
先安装:
sudo apt-get install openssh-server
然后启动:
sudo service ssh start
查看服务启动的状态:
sudo ps -e | grep ssh
或者
sudo service ssh status
开机启动:
sudo sysv-rc-conf
勾选上图中的选项