<?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: How to disable SSH weak algorithm supported in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-disable-ssh-weak-algorithm-supported/m-p/234975#M67366</link>
    <description>&lt;P&gt;Starting from PAN-OS 8.0 we have introduced the capability to select Ciphers for admin SSH connections. Run the following commands to disable weak Cipher Suits:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;configure&lt;BR /&gt;#delete deviceconfig system ssh&lt;/P&gt;&lt;P&gt;#set deviceconfig system ssh ciphers mgmt aes128-cbc&lt;BR /&gt;#set deviceconfig system ssh ciphers mgmt aes192-cbc&lt;BR /&gt;#set deviceconfig system ssh ciphers mgmt aes256-cbc&lt;BR /&gt;#set deviceconfig system ssh ciphers mgmt aes128-ctr&lt;BR /&gt;#set deviceconfig system ssh ciphers mgmt aes192-ctr&lt;BR /&gt;#set deviceconfig system ssh ciphers mgmt aes256-ctr&lt;BR /&gt;#set deviceconfig system ssh ciphers mgmt aes128-gcm&lt;BR /&gt;#set deviceconfig system ssh ciphers mgmt aes256-gcm&lt;/P&gt;&lt;P&gt;# set deviceconfig system ssh regenerate-hostkeys mgmt key-type RSA key-length 2048&lt;BR /&gt;# set deviceconfig system ssh session-rekey mgmt interval 3600&lt;/P&gt;&lt;P&gt;# commit&lt;/P&gt;&lt;P&gt;Exit from config mode by typing 'exit'&lt;/P&gt;&lt;P&gt;&amp;gt; set ssh service-restart mgmt&lt;/P&gt;</description>
    <pubDate>Thu, 11 Oct 2018 18:13:46 GMT</pubDate>
    <dc:creator>jvarghese</dc:creator>
    <dc:date>2018-10-11T18:13:46Z</dc:date>
    <item>
      <title>How to disable SSH weak algorithm supported</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-disable-ssh-weak-algorithm-supported/m-p/204407#M60131</link>
      <description>&lt;P&gt;We used Nessus to run security scan on the PA-5220 we are trying out and it came back with the following medium vulnerability:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.tenable.com/plugins/nessus/90317" target="_blank"&gt;https://www.tenable.com/plugins/nessus/90317&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The remote SSH server is configured to allow weak encryption algorithms or no algorithm at all.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Nessus has detected that the remote SSH server is configured to use the Arcfour stream cipher or no cipher at all. RFC 4253 advises against using Arcfour due to an issue with weak keys.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Contact the vendor or consult product documentation to remove the weak ciphers&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea how to remove/disable the weak ciphers?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 19:52:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-disable-ssh-weak-algorithm-supported/m-p/204407#M60131</guid>
      <dc:creator>cnarvasa</dc:creator>
      <dc:date>2018-03-08T19:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable SSH weak algorithm supported</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-disable-ssh-weak-algorithm-supported/m-p/204473#M60136</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This might help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.paloaltonetworks.com/documentation/80/best-practices/best-practices-data-center/data-center-best-practice-security-policy/how-to-decrypt-data-center-traffic/create-the-data-center-best-practice-decryption-profile.html" target="_blank"&gt;https://www.paloaltonetworks.com/documentation/80/best-practices/best-practices-data-center/data-center-best-practice-security-policy/how-to-decrypt-data-center-traffic/create-the-data-center-best-practice-decryption-profile.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 22:46:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-disable-ssh-weak-algorithm-supported/m-p/204473#M60136</guid>
      <dc:creator>OtakarKlier</dc:creator>
      <dc:date>2018-03-08T22:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable SSH weak algorithm supported</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-disable-ssh-weak-algorithm-supported/m-p/234975#M67366</link>
      <description>&lt;P&gt;Starting from PAN-OS 8.0 we have introduced the capability to select Ciphers for admin SSH connections. Run the following commands to disable weak Cipher Suits:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;configure&lt;BR /&gt;#delete deviceconfig system ssh&lt;/P&gt;&lt;P&gt;#set deviceconfig system ssh ciphers mgmt aes128-cbc&lt;BR /&gt;#set deviceconfig system ssh ciphers mgmt aes192-cbc&lt;BR /&gt;#set deviceconfig system ssh ciphers mgmt aes256-cbc&lt;BR /&gt;#set deviceconfig system ssh ciphers mgmt aes128-ctr&lt;BR /&gt;#set deviceconfig system ssh ciphers mgmt aes192-ctr&lt;BR /&gt;#set deviceconfig system ssh ciphers mgmt aes256-ctr&lt;BR /&gt;#set deviceconfig system ssh ciphers mgmt aes128-gcm&lt;BR /&gt;#set deviceconfig system ssh ciphers mgmt aes256-gcm&lt;/P&gt;&lt;P&gt;# set deviceconfig system ssh regenerate-hostkeys mgmt key-type RSA key-length 2048&lt;BR /&gt;# set deviceconfig system ssh session-rekey mgmt interval 3600&lt;/P&gt;&lt;P&gt;# commit&lt;/P&gt;&lt;P&gt;Exit from config mode by typing 'exit'&lt;/P&gt;&lt;P&gt;&amp;gt; set ssh service-restart mgmt&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 18:13:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-disable-ssh-weak-algorithm-supported/m-p/234975#M67366</guid>
      <dc:creator>jvarghese</dc:creator>
      <dc:date>2018-10-11T18:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable SSH weak algorithm supported</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-disable-ssh-weak-algorithm-supported/m-p/235173#M67428</link>
      <description>&lt;P&gt;Having tried the manual cipher configuration on PAN VMs it then renders SSH useless from the client side. The error seen then is:&lt;/P&gt;&lt;P&gt;"no hostkey alg"&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 18:06:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-disable-ssh-weak-algorithm-supported/m-p/235173#M67428</guid>
      <dc:creator>louisbolanos</dc:creator>
      <dc:date>2018-10-12T18:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable SSH weak algorithm supported</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-disable-ssh-weak-algorithm-supported/m-p/259761#M73627</link>
      <description>&lt;P&gt;Is there any other solution to fix in&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;PANOS-7.1.14 with out upgarding to 8.x.x and running the mentioned command?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 17:25:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-disable-ssh-weak-algorithm-supported/m-p/259761#M73627</guid>
      <dc:creator>sarumughan</dc:creator>
      <dc:date>2019-05-03T17:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable SSH weak algorithm supported</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-disable-ssh-weak-algorithm-supported/m-p/277676#M75483</link>
      <description>&lt;P&gt;I found steps on the link below, I hope they will be helpful.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/pan-os/9-0/pan-os-cli-quick-start/get-started-with-the-cli/refresh-ssh-keys-mgt-port-connection#" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/9-0/pan-os-cli-quick-start/get-started-with-the-cli/refresh-ssh-keys-mgt-port-connection#&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 06:29:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-disable-ssh-weak-algorithm-supported/m-p/277676#M75483</guid>
      <dc:creator>cniwagaba</dc:creator>
      <dc:date>2019-07-19T06:29:17Z</dc:date>
    </item>
  </channel>
</rss>

