码迷,mamicode.com
首页 > 系统相关 > 详细

SSH远程连接Ubuntu Server

时间:2014-12-17 00:11:06      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:style   blog   ar   io   color   sp   on   文件   div   

Ubuntu默认没有安装openssh-server包,故从远程计算机通过SSH连接时会收到Connection refused的消息。

首先在Ubuntu检查/etc/ssh/sshd_config文件是否存在。

cat /etc/ssh/sshd_config

Ubuntu默认情况下是不存在这个文件的。这时需要通过apt-get install安装openssh-server。

apt-cache search ^openssh
sudo apt-get install openssh-server

安装完成之后,再测试即可。

 

SSH远程连接Ubuntu Server

标签:style   blog   ar   io   color   sp   on   文件   div   

原文地址:http://www.cnblogs.com/bbxx111/p/4168375.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!