美文网首页Linux_问题及解决
Xshell 远程登录Ubuntu,提示“Could not c

Xshell 远程登录Ubuntu,提示“Could not c

作者: Shun2018 | 来源:发表于2018-04-01 22:17 被阅读0次

    Xshell 远程登录Ubuntu,提示“Could not connect to '192.168.31.211' (port 22): Connection failed.”

    问题描述:

    Xshell 远程登录Ubuntu,

    提示“Could not connect to '192.168.31.211' (port 22): Connection failed.”

    然后,在ubuntu系统内执行:ssh localhost  ,

    结果还是无法出错,提示“连接被拒绝”。

    问题分析如下:

    出现这个问题是因为Ubuntu默认没有安装openssh-server,

    执行一个命令“ps -e|grep ssh”,

    如果只有agent或者什么也没有,

    说明没有安装openssh-server。

    解决方法:

    安装openssh-server。

    命令如下:sudo apt-get install openssh-server


    参照原文:https://www.linuxidc.com/Linux/2015-01/112045.htm

    相关文章

      网友评论

        本文标题:Xshell 远程登录Ubuntu,提示“Could not c

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