<?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: unable to ssh to device after JHF upgrade in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238105#M39796</link>
    <description>&lt;P&gt;Yep, the CPRID hack via SIC is your only remaining option. &amp;nbsp;You'll have to adapt&amp;nbsp;&lt;SPAN&gt;sk106490 for the commands you need. &amp;nbsp;This should get you very close:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Assuming you get a clean SSH configuration uploaded via Gaia API put-file, you can move it into place (assuming you uploaded the file to /home/admin):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$CPDIR/bin/cprid_util -server &amp;lt;IP_address_of_Security_Gateway&amp;gt; -verbose rexec -rcmd "mv /home/admin/sshd_config /etc/ssh"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Restart SSHD (Gaia still uses the SysV style scripts, not systemd):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$CPDIR/bin/cprid_util -server &amp;lt;IP_address_of_Security_Gateway&amp;gt; -verbose rexec -rcmd "service sshd restart"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gaia API is on by default and open to the 'admin' user. &amp;nbsp;You can use the Ansible module for it, or craft your own method manually. &amp;nbsp;You can't use SCP or SFTP because SSH is broken.&lt;/P&gt;
&lt;P&gt;(Edit: typo)&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2025 17:07:05 GMT</pubDate>
    <dc:creator>Duane_Toler</dc:creator>
    <dc:date>2025-01-09T17:07:05Z</dc:date>
    <item>
      <title>unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238065#M39788</link>
      <description>&lt;P&gt;i recently upgraded my R81.20 Cluster to the latest JHF. however, post upgrade when i try to ssh the device via any user i&amp;nbsp; get an error "No supported authentication methods available (server sent public key)". I am suspecting the JHF changed something in the sshd_config or templ files..i tried to change the PasswordAuthentication variable to yes from no..after that i didnt get the "No supported authentication." error but the credentials somehow doesnt work.&lt;/P&gt;
&lt;P&gt;any help in resolving this is appreciated.&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 08:59:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238065#M39788</guid>
      <dc:creator>LostBoY</dc:creator>
      <dc:date>2025-01-09T08:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238070#M39789</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/8988"&gt;@LostBoY&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you revert the settings?&lt;/P&gt;
&lt;P&gt;I checked in my LAB, my cipher settings are this:&lt;/P&gt;
&lt;P&gt;[Expert@gw-sakos-lab01:0]# clish -c "show configuration" | grep cipher&lt;BR /&gt;set ssh server cipher 3des-cbc off&lt;BR /&gt;set ssh server cipher aes128-cbc off&lt;BR /&gt;set ssh server cipher aes128-ctr on&lt;BR /&gt;set ssh server cipher aes128-gcm@openssh.com on&lt;BR /&gt;set ssh server cipher aes192-cbc off&lt;BR /&gt;set ssh server cipher aes192-ctr on&lt;BR /&gt;set ssh server cipher aes256-cbc off&lt;BR /&gt;set ssh server cipher aes256-ctr on&lt;BR /&gt;set ssh server cipher aes256-gcm@openssh.com on&lt;BR /&gt;set ssh server cipher chacha20-poly1305@openssh.com on&lt;BR /&gt;set ssh server cipher rijndael-cbc@lysator.liu.se off&lt;BR /&gt;[Expert@gw-sakos-lab01:0]#&lt;/P&gt;
&lt;P&gt;These are the default, I did't change them.&lt;/P&gt;
&lt;P&gt;What kind of ssh client is in use?&lt;/P&gt;
&lt;P&gt;Akos&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 10:23:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238070#M39789</guid>
      <dc:creator>AkosBakos</dc:creator>
      <dc:date>2025-01-09T10:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238083#M39791</link>
      <description>&lt;P&gt;Here is how you fix this problem. Funny enough, had customer yesterday with exact same issue. What you do is below ( no need to reboot or cpstop; cpstart after)&lt;/P&gt;
&lt;P&gt;1) console into the device&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) cd /etc/ssh&lt;/P&gt;
&lt;P&gt;3) vi sshd_config&lt;/P&gt;
&lt;P&gt;4) search for PasswordAuth&lt;/P&gt;
&lt;P&gt;5) change all entries to yes&lt;/P&gt;
&lt;P&gt;6) :wq! to save&lt;/P&gt;
&lt;P&gt;Edit...after reading your post again, sounds like you already tried this, though I would make sure all entried with PasswordAuth do show as yes.&lt;/P&gt;
&lt;P&gt;7) test and Im positive it will work&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 14:04:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238083#M39791</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-01-09T14:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238093#M39794</link>
      <description>&lt;P&gt;I had the exact same phenomenon you described after a recent JHF update. &amp;nbsp;If you've ever made a custom configuration to the sshd template (like I have), then this will break. &amp;nbsp; R&amp;amp;D introduced a change that has an error in their xlate script because it inserts a block of text using 'sed'. &amp;nbsp;I have a TAC case opened for it, and R&amp;amp;D has a task opened and they're working on it now. &amp;nbsp;They have a potential fix that is being tested.&lt;/P&gt;
