<?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 versions differ in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871099#M747987</link>
    <description>Thanks, is there a difference in generating a key in version 1 vs version 2 ??&lt;BR /&gt;&lt;BR /&gt;Use to doing: ssh-keygen -t dsa&lt;BR /&gt;than copying the id_dsa.pub contents to authorized_keys file.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Nov 2004 14:50:47 GMT</pubDate>
    <dc:creator>MikeL_4</dc:creator>
    <dc:date>2004-11-17T14:50:47Z</dc:date>
    <item>
      <title>ssh versions differ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871097#M747985</link>
      <description>Is there a way to use ssh and/or scp between two different versions ?&lt;BR /&gt;&lt;BR /&gt;Receiving:&lt;BR /&gt;# ssh testsrv1&lt;BR /&gt;Protocol major versions differ: 2 vs.1&lt;BR /&gt;#</description>
      <pubDate>Wed, 17 Nov 2004 14:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871097#M747985</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2004-11-17T14:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: ssh versions differ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871098#M747986</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;Try forcing ssh to use a specific version&lt;BR /&gt;&lt;BR /&gt;ssh -1 &lt;HOST_WITH_SSH_VERSION_1&gt;&lt;BR /&gt;&lt;BR /&gt;You can hardcode the versions in bin/ssh_config file under wherever you got ssh installed.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/HOST_WITH_SSH_VERSION_1&gt;</description>
      <pubDate>Wed, 17 Nov 2004 14:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871098#M747986</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-17T14:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: ssh versions differ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871099#M747987</link>
      <description>Thanks, is there a difference in generating a key in version 1 vs version 2 ??&lt;BR /&gt;&lt;BR /&gt;Use to doing: ssh-keygen -t dsa&lt;BR /&gt;than copying the id_dsa.pub contents to authorized_keys file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Nov 2004 14:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871099#M747987</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2004-11-17T14:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: ssh versions differ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871100#M747988</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;Yes. For version 1, you will need to use rsa1 instead of dsa. It will create the files called identity and identify.pub similarly to id_dsa and id_dsa.pub.&lt;BR /&gt;&lt;BR /&gt;ssh-keygen -t rsa1 &lt;OPTIONS&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/OPTIONS&gt;</description>
      <pubDate>Wed, 17 Nov 2004 15:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871100#M747988</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-17T15:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: ssh versions differ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871101#M747989</link>
      <description>And most important: SSH-1 is not recommended due to the weak algorithms and security in this protocol. Always upgrade to SSH-2 and use this protocol for secure transmissions.</description>
      <pubDate>Wed, 17 Nov 2004 15:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871101#M747989</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-11-17T15:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: ssh versions differ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871102#M747990</link>
      <description>Default will go to the lowest compatible version.  &lt;BR /&gt;&lt;BR /&gt;That means in this case using the less secure v1 encrypton/key system.&lt;BR /&gt;&lt;BR /&gt;Better since openssh is open source you upgrade and bring your version numbers into closer synch. &lt;BR /&gt;&lt;BR /&gt;Then generate and exchange new public keys.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 17 Nov 2004 15:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871102#M747990</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-17T15:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: ssh versions differ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871103#M747991</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To ssh from a server running ssh1 to a server running ssh2, you need to have sshd_config on the server running ssh2 to allow protocol 1 as well as 2. You do this by uncommenting "protocol 1 2" in the sshd_config (probably in /etc/ssh) and then stopping and restarting the sshd daemon.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Nov 2004 17:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871103#M747991</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-11-17T17:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: ssh versions differ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871104#M747992</link>
      <description>Thanks</description>
      <pubDate>Thu, 18 Nov 2004 08:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-versions-differ/m-p/4871104#M747992</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2004-11-18T08:13:13Z</dc:date>
    </item>
  </channel>
</rss>

