<?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: Adding PKI support for backuping in R81.20 in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-PKI-support-for-backuping-in-R81-20/m-p/194493#M36193</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Which SSH key is used by embeded GAIA scheduled backup function by default?&lt;/STRONG&gt; I asked because all have been added in authorized_keys. Of course I may setup both own backup scripts or ssh connectivity host profile but I'd like to use default GAIA config w/o additional configurarion under shell (only CLI or webUI).&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Expert@hostname:0]# ls -l /etc/ssh/*.pub&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-rw-r----- 1 admin root 590 Jul 25 04:48 /etc/ssh/ssh_host_dsa_key.pub&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-rw-r--r-- 1 admin root 179 Jul 25 04:58 /etc/ssh/ssh_host_ecdsa_key.pub&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-rw-r--r-- 1 admin root 99 Jul 25 04:58 /etc/ssh/ssh_host_ed25519_key.pub&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-rw-r----- 1 admin root 627 Jul 25 04:48 /etc/ssh/ssh_host_key.pub&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-rw-r----- 1 admin root 382 Jul 25 04:48 /etc/ssh/ssh_host_rsa_key.pub&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[Expert@hostname:0]#&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;BTW ssh -i option works only for ed25519, edsa and rsa (&lt;EM&gt;ssh_host_key&lt;/EM&gt; and dsa return error of key format). I can connect via RSA key manually:&lt;BR /&gt;&lt;EM&gt;Oct 9 07:40:08 hostname sshd[734829]: Accepted key RSA SHA256:xxxxxxxxxx found at /srv/scp//.ssh/authorized_keys:20&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;but scheduled backup doesn't work:&lt;BR /&gt;&lt;EM&gt;Oct 9 07:32:23 hostname sshd[734635]: Unable to negotiate with hostname port 28758: no matching host key type found. Their offer: ssh-rsa [preauth]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Oct 9 07:32:34 hostname sshd[734639]: Accepted password for backupconfig from hostname port 28760 ssh2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;It seems scheduled backup uses any other rsa key (probably SHA1).&lt;/P&gt;</description>
    <pubDate>Mon, 09 Oct 2023 06:02:04 GMT</pubDate>
    <dc:creator>Pawel_Przybysze</dc:creator>
    <dc:date>2023-10-09T06:02:04Z</dc:date>
    <item>
      <title>Adding PKI support for backuping in R81.20</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-PKI-support-for-backuping-in-R81-20/m-p/194394#M36170</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;are you able to add PKI possibility to scheduled (or even on demand) backup for SCP option in the most current version R81.20?&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;In the past I used a script when Nokia did not yet support SFTP (only FTP), but I would prefer not to use external scripts.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everyone,&lt;BR /&gt;have you got any idea how use scheduled backups with SCP server key instead of password?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pawel&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 12:32:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-PKI-support-for-backuping-in-R81-20/m-p/194394#M36170</guid>
      <dc:creator>Pawel_Przybysze</dc:creator>
      <dc:date>2023-10-06T12:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding PKI support for backuping in R81.20</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-PKI-support-for-backuping-in-R81-20/m-p/194431#M36181</link>
      <description>&lt;P&gt;Do you have keys installed for the destination server on your admin user?&lt;BR /&gt;I believe (but could be wrong) that these will be tried first, if they exist.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 17:53:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-PKI-support-for-backuping-in-R81-20/m-p/194431#M36181</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-10-06T17:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding PKI support for backuping in R81.20</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-PKI-support-for-backuping-in-R81-20/m-p/194493#M36193</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Which SSH key is used by embeded GAIA scheduled backup function by default?&lt;/STRONG&gt; I asked because all have been added in authorized_keys. Of course I may setup both own backup scripts or ssh connectivity host profile but I'd like to use default GAIA config w/o additional configurarion under shell (only CLI or webUI).&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Expert@hostname:0]# ls -l /etc/ssh/*.pub&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-rw-r----- 1 admin root 590 Jul 25 04:48 /etc/ssh/ssh_host_dsa_key.pub&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-rw-r--r-- 1 admin root 179 Jul 25 04:58 /etc/ssh/ssh_host_ecdsa_key.pub&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-rw-r--r-- 1 admin root 99 Jul 25 04:58 /etc/ssh/ssh_host_ed25519_key.pub&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-rw-r----- 1 admin root 627 Jul 25 04:48 /etc/ssh/ssh_host_key.pub&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-rw-r----- 1 admin root 382 Jul 25 04:48 /etc/ssh/ssh_host_rsa_key.pub&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[Expert@hostname:0]#&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;BTW ssh -i option works only for ed25519, edsa and rsa (&lt;EM&gt;ssh_host_key&lt;/EM&gt; and dsa return error of key format). I can connect via RSA key manually:&lt;BR /&gt;&lt;EM&gt;Oct 9 07:40:08 hostname sshd[734829]: Accepted key RSA SHA256:xxxxxxxxxx found at /srv/scp//.ssh/authorized_keys:20&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;but scheduled backup doesn't work:&lt;BR /&gt;&lt;EM&gt;Oct 9 07:32:23 hostname sshd[734635]: Unable to negotiate with hostname port 28758: no matching host key type found. Their offer: ssh-rsa [preauth]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Oct 9 07:32:34 hostname sshd[734639]: Accepted password for backupconfig from hostname port 28760 ssh2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;It seems scheduled backup uses any other rsa key (probably SHA1).&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 06:02:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-PKI-support-for-backuping-in-R81-20/m-p/194493#M36193</guid>
      <dc:creator>Pawel_Przybysze</dc:creator>
      <dc:date>2023-10-09T06:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding PKI support for backuping in R81.20</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-PKI-support-for-backuping-in-R81-20/m-p/194569#M36223</link>
      <description>&lt;P&gt;You mentioned R81.20, which is not a valid version for Embedded Gaia.&lt;BR /&gt;In regular Gaia, I believe the admin user keys are used (but, again, could be wrong).&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 19:49:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-PKI-support-for-backuping-in-R81-20/m-p/194569#M36223</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-10-09T19:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding PKI support for backuping in R81.20</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-PKI-support-for-backuping-in-R81-20/m-p/194678#M36250</link>
      <description>&lt;P&gt;Issue has been resolved by re-generate new SSH key on all our Checkpoints for admin user. Unfortunately I don't know localization of default SSH key for admin user.&lt;/P&gt;&lt;P&gt;I can confirm - scheduled backup to SFTP/SCP uses admin user keys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 14:58:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-PKI-support-for-backuping-in-R81-20/m-p/194678#M36250</guid>
      <dc:creator>Pawel_Przybysze</dc:creator>
      <dc:date>2023-10-10T14:58:20Z</dc:date>
    </item>
  </channel>
</rss>

