1, 查看正在运行的ssh程序2, 登录到服务端 1, 查看正在运行的ssh程序ps -e|grep ssh 如果发现只有一个, 那就安装: sudo apt-get install openssh-server 再次运行就会出现: 2, 登录到服务端ssh localhost 退出: exit