Xshell无法连接ubuntu的问题解决

xiaoxiao2021-02-28  126

实操环境:xshell5、ubuntu14(vmware)

问题描述:通过xshell连接ssh连接ubuntu失败

常见解决:

1、在本机通过cmd,在命令行ping虚拟机ubuntu

(如果不通,请先解决网络问题,这里不提这个问题)

2、在ubuntu中查看是否安装了openssh-server

  #ps -e|grep ssh

3、如果通过上述名称没有任何返回,请安装ssh服务

#apt-get install openssh-server

转载请注明原文地址: https://www.6miu.com/read-29602.html

最新回复(0)