<?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: sftp - Protocol major versions differ in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sftp-protocol-major-versions-differ/m-p/3757585#M22452</link>
    <description>Check your ssh configuration files for&lt;BR /&gt;Red Hat. Protocol is likely set to 2 only.&lt;BR /&gt;&lt;BR /&gt;Check your ssh configuration files for AIX&lt;BR /&gt;Likely set to 1 only.  This is not secure.&lt;BR /&gt;Change to 2 only.&lt;BR /&gt;&lt;BR /&gt;The line for protocol should be &lt;BR /&gt;   Protocol 2&lt;BR /&gt;on both servers.  There are two files;&lt;BR /&gt;ssh_config and sshd_config.  All four&lt;BR /&gt;configuration files should have this line.&lt;BR /&gt;&lt;BR /&gt;You may aldo be missing the keys for SSH 2&lt;BR /&gt;on on of the servers.&lt;BR /&gt;&lt;BR /&gt;Try ssh -v to see what is being negotiated.&lt;BR /&gt;</description>
    <pubDate>Thu, 23 Mar 2006 13:58:55 GMT</pubDate>
    <dc:creator>Bill Thorsteinson</dc:creator>
    <dc:date>2006-03-23T13:58:55Z</dc:date>
    <item>
      <title>sftp - Protocol major versions differ</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sftp-protocol-major-versions-differ/m-p/3757583#M22450</link>
      <description>I'm attempting to sftp from a RHEL AS3 server to an AIX 4.3 maching and am getting the following message: &lt;BR /&gt;"Protocol major versions differ: 2 vs. 1&lt;BR /&gt;Couldn't read packet: Connection reset by peer"&lt;BR /&gt;However, my versions of sftp are not different.  Please view the output of ssh -V:&lt;BR /&gt;RHEL: OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090701f&lt;BR /&gt;AIX: OpenSSH_3.0.2p1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f&lt;BR /&gt;&lt;BR /&gt;Any ideas why this would be happening? thx.</description>
      <pubDate>Thu, 23 Mar 2006 09:50:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sftp-protocol-major-versions-differ/m-p/3757583#M22450</guid>
      <dc:creator>joseph wholey</dc:creator>
      <dc:date>2006-03-23T09:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: sftp - Protocol major versions differ</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sftp-protocol-major-versions-differ/m-p/3757584#M22451</link>
      <description>Shalom joseph,&lt;BR /&gt;&lt;BR /&gt;The AIX version is extremely old and known to have a lot of bugs.&lt;BR /&gt;&lt;BR /&gt;It should be upgraded.&lt;BR /&gt;&lt;BR /&gt;The RH version is more current, but openssh is at 4.2 right now.&lt;BR /&gt;&lt;BR /&gt;I think your results will be much better if the two versions were based on versions of openssh that were closer togther.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 23 Mar 2006 09:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sftp-protocol-major-versions-differ/m-p/3757584#M22451</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-23T09:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: sftp - Protocol major versions differ</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sftp-protocol-major-versions-differ/m-p/3757585#M22452</link>
      <description>Check your ssh configuration files for&lt;BR /&gt;Red Hat. Protocol is likely set to 2 only.&lt;BR /&gt;&lt;BR /&gt;Check your ssh configuration files for AIX&lt;BR /&gt;Likely set to 1 only.  This is not secure.&lt;BR /&gt;Change to 2 only.&lt;BR /&gt;&lt;BR /&gt;The line for protocol should be &lt;BR /&gt;   Protocol 2&lt;BR /&gt;on both servers.  There are two files;&lt;BR /&gt;ssh_config and sshd_config.  All four&lt;BR /&gt;configuration files should have this line.&lt;BR /&gt;&lt;BR /&gt;You may aldo be missing the keys for SSH 2&lt;BR /&gt;on on of the servers.&lt;BR /&gt;&lt;BR /&gt;Try ssh -v to see what is being negotiated.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Mar 2006 13:58:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sftp-protocol-major-versions-differ/m-p/3757585#M22452</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-03-23T13:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: sftp - Protocol major versions differ</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sftp-protocol-major-versions-differ/m-p/3757586#M22453</link>
      <description>Hi Joseph,&lt;BR /&gt;&lt;BR /&gt;If you cannot configure your AIX SSH server to accept protocol version 2, you still can configure the SSH client on your RHEL.&lt;BR /&gt;Copy /etc/ssh/ssh_config to $HOME/.ssh/config, and set Protocol option to :&lt;BR /&gt;Protocol  2,1&lt;BR /&gt;&lt;BR /&gt;this will first try v2, and if fails will fall back to v1. &lt;BR /&gt;&lt;BR /&gt;V1 is not so sure as v2, but still better than telnet!! &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Mar 2006 16:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sftp-protocol-major-versions-differ/m-p/3757586#M22453</guid>
      <dc:creator>Antonio Cardoso_1</dc:creator>
      <dc:date>2006-03-24T16:36:38Z</dc:date>
    </item>
  </channel>
</rss>

