New: loccn-programmingAll contenthive-129948krhive-196917hive-180932zzanhive-150122steemhive-166405hive-183959photographyhive-185836hive-144064hive-183397hive-101145hive-188619uncommonlabhive-145157hive-103599hive-184714hive-139150hive-193637bitcoinhive-179660hive-113376lifeTrendingNewHotLikerszhenghao (53)in cn-programming • 8 years ago如何用xshell连接vmware虚拟机?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…