首页 > 其他 > 详细

ssh: connect to host xxx.xxx.xxx.xxx port 22:Connection refused(以Ubuntu12.04为例)

时间:2014-04-04 15:36:29      阅读:529      评论:0      收藏:0      [点我收藏+]

使用ssh时出现错误提示connect to host xxx.xxx.xxx.xxx port 22:Connection refused。

引起这个错误的原因是ssh-server没有启动或者没有安装(Ubuntu12.04默认只安装了openssh-client,没有安装openssh-server)。

1.查看openssh-sever是否启动

运行命令:

ps -e | grep sshd

如果没有sshd进程,则使用如下命令:

sudo /etc/init.d/ssh start


2.安装openss-server

如果提示ssh不存在,说明openssh-server没有安装,通过如下命令安装openssh-server。

 sudo apt-get install openssh-server

ssh: connect to host xxx.xxx.xxx.xxx port 22:Connection refused(以Ubuntu12.04为例),布布扣,bubuko.com

ssh: connect to host xxx.xxx.xxx.xxx port 22:Connection refused(以Ubuntu12.04为例)

原文:http://blog.csdn.net/twlkyao/article/details/22918735

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!