<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>阿宽技术博客 &#187; ssh服务端; ubuntu ssh</title>
	<atom:link href="http://www.hengxinsoft.com/tag/ssh%e6%9c%8d%e5%8a%a1%e7%ab%af-ubuntu-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hengxinsoft.com</link>
	<description>技术交流</description>
	<lastBuildDate>Thu, 12 Jan 2012 06:17:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Ubuntu下 SSH服务端启动</title>
		<link>http://www.hengxinsoft.com/2009/12/ubuntu%e4%b8%8b-ssh%e6%9c%8d%e5%8a%a1%e7%ab%af%e5%90%af%e5%8a%a8/</link>
		<comments>http://www.hengxinsoft.com/2009/12/ubuntu%e4%b8%8b-ssh%e6%9c%8d%e5%8a%a1%e7%ab%af%e5%90%af%e5%8a%a8/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 06:36:00 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ssh服务端; ubuntu ssh]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=384</guid>
		<description><![CDATA[在终端使用命令测试： ssh localhost 如果出现以下错误，则很可能是因为还没有安装ssh-server： ssh: connect to host localhost port 22: Connection refused 安装SSH-server： sudo apt-get install openssh-server 启动SSH-Server sudo /etc/init.d/ssh start 启动完成后 用ssh localhost 命令测试 Copyright &#169; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is [...]]]></description>
			<content:encoded><![CDATA[<p>在终端使用命令测试：</p>
<p>ssh localhost</p>
<p>如果出现以下错误，则很可能是因为还没有安装ssh-server：</p>
<p>ssh: connect to host localhost port 22: Connection refused</p>
<p>安装SSH-server：</p>
<p>sudo apt-get install openssh-server</p>
<p>启动SSH-Server</p>
<p>sudo /etc/init.d/ssh start</p>
<p>启动完成后 用ssh localhost 命令测试</p>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2009/12/ubuntu%e4%b8%8b-ssh%e6%9c%8d%e5%8a%a1%e7%ab%af%e5%90%af%e5%8a%a8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

