<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>评论：ssh无密码登入设置</title>
	<atom:link href="http://www.jiangmiao.org/blog/559.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jiangmiao.org/blog/559.html</link>
	<description>简单生活</description>
	<lastBuildDate>Sat, 21 Jan 2012 05:46:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>由：JiangMiao</title>
		<link>http://www.jiangmiao.org/blog/559.html/comment-page-1#comment-1678</link>
		<dc:creator>JiangMiao</dc:creator>
		<pubDate>Thu, 01 Dec 2011 09:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jiangmiao.org/blog/?p=559#comment-1678</guid>
		<description>多谢指教，当时用的Ubuntu 9.04，遇到错误Agent admitted failure to sign using the key，用ssh-add可以解决问题，而ssh-add需要ssh-agent运行，否则会出Could not open a connection to your authentication agent.
。
在Debian 5+与ArchLinux中正如你所说，我也从来没遇到Agent admitted错误也就跳过4与5的步骤了。
又刚刚在ArchLinux下试了下，ssh-agent需要新开shell才能启用，如ssh-agent bash。ssh-add -l显示为空。也意味着未ssh-add过任何密钥。我对ssh没有深入的研究过，也不好下判断是否是ssh版本间差异所致还是配置上所致。</description>
		<content:encoded><![CDATA[<p>多谢指教，当时用的Ubuntu 9.04，遇到错误Agent admitted failure to sign using the key，用ssh-add可以解决问题，而ssh-add需要ssh-agent运行，否则会出Could not open a connection to your authentication agent.<br />
。<br />
在Debian 5+与ArchLinux中正如你所说，我也从来没遇到Agent admitted错误也就跳过4与5的步骤了。<br />
又刚刚在ArchLinux下试了下，ssh-agent需要新开shell才能启用，如ssh-agent bash。ssh-add -l显示为空。也意味着未ssh-add过任何密钥。我对ssh没有深入的研究过，也不好下判断是否是ssh版本间差异所致还是配置上所致。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：flyfree80</title>
		<link>http://www.jiangmiao.org/blog/559.html/comment-page-1#comment-1675</link>
		<dc:creator>flyfree80</dc:creator>
		<pubDate>Thu, 01 Dec 2011 06:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jiangmiao.org/blog/?p=559#comment-1675</guid>
		<description>这是ssh-agent错误的用法，你这种用法中，不起ssh-agent进程同样可以无密码登录。ssh-agent是用来让你免于频繁输入 ssh-keygen 时设置的密码短语的。</description>
		<content:encoded><![CDATA[<p>这是ssh-agent错误的用法，你这种用法中，不起ssh-agent进程同样可以无密码登录。ssh-agent是用来让你免于频繁输入 ssh-keygen 时设置的密码短语的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：JiangMiao</title>
		<link>http://www.jiangmiao.org/blog/559.html/comment-page-1#comment-1301</link>
		<dc:creator>JiangMiao</dc:creator>
		<pubDate>Thu, 18 Aug 2011 12:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jiangmiao.org/blog/?p=559#comment-1301</guid>
		<description>不加用户名意为使用当前用户名。</description>
		<content:encoded><![CDATA[<p>不加用户名意为使用当前用户名。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：wcj</title>
		<link>http://www.jiangmiao.org/blog/559.html/comment-page-1#comment-1300</link>
		<dc:creator>wcj</dc:creator>
		<pubDate>Thu, 18 Aug 2011 11:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jiangmiao.org/blog/?p=559#comment-1300</guid>
		<description>ubuntu中为什么连接的时候输入的命令是：ssh 用户名@ip地址才行。ssh ip地址就是不行呢？</description>
		<content:encoded><![CDATA[<p>ubuntu中为什么连接的时候输入的命令是：ssh 用户名@ip地址才行。ssh ip地址就是不行呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：venus</title>
		<link>http://www.jiangmiao.org/blog/559.html/comment-page-1#comment-1275</link>
		<dc:creator>venus</dc:creator>
		<pubDate>Mon, 25 Jul 2011 10:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jiangmiao.org/blog/?p=559#comment-1275</guid>
		<description>多谢阿，连接</description>
		<content:encoded><![CDATA[<p>多谢阿，连接</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：JiangMiao</title>
		<link>http://www.jiangmiao.org/blog/559.html/comment-page-1#comment-1218</link>
		<dc:creator>JiangMiao</dc:creator>
		<pubDate>Thu, 16 Jun 2011 08:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jiangmiao.org/blog/?p=559#comment-1218</guid>
		<description>不是，id_rsa.pub是本机的公钥，而要加入authorized_keys是远程的机器，我这里是192.168.1.110</description>
		<content:encoded><![CDATA[<p>不是，id_rsa.pub是本机的公钥，而要加入authorized_keys是远程的机器，我这里是192.168.1.110</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：zhichyu</title>
		<link>http://www.jiangmiao.org/blog/559.html/comment-page-1#comment-1215</link>
		<dc:creator>zhichyu</dc:creator>
		<pubDate>Thu, 16 Jun 2011 05:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jiangmiao.org/blog/?p=559#comment-1215</guid>
		<description>第3步应该是
$ cat id_rsa.pub &gt;&gt; authorized_keys</description>
		<content:encoded><![CDATA[<p>第3步应该是<br />
$ cat id_rsa.pub &gt;&gt; authorized_keys</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：JiangMiao</title>
		<link>http://www.jiangmiao.org/blog/559.html/comment-page-1#comment-1155</link>
		<dc:creator>JiangMiao</dc:creator>
		<pubDate>Sun, 22 May 2011 04:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jiangmiao.org/blog/?p=559#comment-1155</guid>
		<description>多谢纠正，已更正。</description>
		<content:encoded><![CDATA[<p>多谢纠正，已更正。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：fengyqf</title>
		<link>http://www.jiangmiao.org/blog/559.html/comment-page-1#comment-1154</link>
		<dc:creator>fengyqf</dc:creator>
		<pubDate>Sat, 21 May 2011 16:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jiangmiao.org/blog/?p=559#comment-1154</guid>
		<description>解决问题了，非常感谢！
本文第四节“4、启动ssh-agent”里面的
“ps -Af&#124;agent查看有无ssh-agent有无运行”
应该是ps -Af &#124;grep agent吧</description>
		<content:encoded><![CDATA[<p>解决问题了，非常感谢！<br />
本文第四节“4、启动ssh-agent”里面的<br />
“ps -Af|agent查看有无ssh-agent有无运行”<br />
应该是ps -Af |grep agent吧</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Git服务器Gitosis架设指南 &#124; 江淼的Blog</title>
		<link>http://www.jiangmiao.org/blog/559.html/comment-page-1#comment-876</link>
		<dc:creator>Git服务器Gitosis架设指南 &#124; 江淼的Blog</dc:creator>
		<pubDate>Tue, 07 Dec 2010 07:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jiangmiao.org/blog/?p=559#comment-876</guid>
		<description>[...] Re: ssh无密码登入设置简单方便。Git在Linux系统上，非常轻松搭建一个几个人团 队的协同开发环境。而且还可以使用SSH KEY来，安全地无密码使用Git 。 这里有个简单的配置教程 ssh无密码登入设置...(新呼吸博客) [...]</description>
		<content:encoded><![CDATA[<p>[...] Re: ssh无密码登入设置简单方便。Git在Linux系统上，非常轻松搭建一个几个人团 队的协同开发环境。而且还可以使用SSH KEY来，安全地无密码使用Git 。 这里有个简单的配置教程 ssh无密码登入设置&#8230;(新呼吸博客) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

