New: loccn-programmingAll contenthive-129948krhive-196917zzanhive-183959hive-180932hive-185836hive-166405hive-150122steemhive-101145hive-144064uncommonlabhive-145157hive-188619hive-183397hive-184714lifebitcoinkrsuccesshive-193637motivationhive-180301hive-103599hive-193186TrendingNewHotLikerszhenghao (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…