干净小懒虫

文章
6
资源
1
加入时间
2年11月11天

ubuntu18.04 用xhell连接失败

ifconfig命令有用之后,又发现xhell连接不上ubuntu18.04版本的虚拟机,原因是ubuntu18.04默认没有安装ssh服务。使用以下命令安装sudo apt-get install openssh-server安装完成后,启动ssh服务sudo /etc/init.d/ssh start查看ssh进程,若出现...