<?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 Key based authentication setup from openSSH to SSH2</title>
	<atom:link href="http://www.thegeekstuff.com/2008/07/ssh-key-based-authentication-setup-from-openssh-to-ssh2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2008/07/ssh-key-based-authentication-setup-from-openssh-to-ssh2/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 18 Mar 2010 16:03:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ramesh</title>
		<link>http://www.thegeekstuff.com/2008/07/ssh-key-based-authentication-setup-from-openssh-to-ssh2/comment-page-1/#comment-8311</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Sat, 11 Apr 2009 06:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=98#comment-8311</guid>
		<description>&lt;strong&gt;@Francisco,&lt;/strong&gt;

Check out &lt;a href=&quot;http://www.openssh.com/windows.html&quot; rel=&quot;nofollow&quot;&gt;OpenSSH alternatives for Windows&lt;/a&gt;.
&lt;code&gt;&#160;&lt;/code&gt;
&lt;strong&gt;@Sheema,&lt;/strong&gt;

Like Denny has pointed out, if you get that error message, pass the -t option. i.e ssh-keygen -t dsa (or) ssh-keygen -t rsa
&lt;code&gt;&#160;&lt;/code&gt;
&lt;strong&gt;@Denny,&lt;/strong&gt;

Thanks for helping out Sheema. Also, I appreciate your nice comments about this blog.</description>
		<content:encoded><![CDATA[<p><strong>@Francisco,</strong></p>
<p>Check out <a href="http://www.openssh.com/windows.html" rel="nofollow">OpenSSH alternatives for Windows</a>.<br />
<code>&nbsp;</code><br />
<strong>@Sheema,</strong></p>
<p>Like Denny has pointed out, if you get that error message, pass the -t option. i.e ssh-keygen -t dsa (or) ssh-keygen -t rsa<br />
<code>&nbsp;</code><br />
<strong>@Denny,</strong></p>
<p>Thanks for helping out Sheema. Also, I appreciate your nice comments about this blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denny</title>
		<link>http://www.thegeekstuff.com/2008/07/ssh-key-based-authentication-setup-from-openssh-to-ssh2/comment-page-1/#comment-8302</link>
		<dc:creator>Denny</dc:creator>
		<pubDate>Sat, 11 Apr 2009 04:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=98#comment-8302</guid>
		<description>Hi Sheema.

The key type (t) option means that you gotta choose between rsa or dsa to build your key. Although the command &quot;ssh-keygen&quot; should create a rsa key by default without prompting for an specific one.

Hope it helps you..

Ramesh, very good and usefull blog. Congratulations.</description>
		<content:encoded><![CDATA[<p>Hi Sheema.</p>
<p>The key type (t) option means that you gotta choose between rsa or dsa to build your key. Although the command &#8220;ssh-keygen&#8221; should create a rsa key by default without prompting for an specific one.</p>
<p>Hope it helps you..</p>
<p>Ramesh, very good and usefull blog. Congratulations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sheema</title>
		<link>http://www.thegeekstuff.com/2008/07/ssh-key-based-authentication-setup-from-openssh-to-ssh2/comment-page-1/#comment-7833</link>
		<dc:creator>sheema</dc:creator>
		<pubDate>Fri, 03 Apr 2009 14:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=98#comment-7833</guid>
		<description>hi ramesh, 

i try to generate key pair but there;s an error 

You must specify a key type (-t).
Usage: ssh-keygen [options]

any idea about that?

thanks</description>
		<content:encoded><![CDATA[<p>hi ramesh, </p>
<p>i try to generate key pair but there;s an error </p>
<p>You must specify a key type (-t).<br />
Usage: ssh-keygen [options]</p>
<p>any idea about that?</p>
<p>thanks</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/07/ssh-key-based-authentication-setup-from-openssh-to-ssh2/comment-page-1/#comment-4987</link>
		<dc:creator>Using OpenSSH public keys with OpenVMS (and SSH2) &#171; UNIX Administratosphere</dc:creator>
		<pubDate>Wed, 21 Jan 2009 10:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=98#comment-4987</guid>
		<description>[...] Geek Stuff blog also has 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>[...] Geek Stuff blog also has 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: The Geek Stuff &#187; 3 Steps to Perform SSH Login Without Password Using ssh-keygen &#38; ssh-copy-id</title>
		<link>http://www.thegeekstuff.com/2008/07/ssh-key-based-authentication-setup-from-openssh-to-ssh2/comment-page-1/#comment-3020</link>
		<dc:creator>The Geek Stuff &#187; 3 Steps to Perform SSH Login Without Password Using ssh-keygen &#38; ssh-copy-id</dc:creator>
		<pubDate>Thu, 20 Nov 2008 18:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=98#comment-3020</guid>
		<description>[...] SSH2, we discussed earlier about performing SSH and SCP without password from SSH2 to SSH2 , from OpenSSH to SSH2 and from SSH2 to [...]</description>
		<content:encoded><![CDATA[<p>[...] SSH2, we discussed earlier about performing SSH and SCP without password from SSH2 to SSH2 , from OpenSSH to SSH2 and from SSH2 to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco</title>
		<link>http://www.thegeekstuff.com/2008/07/ssh-key-based-authentication-setup-from-openssh-to-ssh2/comment-page-1/#comment-506</link>
		<dc:creator>Francisco</dc:creator>
		<pubDate>Sun, 17 Aug 2008 01:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=98#comment-506</guid>
		<description>the best how-to, directly related to ssh connection. 
do you have one for connecting to a Win machine?
thank you.</description>
		<content:encoded><![CDATA[<p>the best how-to, directly related to ssh connection.<br />
do you have one for connecting to a Win machine?<br />
thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
