<?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: Connect to OpenSSH in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/connect-to-openssh/m-p/4899649#M49161</link>
    <description>Could you provide some specific error messages that you get when attempting to connect to/from  your OpenVMS system?&lt;BR /&gt;&lt;BR /&gt;Also, have you looked in your log files in TCPIP$SSH_HOME: directory? &lt;BR /&gt;&lt;BR /&gt;Robert</description>
    <pubDate>Tue, 03 May 2005 15:57:01 GMT</pubDate>
    <dc:creator>Robert_Boyd</dc:creator>
    <dc:date>2005-05-03T15:57:01Z</dc:date>
    <item>
      <title>Connect to OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connect-to-openssh/m-p/4899648#M49160</link>
      <description>I would like to use SCP to connect to OpenSSH (Solaris 9) servers using public key without password. The public/private keys uses separate formatting (in addition to differences with authorized_keys vs AUTHORIZATION. etc). However, I cannot get it working.&lt;BR /&gt;Connecting from OpenSSH to OpenVMS is also not working, but this is not as important.&lt;BR /&gt;&lt;BR /&gt;Anyone got it working?&lt;BR /&gt;Is it just my formatting?&lt;BR /&gt;&lt;BR /&gt;TCPIP Services 5.4 ECO 4&lt;BR /&gt;Tried keys (DSS) generated in both Solaris and OpenVMS.&lt;BR /&gt;SSH is not stable yet. The bug with max one key in IDENTIFICATION. gave me a brain melt.&lt;BR /&gt;"scp -p" would be nice too.&lt;BR /&gt;&lt;BR /&gt;Gerhard</description>
      <pubDate>Tue, 03 May 2005 15:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connect-to-openssh/m-p/4899648#M49160</guid>
      <dc:creator>Gerhard Olsson</dc:creator>
      <dc:date>2005-05-03T15:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connect-to-openssh/m-p/4899649#M49161</link>
      <description>Could you provide some specific error messages that you get when attempting to connect to/from  your OpenVMS system?&lt;BR /&gt;&lt;BR /&gt;Also, have you looked in your log files in TCPIP$SSH_HOME: directory? &lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Tue, 03 May 2005 15:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connect-to-openssh/m-p/4899649#M49161</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2005-05-03T15:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connect-to-openssh/m-p/4899650#M49162</link>
      <description>Gerhard,&lt;BR /&gt;&lt;BR /&gt;TCP/IP Services' SSH is based on ssh.com's implementation, so it uses the SECSH key file format. I.e., when transfering key files from/to the OpenSSH system, you have to export/import them (ssh-keygen -e/-i - no idea whether the Solaris implementation has these).&lt;BR /&gt;&lt;BR /&gt;authorized_keys vs. authorization is *not* an issue of VMS vs. OpenSSH, but SSHv1 vs. SSHv2.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2005 03:45:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connect-to-openssh/m-p/4899650#M49162</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-05-04T03:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connect-to-openssh/m-p/4899651#M49163</link>
      <description>Thanks, this solved the problem. Converting keys are described for instance here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.berkeley.edu/~dtliu/sshinterop.html" target="_blank"&gt;http://www.cs.berkeley.edu/~dtliu/sshinterop.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However, I still had a few problems. Some findings: &lt;BR /&gt; * Solaris 10 has switches -i/-e but uses -X/-x in Solaris 9.&lt;BR /&gt; * With Solaris 9, keys must be generated in OpenVMS, because there is a problem converting (public only) openssh-&amp;gt;ssh.com.&lt;BR /&gt;  ssh_keygen "-D" does not work in OpenVMS (tries to convert public-&amp;gt; private, then writes "just kidding"). &lt;BR /&gt;  ssh-keygen -x in Solaris 9 do not work for public keys. Workaround: Convert files in Solaris 10.&lt;BR /&gt; * OpenSSH is sensitive for file permissions. For instance, my home dir had permission 0770 (with dummy group) and sshd did not allow public keys then. (Enabled sshd debug to find out)</description>
      <pubDate>Wed, 04 May 2005 15:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connect-to-openssh/m-p/4899651#M49163</guid>
      <dc:creator>Gerhard Olsson</dc:creator>
      <dc:date>2005-05-04T15:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connect-to-openssh/m-p/4899652#M49164</link>
      <description>Problem solved</description>
      <pubDate>Wed, 04 May 2005 15:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connect-to-openssh/m-p/4899652#M49164</guid>
      <dc:creator>Gerhard Olsson</dc:creator>
      <dc:date>2005-05-04T15:48:58Z</dc:date>
    </item>
  </channel>
</rss>

