<?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>Comments on: SSH your Debian servers without password</title>
	<atom:link href="http://www.debianadmin.com/ssh-your-debian-servers-without-password.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/ssh-your-debian-servers-without-password.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Thu, 19 Nov 2009 13:24:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Edmund</title>
		<link>http://www.debianadmin.com/ssh-your-debian-servers-without-password.html/comment-page-1#comment-1623</link>
		<dc:creator>Edmund</dc:creator>
		<pubDate>Thu, 14 Jun 2007 15:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/ssh-your-debian-servers-without-password.html#comment-1623</guid>
		<description>Hi,
I am trying to connect from a UNIX machine to a Windows SSH server without a password entry.
I tried the steps above but I have no luck in doing it.
Any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am trying to connect from a UNIX machine to a Windows SSH server without a password entry.<br />
I tried the steps above but I have no luck in doing it.<br />
Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petru</title>
		<link>http://www.debianadmin.com/ssh-your-debian-servers-without-password.html/comment-page-1#comment-1622</link>
		<dc:creator>Petru</dc:creator>
		<pubDate>Tue, 06 Mar 2007 16:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/ssh-your-debian-servers-without-password.html#comment-1622</guid>
		<description>Ok... I figured out, u need to run ssh-agent and ssh-add to use this like I whant. I&#039;t works but it dependes of the ssh-agent and that ok for me...
Thanx.</description>
		<content:encoded><![CDATA[<p>Ok&#8230; I figured out, u need to run ssh-agent and ssh-add to use this like I whant. I&#8217;t works but it dependes of the ssh-agent and that ok for me&#8230;<br />
Thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petru</title>
		<link>http://www.debianadmin.com/ssh-your-debian-servers-without-password.html/comment-page-1#comment-1621</link>
		<dc:creator>Petru</dc:creator>
		<pubDate>Tue, 06 Mar 2007 15:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/ssh-your-debian-servers-without-password.html#comment-1621</guid>
		<description>Nice, I follow your post and it work, but u forgot to add that in place of password you have to use the passphrase... I&#039;m intrest in accessing the ssh-server like rsh without any type of autentification..</description>
		<content:encoded><![CDATA[<p>Nice, I follow your post and it work, but u forgot to add that in place of password you have to use the passphrase&#8230; I&#8217;m intrest in accessing the ssh-server like rsh without any type of autentification..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joern</title>
		<link>http://www.debianadmin.com/ssh-your-debian-servers-without-password.html/comment-page-1#comment-1620</link>
		<dc:creator>Joern</dc:creator>
		<pubDate>Sun, 07 Jan 2007 19:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/ssh-your-debian-servers-without-password.html#comment-1620</guid>
		<description>Tim this is not a problem since pam-ssh is available. So with your KDM/GDM/XDM login you can give the ssh-agent the passphrase - call it single-sign-on.</description>
		<content:encoded><![CDATA[<p>Tim this is not a problem since pam-ssh is available. So with your KDM/GDM/XDM login you can give the ssh-agent the passphrase &#8211; call it single-sign-on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Spencer</title>
		<link>http://www.debianadmin.com/ssh-your-debian-servers-without-password.html/comment-page-1#comment-1619</link>
		<dc:creator>Tim Spencer</dc:creator>
		<pubDate>Mon, 01 Jan 2007 13:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/ssh-your-debian-servers-without-password.html#comment-1619</guid>
		<description>The only problem with this is that this only works until you logout and then you have to restart the agent and put in the passphrase...it&#039;s still cool though.</description>
		<content:encoded><![CDATA[<p>The only problem with this is that this only works until you logout and then you have to restart the agent and put in the passphrase&#8230;it&#8217;s still cool though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bmynars</title>
		<link>http://www.debianadmin.com/ssh-your-debian-servers-without-password.html/comment-page-1#comment-1618</link>
		<dc:creator>bmynars</dc:creator>
		<pubDate>Mon, 01 Jan 2007 04:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/ssh-your-debian-servers-without-password.html#comment-1618</guid>
		<description>This article is a little bit of a simplification of what one can/should do while using SSH.  For example, generally speaking, using DSA keys over RSA is recommended (security reasons).  As always, there are pros and cons.  However, generally speaking, DSA is a better choice.  Also, this article fails to mention that once a &quot;key phrase&quot; (referred to as &#039;password&#039; here) is entered, your idea of &#039;passwordless&#039; log on flies out the window in a jiffy.  You can go with kludges like &quot;ssh-agent&quot; to manage your key phrases but the bottom line is, we all want a passwordless authentication.  Well, then let&#039;s say it: press ENTER when prompted for a password while generating a key and let&#039;s spare those who search for the answers on how to do this any further investigations.

If one is really paranoid about having one&#039;s keys without a key phrase, then, you can protect it (to an extent) on the remote site by specifying what host a particular key can be accepted from via authorized_keys file.  But this is a discussion for a later time.</description>
		<content:encoded><![CDATA[<p>This article is a little bit of a simplification of what one can/should do while using SSH.  For example, generally speaking, using DSA keys over RSA is recommended (security reasons).  As always, there are pros and cons.  However, generally speaking, DSA is a better choice.  Also, this article fails to mention that once a &#8220;key phrase&#8221; (referred to as &#8216;password&#8217; here) is entered, your idea of &#8216;passwordless&#8217; log on flies out the window in a jiffy.  You can go with kludges like &#8220;ssh-agent&#8221; to manage your key phrases but the bottom line is, we all want a passwordless authentication.  Well, then let&#8217;s say it: press ENTER when prompted for a password while generating a key and let&#8217;s spare those who search for the answers on how to do this any further investigations.</p>
<p>If one is really paranoid about having one&#8217;s keys without a key phrase, then, you can protect it (to an extent) on the remote site by specifying what host a particular key can be accepted from via authorized_keys file.  But this is a discussion for a later time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joern</title>
		<link>http://www.debianadmin.com/ssh-your-debian-servers-without-password.html/comment-page-1#comment-1617</link>
		<dc:creator>Joern</dc:creator>
		<pubDate>Sat, 30 Dec 2006 12:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/ssh-your-debian-servers-without-password.html#comment-1617</guid>
		<description>scp and cat of your ID is obsolete since ssh-copy-id exists.</description>
		<content:encoded><![CDATA[<p>scp and cat of your ID is obsolete since ssh-copy-id exists.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
