<?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 problems beetween VMS and HP ux 11i box in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problems-beetween-vms-and-hp-ux-11i-box/m-p/3084712#M573151</link>
    <description>SSH authetication can be done in three ways.&lt;BR /&gt;PAssword based, host based and exchange of public/priv keys.&lt;BR /&gt;&lt;BR /&gt;If you do not set preferred method (sshd_config file)&lt;BR /&gt;&lt;BR /&gt;You have not set any preferred method. To set exchange of public/private keys, you will have to use ssh-keygen command and generate the keys and distribute them to the clients. (authorized_keys file)&lt;BR /&gt;&lt;BR /&gt;Also in your message the protocol mismatch is noticed. You can set than on ssh command line or in sshd_Config file.&lt;BR /&gt;&lt;BR /&gt;Set preferred method and then try.</description>
    <pubDate>Fri, 03 Oct 2003 04:26:03 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2003-10-03T04:26:03Z</dc:date>
    <item>
      <title>Ssh problems beetween VMS and HP ux 11i box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problems-beetween-vms-and-hp-ux-11i-box/m-p/3084711#M573150</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I've got a problem to get a unix and a vms box communicate. The two servers are on the same lan,i can connect with ssh from unix client to vms server, but it doesn't work from the other side.. seebelow the error message:&lt;BR /&gt; debug1: sshd version OpenSSH_3.6.1p1                                                                                         &lt;BR /&gt;debug1: read PEM private key done: type RSA                                                                                  &lt;BR /&gt;debug1: private host key: #0 type 1 RSA                                                                                      &lt;BR /&gt;debug1: read PEM private key done: type DSA                                                                                  &lt;BR /&gt;debug1: private host key: #1 type 2 DSA                                                                                      &lt;BR /&gt;debug1: Bind to port 22 on 0.0.0.0.                                                                                          &lt;BR /&gt;Server listening on 0.0.0.0 port 22.                                                                                         &lt;BR /&gt;debug1: Server will not fork when running in debugging mode.                                                                 &lt;BR /&gt;Connection from 10.28.138.211 port 56385                                                                                     &lt;BR /&gt;debug1: Client protocol version 1.99; client software version 2.4.1 SSH Secure Shell OpenVMS V1.0                            &lt;BR /&gt;debug1: match: 2.4.1 SSH Secure Shell OpenVMS V1.0 pat 2.*                                                                   &lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0                                                                         &lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_3.6.1p1                                                                         &lt;BR /&gt;debug1: list_hostkey_types: ssh-rsa,ssh-dss                                                                                  &lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent                                                                                                &lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received                                                                                            &lt;BR /&gt;debug1: kex: client-&amp;gt;server 3des-cbc hmac-sha1 none                                                                          &lt;BR /&gt;debug1: kex: server-&amp;gt;client 3des-cbc hmac-sha1 none                                                                          &lt;BR /&gt;debug1: expecting SSH2_MSG_KEXDH_INIT                                                                                        &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: KEX done                                                                                                             &lt;BR /&gt;debug1: userauth-request for user root service ssh-connection method none                                                    &lt;BR /&gt;debug1: attempt 0 failures 0                                                                                                 &lt;BR /&gt;debug1: Starting up PAM with username "root"                                                                                 &lt;BR /&gt;debug1: PAM setting rhost to "monica"                                                                                        &lt;BR /&gt;debug1: PAM Password authentication for "root" failed[9]: Authentication failed                                              &lt;BR /&gt;Failed none for root from 10.28.xxx.xxx port 56385 ssh2                                                                      &lt;BR /&gt;debug1: userauth-request for user root service ssh-connection method publickey                                               &lt;BR /&gt;debug1: attempt 1 failures 1                                                                                                 &lt;BR /&gt;debug1: test whether pkalg/pkblob are acceptable                                                                             &lt;BR /&gt;debug1: temporarily_use_uid: 0/3 (e=0/3)                                                                                     &lt;BR /&gt;debug1: trying public key file //.ssh/authorized_keys                                                                        &lt;BR /&gt;Authentication refused: bad ownership or modes for file /.ssh/authorized_keys                                                &lt;BR /&gt;debug1: restore_uid: 0/3                                                                                                     &lt;BR /&gt;debug1: temporarily_use_uid: 0/3 (e=0/3)                                                                                     &lt;BR /&gt;debug1: trying public key file //.ssh/authorized_keys                                                                        &lt;BR /&gt;Authentication refused: bad ownership or modes for file /.ssh/authorized_keys                                                &lt;BR /&gt;debug1: restore_uid: 0/3                                                                                                     &lt;BR /&gt;Failed publickey for root from 10.28.xxx.xxx port 56385 ssh2                                                                 &lt;BR /&gt;debug1: userauth-request for user root service ssh-connection method none                                                    &lt;BR /&gt;debug1: attempt 2 failures 2                                                                                                 &lt;BR /&gt;Failed none for root from 10.28.xxx.xxx port 56385 ssh2                                                                      &lt;BR /&gt;Received disconnect from 10.28.xxx.xxx: 14: No further authentication methods available.                                     &lt;BR /&gt;debug1: Calling cleanup 0x4000285a(0x0)                                                                                      &lt;BR /&gt;debug1: Calling cleanup 0x40002712(0x0)                                                   &lt;BR /&gt;Has anyone got any idea?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;JÃ©rÃ´me</description>
      <pubDate>Fri, 03 Oct 2003 04:03:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problems-beetween-vms-and-hp-ux-11i-box/m-p/3084711#M573150</guid>
      <dc:creator>Chartier Jerome</dc:creator>
      <dc:date>2003-10-03T04:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ssh problems beetween VMS and HP ux 11i box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problems-beetween-vms-and-hp-ux-11i-box/m-p/3084712#M573151</link>
      <description>SSH authetication can be done in three ways.&lt;BR /&gt;PAssword based, host based and exchange of public/priv keys.&lt;BR /&gt;&lt;BR /&gt;If you do not set preferred method (sshd_config file)&lt;BR /&gt;&lt;BR /&gt;You have not set any preferred method. To set exchange of public/private keys, you will have to use ssh-keygen command and generate the keys and distribute them to the clients. (authorized_keys file)&lt;BR /&gt;&lt;BR /&gt;Also in your message the protocol mismatch is noticed. You can set than on ssh command line or in sshd_Config file.&lt;BR /&gt;&lt;BR /&gt;Set preferred method and then try.</description>
      <pubDate>Fri, 03 Oct 2003 04:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problems-beetween-vms-and-hp-ux-11i-box/m-p/3084712#M573151</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-10-03T04:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ssh problems beetween VMS and HP ux 11i box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problems-beetween-vms-and-hp-ux-11i-box/m-p/3084713#M573152</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I've already changed the method in Password, which is easier for tests. On client+ server config file;on unix+vms.&lt;BR /&gt;&lt;BR /&gt;The fact is that scp is working with vms serving, and ssh is working with UX box serving.... very strange ...&lt;BR /&gt;&lt;BR /&gt;Any idea&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Jerome&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Oct 2003 04:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problems-beetween-vms-and-hp-ux-11i-box/m-p/3084713#M573152</guid>
      <dc:creator>Chartier Jerome</dc:creator>
      <dc:date>2003-10-03T04:51:22Z</dc:date>
    </item>
  </channel>
</rss>

