Xshell连接Ubuntu SongCi 2022-07-04 390 阅读1分钟 首先,Xshell连接是通过 ssh的 ,先执行以下命令 sudo apt-get install openssh-server 安装好了查看一下 ll /etc/ssh 修改配置 vim /etc/ssh/sshd_config 重新启动ssh服务 sudo /etc/init.d/ssh restart 查看虚拟机的IP ip a 使用xshell连接