&lt;P&gt;In the meantime, you need to use cprid on the management server to hack your way through it via rexec to the gateway. &amp;nbsp;You can also use Gaia API (Ansible or manually) to upload a default sshd_config file to the host. &amp;nbsp;You can either use cprid or Gaia API run-script to move the file into place (/etc/ssh) and restart SSHD.&lt;/P&gt;
&lt;P&gt;It's not pretty, but it's your only option when the gateway is 10,000 mi (or km) away.&lt;/P&gt;
&lt;P&gt;(Edit: clarity on what file to upload)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 15:02:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238093#M39794</guid>
      <dc:creator>Duane_Toler</dc:creator>
      <dc:date>2025-01-09T15:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238104#M39795</link>
      <description>&lt;P&gt;O wow...so sounds&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/694"&gt;@Duane_Toler&lt;/a&gt;&amp;nbsp;when console access is not available, not too many other options : - (&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 16:58:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238104#M39795</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-01-09T16:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238105#M39796</link>
      <description>&lt;P&gt;Yep, the CPRID hack via SIC is your only remaining option. &amp;nbsp;You'll have to adapt&amp;nbsp;&lt;SPAN&gt;sk106490 for the commands you need. &amp;nbsp;This should get you very close:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Assuming you get a clean SSH configuration uploaded via Gaia API put-file, you can move it into place (assuming you uploaded the file to /home/admin):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$CPDIR/bin/cprid_util -server &amp;lt;IP_address_of_Security_Gateway&amp;gt; -verbose rexec -rcmd "mv /home/admin/sshd_config /etc/ssh"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Restart SSHD (Gaia still uses the SysV style scripts, not systemd):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$CPDIR/bin/cprid_util -server &amp;lt;IP_address_of_Security_Gateway&amp;gt; -verbose rexec -rcmd "service sshd restart"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gaia API is on by default and open to the 'admin' user. &amp;nbsp;You can use the Ansible module for it, or craft your own method manually. &amp;nbsp;You can't use SCP or SFTP because SSH is broken.&lt;/P&gt;
&lt;P&gt;(Edit: typo)&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 17:07:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238105#M39796</guid>
      <dc:creator>Duane_Toler</dc:creator>
      <dc:date>2025-01-09T17:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238107#M39797</link>
      <description>&lt;P&gt;I will definitely save this process if I ever come into this situation (sure hope not)&lt;/P&gt;
&lt;P&gt;Tx Duane!&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 17:16:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/238107#M39797</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-01-09T17:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/239369#M39958</link>
      <description>&lt;P&gt;thanks for the reply..yea&amp;nbsp; i changed passauth to yes in the sshd config file post which i was able to get the login prompt but somehow none of the credentials work&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 14:09:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/239369#M39958</guid>
      <dc:creator>LostBoY</dc:creator>
      <dc:date>2025-01-22T14:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/239371#M39959</link>
      <description>&lt;P&gt;i tried logging in via putty.. it is with putty i get the no support auth error.. i can access the GUI of the device but the ssh seems to have broken&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 14:12:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/239371#M39959</guid>
      <dc:creator>LostBoY</dc:creator>
      <dc:date>2025-01-22T14:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/239372#M39960</link>
      <description>&lt;P&gt;i have the GUI access to the device.. i can upload the sshd file via that ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 14:14:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/239372#M39960</guid>
      <dc:creator>LostBoY</dc:creator>
      <dc:date>2025-01-22T14:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/239386#M39963</link>
      <description>&lt;P&gt;Not directly, but you can access the CLI:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 810px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/29398i329178EFD76A584C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Editing a file using vi might be problematic using this method.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 16:35:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/239386#M39963</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2025-01-22T16:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257502#M43385</link>
      <description>&lt;P&gt;Good morning, I'm having the same problem and the TAC came back with some process to resolve this case.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 15:21:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257502#M43385</guid>
      <dc:creator>Pedro_Costa</dc:creator>
      <dc:date>2025-09-17T15:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257506#M43386</link>
      <description>&lt;P&gt;Excellent! Let us know if it helps. If you're able to share the info, please post it here so others can benefit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 15:28:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257506#M43386</guid>
      <dc:creator>Duane_Toler</dc:creator>
      <dc:date>2025-09-17T15:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257508#M43388</link>
      <description>&lt;P&gt;Can you send what /etc/ssh/sshd_config file looks like?&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 15:30:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257508#M43388</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-09-17T15:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257517#M43394</link>
      <description>&lt;P&gt;Can you please share the process if it ends up working for you?&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 16:42:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257517#M43394</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-09-17T16:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257537#M43395</link>
      <description>&lt;P&gt;sorry I missed the point, I'm actually asking.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 18:03:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257537#M43395</guid>
      <dc:creator>Pedro_Costa</dc:creator>
      <dc:date>2025-09-17T18:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257538#M43396</link>
      <description>&lt;P&gt;Sounded like you meant TAC had process for it. Anyway, would you mind send content of /etc/ssh/sshd_config?&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 18:04:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257538#M43396</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-09-17T18:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257621#M43422</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Sorry for the delay, I'm attending to other calls, here's the sshd_config of the manager that has the problem&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 14:27:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257621#M43422</guid>
      <dc:creator>Pedro_Costa</dc:creator>
      <dc:date>2025-09-18T14:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257622#M43423</link>
      <description>&lt;P&gt;another thing, it is accessible via ssh but only with the admin user&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 14:28:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257622#M43423</guid>
      <dc:creator>Pedro_Costa</dc:creator>
      <dc:date>2025-09-18T14:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ssh to device after JHF upgrade</title>
      <link>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257624#M43425</link>
      <description>&lt;P&gt;I checked lines with PasswordAuthentication and they all shows yes at the end, so thats correct. Wait, you say ONLY admin can log in? How many other users are there? Can you create new user and assign admin privileges and test?&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 14:37:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/unable-to-ssh-to-device-after-JHF-upgrade/m-p/257624#M43425</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-09-18T14:37:31Z</dc:date>
    </item>
  </channel>
</rss>

