<?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: Comprehensive Guide for SSH2 Key based authentication setup</title>
	<atom:link href="http://www.thegeekstuff.com/2008/06/comprehensive-guide-for-ssh2-key-based-authentication-setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2008/06/comprehensive-guide-for-ssh2-key-based-authentication-setup/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 11 Mar 2010 18:11:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mst</title>
		<link>http://www.thegeekstuff.com/2008/06/comprehensive-guide-for-ssh2-key-based-authentication-setup/comment-page-1/#comment-10905</link>
		<dc:creator>Mst</dc:creator>
		<pubDate>Wed, 27 May 2009 15:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=61#comment-10905</guid>
		<description>I am executing ssh-keygen2 on Local, which is running Solaris 7 . The command never &quot;exits&quot; 


[/home/xxx]: ssh-keygen -b 2048
Generating 2048-bit dsa key pair
   3 o.oOo.oOo.o


The number on the last lines keeps moving from 1 to 2 to 3 .... but the key is never generated. Any ideas?</description>
		<content:encoded><![CDATA[<p>I am executing ssh-keygen2 on Local, which is running Solaris 7 . The command never &#8220;exits&#8221; </p>
<p>[/home/xxx]: ssh-keygen -b 2048<br />
Generating 2048-bit dsa key pair<br />
   3 o.oOo.oOo.o</p>
<p>The number on the last lines keeps moving from 1 to 2 to 3 &#8230;. but the key is never generated. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using OpenSSH public keys with OpenVMS (and SSH2) &#171; UNIX Administratosphere</title>
		<link>http://www.thegeekstuff.com/2008/06/comprehensive-guide-for-ssh2-key-based-authentication-setup/comment-page-1/#comment-8491</link>
		<dc:creator>Using OpenSSH public keys with OpenVMS (and SSH2) &#171; UNIX Administratosphere</dc:creator>
		<pubDate>Mon, 13 Apr 2009 22:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=61#comment-8491</guid>
		<description>[...] an excellent article on connecting to a SSH2 server using OpenSSH, as well as excellent articles on setting up SSH2 for logins and setting OpenSSH for [...]</description>
		<content:encoded><![CDATA[<p>[...] an excellent article on connecting to a SSH2 server using OpenSSH, as well as excellent articles on setting up SSH2 for logins and setting OpenSSH for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://www.thegeekstuff.com/2008/06/comprehensive-guide-for-ssh2-key-based-authentication-setup/comment-page-1/#comment-8285</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Fri, 10 Apr 2009 23:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=61#comment-8285</guid>
		<description>&lt;strong&gt;@Anonymous,&lt;/strong&gt;

Thanks for your feedback. I also wrote another article where it talks about &lt;a href=&quot;http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/&quot; rel=&quot;nofollow&quot;&gt;how to use ssh-copy-id&lt;/a&gt; to perform the passwordless login.
&lt;code&gt;&#160;&lt;/code&gt;
&lt;strong&gt;@Frank&lt;/strong&gt;
Thanks a lot for pointing it out. it was a typo. But, even with that typo that scenario would&#039;ve worked, as you can name the public-key file anything you want, as long as the name is same on step#5 and step#6.
&lt;code&gt;&#160;&lt;/code&gt;
I&#039;ve updated the document accordingly to reflect the proper file name in step#5 and step#6.</description>
		<content:encoded><![CDATA[<p><strong>@Anonymous,</strong></p>
<p>Thanks for your feedback. I also wrote another article where it talks about <a href="http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/" rel="nofollow">how to use ssh-copy-id</a> to perform the passwordless login.<br />
<code>&nbsp;</code><br />
<strong>@Frank</strong><br />
Thanks a lot for pointing it out. it was a typo. But, even with that typo that scenario would&#8217;ve worked, as you can name the public-key file anything you want, as long as the name is same on step#5 and step#6.<br />
<code>&nbsp;</code><br />
I&#8217;ve updated the document accordingly to reflect the proper file name in step#5 and step#6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Foehrenbach</title>
		<link>http://www.thegeekstuff.com/2008/06/comprehensive-guide-for-ssh2-key-based-authentication-setup/comment-page-1/#comment-8133</link>
		<dc:creator>Frank Foehrenbach</dc:creator>
		<pubDate>Wed, 08 Apr 2009 15:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=61#comment-8133</guid>
		<description>In step 5, you change the name of the file when you copy it.  Is there a reason for this or was this just a typo?  Thanks for this info.  It was helpful.  I will be subscribing to your website.

5. Copy the public key to remote-host.

Copy the /home/jsmith/.ssh2/id_dsa_2048_b.pub file from the local-host to the remote-host /home/jsmith/.ssh2/id_dsa_1024_b.pub.  You can perform a vi /home/jsmith/.ssh2/id_dsa_1024_b.pub on the remote-host and copy the content of the public key from the local-host.</description>
		<content:encoded><![CDATA[<p>In step 5, you change the name of the file when you copy it.  Is there a reason for this or was this just a typo?  Thanks for this info.  It was helpful.  I will be subscribing to your website.</p>
<p>5. Copy the public key to remote-host.</p>
<p>Copy the /home/jsmith/.ssh2/id_dsa_2048_b.pub file from the local-host to the remote-host /home/jsmith/.ssh2/id_dsa_1024_b.pub.  You can perform a vi /home/jsmith/.ssh2/id_dsa_1024_b.pub on the remote-host and copy the content of the public key from the local-host.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.thegeekstuff.com/2008/06/comprehensive-guide-for-ssh2-key-based-authentication-setup/comment-page-1/#comment-190</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 16 Jul 2008 05:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=61#comment-190</guid>
		<description>the permissions should be 700 instead of 744 and 600 instead of 644
easier to send the public key with ssh-copy-id
example: ssh-copy-id -i .ssh/id_dsa.pub user@host
then try it:
ssh user@host</description>
		<content:encoded><![CDATA[<p>the permissions should be 700 instead of 744 and 600 instead of 644<br />
easier to send the public key with ssh-copy-id<br />
example: ssh-copy-id -i .ssh/id_dsa.pub user@host<br />
then try it:<br />
ssh user@host</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://www.thegeekstuff.com/2008/06/comprehensive-guide-for-ssh2-key-based-authentication-setup/comment-page-1/#comment-54</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Thu, 26 Jun 2008 15:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=61#comment-54</guid>
		<description>@Siddharth,

Thanks for the nice compliment. Linux is one of my passion and I&#039;ve done intensive work on it. 

@Ajay,

I&#039;ll get in touch with you to figure out the details of how you can write articles about microsoft technologies at the geek stuff.

@Narendra,

I&#039;m glad this guide was helpful for you.</description>
		<content:encoded><![CDATA[<p>@Siddharth,</p>
<p>Thanks for the nice compliment. Linux is one of my passion and I&#8217;ve done intensive work on it. </p>
<p>@Ajay,</p>
<p>I&#8217;ll get in touch with you to figure out the details of how you can write articles about microsoft technologies at the geek stuff.</p>
<p>@Narendra,</p>
<p>I&#8217;m glad this guide was helpful for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narendra.s.v</title>
		<link>http://www.thegeekstuff.com/2008/06/comprehensive-guide-for-ssh2-key-based-authentication-setup/comment-page-1/#comment-53</link>
		<dc:creator>narendra.s.v</dc:creator>
		<pubDate>Thu, 26 Jun 2008 13:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=61#comment-53</guid>
		<description>this is what my bro(may be love this) is look for! thanks for the share

</description>
		<content:encoded><![CDATA[<p>this is what my bro(may be love this) is look for! thanks for the share</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay</title>
		<link>http://www.thegeekstuff.com/2008/06/comprehensive-guide-for-ssh2-key-based-authentication-setup/comment-page-1/#comment-52</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Thu, 26 Jun 2008 09:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=61#comment-52</guid>
		<description>this blog content is perfect for a software developer
can pariticipate with you in this blog to share my Microsoft technologies exp.</description>
		<content:encoded><![CDATA[<p>this blog content is perfect for a software developer<br />
can pariticipate with you in this blog to share my Microsoft technologies exp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siddharth</title>
		<link>http://www.thegeekstuff.com/2008/06/comprehensive-guide-for-ssh2-key-based-authentication-setup/comment-page-1/#comment-51</link>
		<dc:creator>Siddharth</dc:creator>
		<pubDate>Thu, 26 Jun 2008 07:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=61#comment-51</guid>
		<description>Looks like you are a great coder ;)</description>
		<content:encoded><![CDATA[<p>Looks like you are a great coder <img src='http://www.thegeekstuff.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
