sudo apt-get install openssh-server
sudo ps -e | grep ssh
sudo ifconfig
inet addr:后面为(主机)服务器地址
ssh -X [主机名字]@[主机地址]
可以进入主机
exit
可退出主机