美文网首页
本地虚拟机Ubantu16.04无法使用xshell连接

本地虚拟机Ubantu16.04无法使用xshell连接

作者: 腿长袖子短 | 来源:发表于2019-03-06 22:42 被阅读0次

排除问题

1.排除防火墙的问题
2.排除Ping不通的问题
3.排除各种虚拟机的网络连接问题

然后确定就是因为没有安装openssh

解决方案

  1. 安装openssh
sudo apt-get install openssh-server openssh-client
  1. 执行
netstat -tnl

查看22端口是否开启


相关文章

网友评论

      本文标题:本地虚拟机Ubantu16.04无法使用xshell连接

      本文链接:https://www.haomeiwen.com/subject/vrpfpqtx.html