<?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>CakePHP, CodeIgniter and Web Scaling &#187; github Agent admitted failure</title>
	<atom:link href="http://cisight.com/tag/github-agent-admitted-failure/feed/" rel="self" type="application/rss+xml" />
	<link>http://cisight.com</link>
	<description>Yodiaditya web researcher on PHP, Ubuntu, Big data, Web scaling</description>
	<lastBuildDate>Mon, 04 Jun 2012 15:33:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Solve github ssh key Agent admitted failure to sign using the key. Permission denied (publickey).</title>
		<link>http://cisight.com/solve-github-ssh-key-agent-admitted-failure-to-sign-using-the-key-permission-denied-publickey/</link>
		<comments>http://cisight.com/solve-github-ssh-key-agent-admitted-failure-to-sign-using-the-key-permission-denied-publickey/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 02:13:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[configuration]]></category>
		<category><![CDATA[github Agent admitted failure]]></category>
		<category><![CDATA[ubuntu github ssh Agent]]></category>

		<guid isPermaLink="false">http://cisight.com/?p=234</guid>
		<description><![CDATA[Today, I change my ssh key and I see this error when pushing commit into my Github repository : Agent admitted failure to sign using the key. Permission denied (publickey). So, to solve this problem is pretty easy : ssh-add &#8230; <a href="http://cisight.com/solve-github-ssh-key-agent-admitted-failure-to-sign-using-the-key-permission-denied-publickey/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today, I change my ssh key and I see this error when pushing commit into my Github repository :</p>
<p><code><br />
Agent admitted failure to sign using the key.<br />
Permission denied (publickey).<br />
</code></p>
<p>So, to solve this problem is pretty easy :</p>
<p><code><br />
ssh-add ~/.ssh/id_rsa<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://cisight.com/solve-github-ssh-key-agent-admitted-failure-to-sign-using-the-key-permission-denied-publickey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
