<?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 PROBLEMS ENABLING PUBLIC-KEY AUTHENTICATION IN OPENVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131583#M91195</link>
    <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;I am trying to enable public-key authentication in some OpenVMS 8.3 systems (TCPIP v5.6, eco2). I am following all the steps from "HP TCP/IP Services for OpenVMS Guide to SSH" but it doesn't work. &lt;BR /&gt;&lt;BR /&gt;The only difference is that, instead of generating the pair of keys with OpenVMS 'ssh-keygen' utility, I am copying the public key generated from a Linux system. I think that this is supported, but I am not sure.&lt;BR /&gt;&lt;BR /&gt;If it's necessary, I can post the result of 'ssh -v username@nodo.domain' execution, but, firt of all, I'd like somebody could confirm that.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
    <pubDate>Wed, 24 Sep 2008 10:39:10 GMT</pubDate>
    <dc:creator>Ana M. García Olivencia</dc:creator>
    <dc:date>2008-09-24T10:39:10Z</dc:date>
    <item>
      <title>PROBLEMS ENABLING PUBLIC-KEY AUTHENTICATION IN OPENVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131583#M91195</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;I am trying to enable public-key authentication in some OpenVMS 8.3 systems (TCPIP v5.6, eco2). I am following all the steps from "HP TCP/IP Services for OpenVMS Guide to SSH" but it doesn't work. &lt;BR /&gt;&lt;BR /&gt;The only difference is that, instead of generating the pair of keys with OpenVMS 'ssh-keygen' utility, I am copying the public key generated from a Linux system. I think that this is supported, but I am not sure.&lt;BR /&gt;&lt;BR /&gt;If it's necessary, I can post the result of 'ssh -v username@nodo.domain' execution, but, firt of all, I'd like somebody could confirm that.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
      <pubDate>Wed, 24 Sep 2008 10:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131583#M91195</guid>
      <dc:creator>Ana M. García Olivencia</dc:creator>
      <dc:date>2008-09-24T10:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS ENABLING PUBLIC-KEY AUTHENTICATION IN OPENVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131584#M91196</link>
      <description>Ana,&lt;BR /&gt;&lt;BR /&gt;OpenSSH-based systems - like the typical Linux system - use their own file format for SSH keys.&lt;BR /&gt;&lt;BR /&gt;Before transferring the public key to the VMS system, you have to convert it using&lt;BR /&gt;&lt;BR /&gt;% ssh-keygen -e -f public_key &amp;gt; vms_format_public_key&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin</description>
      <pubDate>Wed, 24 Sep 2008 11:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131584#M91196</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2008-09-24T11:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS ENABLING PUBLIC-KEY AUTHENTICATION IN OPENVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131585#M91197</link>
      <description>Ana,&lt;BR /&gt;&lt;BR /&gt;you need to convert the Linux key to the OpenSSH format.&lt;BR /&gt;&lt;BR /&gt;See this thread&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1046511" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1046511&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Sep 2008 11:05:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131585#M91197</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2008-09-24T11:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS ENABLING PUBLIC-KEY AUTHENTICATION IN OPENVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131586#M91198</link>
      <description>Martin - thanks, I misread the direction for the key conversion.&lt;BR /&gt;&lt;BR /&gt;-e is the correct flag.&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Sep 2008 11:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131586#M91198</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2008-09-24T11:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS ENABLING PUBLIC-KEY AUTHENTICATION IN OPENVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131587#M91199</link>
      <description>Martin, Duncan.&lt;BR /&gt;&lt;BR /&gt;Thanks for your replies. I have done the conversion and it works ok.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
      <pubDate>Wed, 24 Sep 2008 11:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131587#M91199</guid>
      <dc:creator>Ana M. García Olivencia</dc:creator>
      <dc:date>2008-09-24T11:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS ENABLING PUBLIC-KEY AUTHENTICATION IN OPENVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131588#M91200</link>
      <description>Problem solved.&lt;BR /&gt;Ana</description>
      <pubDate>Wed, 24 Sep 2008 11:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131588#M91200</guid>
      <dc:creator>Ana M. García Olivencia</dc:creator>
      <dc:date>2008-09-24T11:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS ENABLING PUBLIC-KEY AUTHENTICATION IN OPENVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131589#M91201</link>
      <description>I beg to (politely) differ.  &lt;BR /&gt;&lt;BR /&gt;The problem is not solved; a step was missed.&lt;BR /&gt;&lt;BR /&gt;That step?  Using the documentation email contact or the support center and reporting the documentation error!&lt;BR /&gt;&lt;BR /&gt;Now as to whether HP might update the documentation, that's another matter and for HP to decide.</description>
      <pubDate>Wed, 24 Sep 2008 12:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131589#M91201</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-09-24T12:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS ENABLING PUBLIC-KEY AUTHENTICATION IN OPENVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131590#M91202</link>
      <description>Hoff.&lt;BR /&gt;&lt;BR /&gt;You are right, but my experience in similar things is that it will be useless. Anyway, I'll send a mail to report the missing information.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
      <pubDate>Wed, 24 Sep 2008 13:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-enabling-public-key-authentication-in-openvms/m-p/5131590#M91202</guid>
      <dc:creator>Ana M. García Olivencia</dc:creator>
      <dc:date>2008-09-24T13:07:33Z</dc:date>
    </item>
  </channel>
</rss>

