<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RSA key generation!! in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rsa-key-generation/m-p/3363196#M13689</link>
    <description>hi Abdul,&lt;BR /&gt;i tryed in that way...but still i cant.</description>
    <pubDate>Mon, 23 Aug 2004 21:18:45 GMT</pubDate>
    <dc:creator>ajay_25</dc:creator>
    <dc:date>2004-08-23T21:18:45Z</dc:date>
    <item>
      <title>RSA key generation!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsa-key-generation/m-p/3363194#M13687</link>
      <description>HI All,&lt;BR /&gt;&lt;BR /&gt;redhat 7.1 &lt;BR /&gt;ajay@sshserver ajay$ssh-keygen &lt;BR /&gt;&lt;BR /&gt;generated key pair and given passphrase &lt;BR /&gt;&lt;BR /&gt;ajay@sshserver ajay$cd .ssh&lt;BR /&gt;ajay@sshserver .ssh$cat identity.pub &amp;gt; authorized_keys&lt;BR /&gt;ajay@sshserver .ssh$chmod 644 authorized_keys&lt;BR /&gt;&lt;BR /&gt;copy identity(private key) to my windows box. thru putty ..using private key(identity) by typing passphrase i can login to my sshserver.&lt;BR /&gt;&lt;BR /&gt;redhat 7.3, 9 ..&lt;BR /&gt;&lt;BR /&gt;kumar@sshserver1 kumar$ssh-keygen -t rsa&lt;BR /&gt;&lt;BR /&gt;generated key pair and given passphrase&lt;BR /&gt;&lt;BR /&gt;kumar@sshserver1 kumar$cd .ssh&lt;BR /&gt;kumar@sshserver1 .ssh$cat id_rsa.pub &amp;gt; authorized_keys&lt;BR /&gt;kumar@sshserver1 .ssh$chmod 644 authorized_keys&lt;BR /&gt;&lt;BR /&gt;copy id_rsa to my windows box.thru putty ... using private key(id_rsa) i cant login to my sshserver1.&lt;BR /&gt;&lt;BR /&gt;error is &lt;BR /&gt;no passphrase required.couldn't load public key&lt;BR /&gt;&lt;BR /&gt;i tryed ssh-keygen instead of ssh-keygen -t rsa ...but in redhat 7.3 and 9 that dint work... may be ssh1 protocol not supported in 7.3 and 9..(in my idea)&lt;BR /&gt;&lt;BR /&gt;how to solve this problem ??&lt;BR /&gt;&lt;BR /&gt;please any one help me..i am really vex with this problem...&lt;BR /&gt;&lt;BR /&gt;thanks in advance.&lt;BR /&gt;ajay</description>
      <pubDate>Mon, 23 Aug 2004 11:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsa-key-generation/m-p/3363194#M13687</guid>
      <dc:creator>ajay_25</dc:creator>
      <dc:date>2004-08-23T11:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: RSA key generation!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsa-key-generation/m-p/3363195#M13688</link>
      <description>Ajay,&lt;BR /&gt;&lt;BR /&gt;Check the ssh versions &amp;amp; protocol dfference between the two Redhat releases. &lt;BR /&gt;#ssh -V&lt;BR /&gt;If the later versions are running ssh protocol 2, change the authorized_keys filename to authorized_keys2 and try again.&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;Abdul.</description>
      <pubDate>Mon, 23 Aug 2004 13:59:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsa-key-generation/m-p/3363195#M13688</guid>
      <dc:creator>Abdul Rahiman</dc:creator>
      <dc:date>2004-08-23T13:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: RSA key generation!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsa-key-generation/m-p/3363196#M13689</link>
      <description>hi Abdul,&lt;BR /&gt;i tryed in that way...but still i cant.</description>
      <pubDate>Mon, 23 Aug 2004 21:18:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsa-key-generation/m-p/3363196#M13689</guid>
      <dc:creator>ajay_25</dc:creator>
      <dc:date>2004-08-23T21:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: RSA key generation!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsa-key-generation/m-p/3363197#M13690</link>
      <description>When creating a key with "ssh-keygen -t rsa" you get a protocol version SSH2 RSA key.&lt;BR /&gt;&lt;BR /&gt;Two possibilities come to my mind:&lt;BR /&gt;1.)&lt;BR /&gt;Some versions of PuTTY try SSH1 protocol first by default. When trying to use SSH2 keys, you must use SSH2 protocol.&lt;BR /&gt;&lt;BR /&gt;2.)&lt;BR /&gt;SSH2 keys must be imported to PuTTY's native format (.PPK) using PuTTYgen, says PuTTY FAQ.&lt;BR /&gt;This is because there is no "standard" format for storing SSH2 keys: OpenSSH uses one format, the ssh.com commercial version uses another. Looks like you might have tried to use OpenSSH-like key directly without importing. That does not work.</description>
      <pubDate>Tue, 24 Aug 2004 03:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsa-key-generation/m-p/3363197#M13690</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2004-08-24T03:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: RSA key generation!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsa-key-generation/m-p/3363198#M13691</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;why don't you create dsa keys using&lt;BR /&gt;&lt;BR /&gt;ssh-keygen -t dsa and import them in the "authorized_keys2" file&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Tue, 24 Aug 2004 08:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsa-key-generation/m-p/3363198#M13691</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-08-24T08:48:23Z</dc:date>
    </item>
  </channel>
</rss>

