<?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: SecureSH cipher issues... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/securesh-cipher-issues/m-p/6292913#M729274</link>
    <description>&lt;P&gt;Interesting - ok I took out the spaces (it looked like there were spaces after each cipher, due to my font - and everything works, sheez.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, aes128-gcm@openssh.com is supported according to the man page for this system.&amp;nbsp; But it doesn't like it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANKS.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2013 17:23:59 GMT</pubDate>
    <dc:creator>Dave Cast</dc:creator>
    <dc:date>2013-12-03T17:23:59Z</dc:date>
    <item>
      <title>SecureSH cipher issues...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securesh-cipher-issues/m-p/6292609#M729270</link>
      <description>&lt;P&gt;All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm trying to disable all ciphers associated with cbc (cipher block chaining) in secure-shell (Hpux 11.31) - but when I specify (in sshd_config):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,arcfour128,arcfo&lt;BR /&gt;ur256,arcfour"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and then I try to restart secure-shell and receive the error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;# ./secsh start&lt;BR /&gt;/opt/ssh/etc/sshd_config line 20: Bad SSH2 cipher spec 'aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,arcfour128,arcfour256,arcfour'.&lt;BR /&gt;EXIT CODE: 255&lt;BR /&gt;#&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However these ciphers are specifically stated as valid in the man page (man sshd_config) on that server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved&amp;nbsp;from HP-UX &amp;gt; General &amp;nbsp;to HP-UX &amp;gt; security. &amp;nbsp;Hp Forum Moderator&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 02:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securesh-cipher-issues/m-p/6292609#M729270</guid>
      <dc:creator>Dave Cast</dc:creator>
      <dc:date>2013-12-05T02:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: SecureSH cipher issues...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securesh-cipher-issues/m-p/6292717#M729271</link>
      <description>&lt;P&gt;Do you have the "Protocol 2" specified in the sshd_config as well? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what I had to specify in my sshd-config file to get it to work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour128,arcfour256,arcfour&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I just removed this entry from your list:&amp;nbsp;&lt;SPAN&gt;aes128-gcm@openss&lt;/SPAN&gt;&lt;SPAN&gt;h.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That is not in the list of supported ciphers in the sshd_config man page.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2013 14:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securesh-cipher-issues/m-p/6292717#M729271</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2013-12-03T14:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: SecureSH cipher issues...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securesh-cipher-issues/m-p/6292741#M729272</link>
      <description>&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I do have Protocol 2 specified in sshd_config. &amp;nbsp; And still receive this error:&lt;/P&gt;&lt;P&gt;# /sbin/init.d/secsh start&lt;BR /&gt;/opt/ssh/etc/sshd_config line 20: garbage at end of line; "aes192-ctr,".&lt;BR /&gt;EXIT CODE: 255&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached a copy of my sshd_config file.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2013 14:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securesh-cipher-issues/m-p/6292741#M729272</guid>
      <dc:creator>Dave Cast</dc:creator>
      <dc:date>2013-12-03T14:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: SecureSH cipher issues...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securesh-cipher-issues/m-p/6292905#M729273</link>
      <description>&lt;P&gt;Take the spaces out of your Ciphers line. &amp;nbsp;It should look like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour128,arcfour256,arcfour&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The only space should be after the word "Ciphers".&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2013 17:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securesh-cipher-issues/m-p/6292905#M729273</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2013-12-03T17:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: SecureSH cipher issues...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securesh-cipher-issues/m-p/6292913#M729274</link>
      <description>&lt;P&gt;Interesting - ok I took out the spaces (it looked like there were spaces after each cipher, due to my font - and everything works, sheez.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, aes128-gcm@openssh.com is supported according to the man page for this system.&amp;nbsp; But it doesn't like it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANKS.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2013 17:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securesh-cipher-issues/m-p/6292913#M729274</guid>
      <dc:creator>Dave Cast</dc:creator>
      <dc:date>2013-12-03T17:23:59Z</dc:date>
    </item>
  </channel>
</rss>

