<?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: Disable ssh weak ciphers for CheckPoint Smart-1 410 in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Disable-ssh-weak-ciphers-for-CheckPoint-Smart-1-410/m-p/169997#M59884</link>
    <description>&lt;P&gt;THX &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I forgot the&amp;nbsp;red area in the path/file:&lt;BR /&gt;/etc/ssh/&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;templates&lt;/FONT&gt;&lt;/STRONG&gt;/sshd_config&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;.templ&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I have changed it above.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Feb 2023 22:45:41 GMT</pubDate>
    <dc:creator>HeikoAnkenbrand</dc:creator>
    <dc:date>2023-02-01T22:45:41Z</dc:date>
    <item>
      <title>Disable ssh weak ciphers for CheckPoint Smart-1 410</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Disable-ssh-weak-ciphers-for-CheckPoint-Smart-1-410/m-p/169938#M59880</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know that can I&amp;nbsp;disable support for weak ciphers (Arcfour and Cipher Block Chaining (CBC) cipher suites) and want to implement&amp;nbsp; support of strong ciphers (Counter (CTR)).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I know the steps.?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 15:21:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Disable-ssh-weak-ciphers-for-CheckPoint-Smart-1-410/m-p/169938#M59880</guid>
      <dc:creator>May_Kyaw</dc:creator>
      <dc:date>2023-02-01T15:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disable ssh weak ciphers for CheckPoint Smart-1 410</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Disable-ssh-weak-ciphers-for-CheckPoint-Smart-1-410/m-p/169959#M59881</link>
      <description>&lt;P&gt;Starting from R80.40 you can change that by editing sshd_config content by changing the default SSH encryption method used. To change the default SSH encryption method used, do the following and edit the chiper in the&amp;nbsp;/etc/ssh/templates/sshd_config.templ file.&lt;/P&gt;
&lt;P&gt;For example, to set the default encryption method:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Ciphers aes256-ctr,aes128-ctr,...&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Restart the SSH server using the "&lt;EM&gt;service sshd restart"&lt;/EM&gt; command.&lt;/P&gt;
&lt;P&gt;Version R81.10+ introduces these commands to change the configuration with Clish:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;set ssh server cipher VALUE off&lt;/LI&gt;
&lt;LI&gt;set ssh server cipher VALUE on&lt;/LI&gt;
&lt;LI&gt;set ssh server mac VALUE off&lt;/LI&gt;
&lt;LI&gt;set ssh server mac VALUE on&lt;/LI&gt;
&lt;LI&gt;show ssh server cipher enabled&lt;/LI&gt;
&lt;LI&gt;show ssh server cipher supported&lt;/LI&gt;
&lt;LI&gt;show ssh server mac enabled&lt;/LI&gt;
&lt;LI&gt;show ssh server mac supported&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 01 Feb 2023 22:46:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Disable-ssh-weak-ciphers-for-CheckPoint-Smart-1-410/m-p/169959#M59881</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2023-02-01T22:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disable ssh weak ciphers for CheckPoint Smart-1 410</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Disable-ssh-weak-ciphers-for-CheckPoint-Smart-1-410/m-p/169961#M59882</link>
      <description>&lt;P&gt;More see here:&lt;BR /&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk106031&amp;amp;partition=Advanced&amp;amp;product=Quantum" target="_self"&gt;sk106031 - How to change SSH encryption protocols and Message Authentication Code settings&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk179517" target="_self"&gt;sk179517 - How to change mac/cipher/kex algorithms in R81.10+&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 17:39:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Disable-ssh-weak-ciphers-for-CheckPoint-Smart-1-410/m-p/169961#M59882</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2023-02-01T17:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disable ssh weak ciphers for CheckPoint Smart-1 410</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Disable-ssh-weak-ciphers-for-CheckPoint-Smart-1-410/m-p/169963#M59883</link>
      <description>&lt;P&gt;From R80.40 JHF 83 through R81, the correct approach is to edit /etc/ssh/templates/sshd_config.templ instead of /etc/ssh/sshd_config&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 17:50:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Disable-ssh-weak-ciphers-for-CheckPoint-Smart-1-410/m-p/169963#M59883</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-02-01T17:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disable ssh weak ciphers for CheckPoint Smart-1 410</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Disable-ssh-weak-ciphers-for-CheckPoint-Smart-1-410/m-p/169997#M59884</link>
      <description>&lt;P&gt;THX &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I forgot the&amp;nbsp;red area in the path/file:&lt;BR /&gt;/etc/ssh/&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;templates&lt;/FONT&gt;&lt;/STRONG&gt;/sshd_config&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;.templ&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I have changed it above.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 22:45:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Disable-ssh-weak-ciphers-for-CheckPoint-Smart-1-410/m-p/169997#M59884</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2023-02-01T22:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disable ssh weak ciphers for CheckPoint Smart-1 410</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Disable-ssh-weak-ciphers-for-CheckPoint-Smart-1-410/m-p/170014#M59885</link>
      <description>&lt;P&gt;Thanks so much. I will try this.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 02:14:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Disable-ssh-weak-ciphers-for-CheckPoint-Smart-1-410/m-p/170014#M59885</guid>
      <dc:creator>May_Kyaw</dc:creator>
      <dc:date>2023-02-02T02:14:04Z</dc:date>
    </item>
  </channel>
</rss>

