sudo apt-get update
sudo apt-get install openssh-server
ps -e | grep ssh
看到有ssh字样,说明已启动,若是没有就手动启动windows
/etc/init.d/ssh start
sudo /etc/init.d/ssh resart
在windows中,使用putty或者SSH Secure Shell等登陆虚拟机安全