<?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: ssh to ssh2 in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724295#M14874</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems like you are running Tru64 SSH2 on one server &lt;BR /&gt;(...remote software version 3.2.0 SSH Secure Shell Tru64 UNIX...)&lt;BR /&gt;&lt;BR /&gt;Do you have installed OpenSSH on both servers ?&lt;BR /&gt;&lt;BR /&gt;If so can you try and use the OpenSSH's "ssh" command to connect from one system to the other ?&lt;BR /&gt;&lt;BR /&gt;The command might be located here "/usr/local/bin/ssh"&lt;BR /&gt;&lt;BR /&gt;Otherwise if you want to use Tru64 SSH2 "ssh" command you may need to set your ~/.ssh2/identification with the correct private key like this "IdKey name-of-your-private-key" and put your private key in ~/.ssh2&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Kasper</description>
    <pubDate>Mon, 06 Feb 2006 04:01:06 GMT</pubDate>
    <dc:creator>Kasper Hedensted</dc:creator>
    <dc:date>2006-02-06T04:01:06Z</dc:date>
    <item>
      <title>ssh to ssh2</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724289#M14868</link>
      <description>i am setting up an ssh connection between two servers. server a has ssh - server b has ssh2. i have set up the authorized keys for both servers, but server b, running ssh cannot connect to server a running ssh2. Although, server a can connect to server b. Does anyone know what the issue may be? I have already combed through the ssd.conf files.  &lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2006 18:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724289#M14868</guid>
      <dc:creator>Cara Rollins</dc:creator>
      <dc:date>2006-02-03T18:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to ssh2</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724290#M14869</link>
      <description>Have you tried "ssh -v"?&lt;BR /&gt;&lt;BR /&gt;OS and/or ssh versions on these systems?  The&lt;BR /&gt;key file formats on Solaris may be different,&lt;BR /&gt;for example.</description>
      <pubDate>Fri, 03 Feb 2006 19:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724290#M14869</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-02-03T19:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to ssh2</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724291#M14870</link>
      <description>Here is the debug output. I've removed any server specific info such home directories, IP and server names.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004&lt;BR /&gt;debug1: Reading configuration data /usr/local/etc/ssh_config&lt;BR /&gt;debug1: Connecting to SERVER1[IP] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: identity file /path/.ssh/id_rsa type 1&lt;BR /&gt;debug1: identity file /path/.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 2.0, remote software version 3.2.0 SSH Secure Shell Tru64 UNIX&lt;BR /&gt;debug1: no match: 3.2.0 SSH Secure Shell Tru64 UNIX&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: sending SSH2_MSG_KEXDH_INIT&lt;BR /&gt;debug1: expecting SSH2_MSG_KEXDH_REPLY&lt;BR /&gt;debug1: Host 'server' is known and matches the DSA host key.&lt;BR /&gt;debug1: Found key in /path/.ssh/known_hosts:15&lt;BR /&gt;debug1: ssh_dss_verify: signature correct&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;debug1: Authentications that can continue: hostbased,publickey,password&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Offering public key: /path/.ssh/id_rsa&lt;BR /&gt;debug1: Authentications that can continue: hostbased,publickey,password&lt;BR /&gt;debug1: Trying private key: /path/.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: password&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2006 20:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724291#M14870</guid>
      <dc:creator>Cara Rollins</dc:creator>
      <dc:date>2006-02-03T20:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to ssh2</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724292#M14871</link>
      <description>I am sshing from version &lt;BR /&gt;OpenSSH_3.8.1p1, OpenSSL 0.9.7d&lt;BR /&gt;&lt;BR /&gt;to version&lt;BR /&gt;OpenSSH_4.2p1, OpenSSL 0.9.7d</description>
      <pubDate>Fri, 03 Feb 2006 20:10:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724292#M14871</guid>
      <dc:creator>Cara Rollins</dc:creator>
      <dc:date>2006-02-03T20:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to ssh2</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724293#M14872</link>
      <description>Also, they are both TRU64 5.1 (not A or B)</description>
      <pubDate>Fri, 03 Feb 2006 20:11:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724293#M14872</guid>
      <dc:creator>Cara Rollins</dc:creator>
      <dc:date>2006-02-03T20:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to ssh2</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724294#M14873</link>
      <description>I don't have any OpenSSH installed here&lt;BR /&gt;(Tru64 V5.1B, "ssh -V" says "ssh: SSH Secure&lt;BR /&gt;Shell Tru64 UNIX 3.2.0"), but it looks as if&lt;BR /&gt;the keys are being rejected.&lt;BR /&gt;&lt;BR /&gt;Did you make the key files on one system and&lt;BR /&gt;copy them to the other?&lt;BR /&gt;&lt;BR /&gt;If you make key files on the system where&lt;BR /&gt;you didn't do it before, do their formats&lt;BR /&gt;look like the first ones?&lt;BR /&gt;&lt;BR /&gt;Compare with the "-v" output going the other&lt;BR /&gt;way?&lt;BR /&gt;&lt;BR /&gt;Wait for helpful advice from someone who&lt;BR /&gt;actually knows something?</description>
      <pubDate>Fri, 03 Feb 2006 20:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724294#M14873</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-02-03T20:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to ssh2</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724295#M14874</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems like you are running Tru64 SSH2 on one server &lt;BR /&gt;(...remote software version 3.2.0 SSH Secure Shell Tru64 UNIX...)&lt;BR /&gt;&lt;BR /&gt;Do you have installed OpenSSH on both servers ?&lt;BR /&gt;&lt;BR /&gt;If so can you try and use the OpenSSH's "ssh" command to connect from one system to the other ?&lt;BR /&gt;&lt;BR /&gt;The command might be located here "/usr/local/bin/ssh"&lt;BR /&gt;&lt;BR /&gt;Otherwise if you want to use Tru64 SSH2 "ssh" command you may need to set your ~/.ssh2/identification with the correct private key like this "IdKey name-of-your-private-key" and put your private key in ~/.ssh2&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Kasper</description>
      <pubDate>Mon, 06 Feb 2006 04:01:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/ssh-to-ssh2/m-p/3724295#M14874</guid>
      <dc:creator>Kasper Hedensted</dc:creator>
      <dc:date>2006-02-06T04:01:06Z</dc:date>
    </item>
  </channel>
</rss>

