<?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: Problem with ssh public key authentication in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-ssh-public-key-authentication/m-p/5185763#M58399</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt; how did you transfer your public key ? looks like the formats got a bit skewed.&lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Jul 2009 10:59:33 GMT</pubDate>
    <dc:creator>marsh_1</dc:creator>
    <dc:date>2009-07-07T10:59:33Z</dc:date>
    <item>
      <title>Problem with ssh public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-ssh-public-key-authentication/m-p/5185762#M58398</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;I'm trying to connect between two openVMS System via ssh public key authentication. When I try to connect from an openVMS System, I got the message:&lt;BR /&gt;&lt;BR /&gt;warning: ssh2/ id_dsa_2048_a.: 4: parsing line failed&lt;BR /&gt;warning: ssh2/ id_dsa_2048_a.: 5: parsing line failed&lt;BR /&gt;warning: ssh2/ id_dsa_2048_a.: 6: parsing line failed&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;When I try to connect from a windows based PC it works fine. &lt;BR /&gt;&lt;BR /&gt;I used openVMS to generate the keys and the command I use to connect is:&lt;BR /&gt;&lt;BR /&gt;ssh user@system -i ID_DSA_2048_A.&lt;BR /&gt;&lt;BR /&gt;Does anybody know about this, or what I'm doing wrong???&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Tue, 07 Jul 2009 10:25:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-ssh-public-key-authentication/m-p/5185762#M58398</guid>
      <dc:creator>CJBe</dc:creator>
      <dc:date>2009-07-07T10:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ssh public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-ssh-public-key-authentication/m-p/5185763#M58399</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt; how did you transfer your public key ? looks like the formats got a bit skewed.&lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2009 10:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-ssh-public-key-authentication/m-p/5185763#M58399</guid>
      <dc:creator>marsh_1</dc:creator>
      <dc:date>2009-07-07T10:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ssh public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-ssh-public-key-authentication/m-p/5185764#M58400</link>
      <description>On the openVMS System where I generated the keys I got the error, on the windows system where I copied the keys via FTP is everything okay. &lt;BR /&gt;&lt;BR /&gt;I tried to connect to the machine where I started to keep the thing simple. So I connected to user@127.0.0.1 - but I got the warnings.&lt;BR /&gt;&lt;BR /&gt;After the warnings I got the prompt to login as the user setup in the ssh command.</description>
      <pubDate>Tue, 07 Jul 2009 11:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-ssh-public-key-authentication/m-p/5185764#M58400</guid>
      <dc:creator>CJBe</dc:creator>
      <dc:date>2009-07-07T11:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ssh public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-ssh-public-key-authentication/m-p/5185765#M58401</link>
      <description>On the server side in the [.ssh2] subdirectory you will need an authorization. file and the public key and on the client side in [.ssh2] you will need an identication. file and the private key.&lt;BR /&gt;&lt;BR /&gt;Then&lt;BR /&gt;&lt;BR /&gt;usr@system</description>
      <pubDate>Tue, 07 Jul 2009 12:07:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-ssh-public-key-authentication/m-p/5185765#M58401</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2009-07-07T12:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ssh public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-ssh-public-key-authentication/m-p/5185766#M58402</link>
      <description>okay, thats strange... but it works!&lt;BR /&gt;&lt;BR /&gt;I got the identification. file allready, but I always used the -i qualifier to set up the keyfile in the ssh command so known from unix etc. &lt;BR /&gt;&lt;BR /&gt;Then thank you very much! &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2009 12:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-ssh-public-key-authentication/m-p/5185766#M58402</guid>
      <dc:creator>CJBe</dc:creator>
      <dc:date>2009-07-07T12:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ssh public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-ssh-public-key-authentication/m-p/5185767#M58403</link>
      <description>Thank you very much...</description>
      <pubDate>Tue, 07 Jul 2009 12:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-ssh-public-key-authentication/m-p/5185767#M58403</guid>
      <dc:creator>CJBe</dc:creator>
      <dc:date>2009-07-07T12:16:20Z</dc:date>
    </item>
  </channel>
</rss>

