1.虚拟机ubuntu中默认没有安装ssh,首先安装ssh-server
$ sudo apt-get install openssh-server
2.开启ssh服务
$ sudo /etc/init.d/ssh restart
3.查看虚拟机ip
$ifconfig
其中inet addr:xxx.x.x.x是选择连接的ip
4.打开xshell填入以上的ip,选择22端口,填写账号密码连接。