<?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: Activate bashUser via script on a Embedded Gaia device? in Spark Firewall (SMB)</title>
    <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16833#M528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My collegue found the correct syntax needed to achieve this on centrally managed SMBs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;$CPDIR/bin/cprid_util -server &amp;lt;IP of SMB&amp;gt; -verbose rexec -rcmd /bin/bash -c "LOGNAME=admin bashUser on"&lt;BR /&gt;user: admin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Bash login enabled.&lt;BR /&gt;Scp access enabled.&lt;/P&gt;&lt;P&gt;Note:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Your default shell will now be bash,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and when you login you will enter expert mode.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We recommend that you use clish as your default shell,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and move to expert mode only when necessary.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can move from bash to clish using the "clish" command.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To restore your default shell to clish run "bashUser off"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems that the environment variable LOGNAME is not set in Embedded GAiA...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2018 11:11:49 GMT</pubDate>
    <dc:creator>G_W_Albrecht</dc:creator>
    <dc:date>2018-08-24T11:11:49Z</dc:date>
    <item>
      <title>Activate bashUser via script on a Embedded Gaia device?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16827#M522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is possible to activate the bashUser via script on a Embedded Gaia device?&lt;/P&gt;&lt;P&gt;I want to execute the following command in expert mode "bashUser on" via a bat-script from a Windows client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it with the tool "plink". With this tool, I'm able to login and execute several commands in the clish. But I have to be in expert mode to execute the "bashUser on" command.&lt;/P&gt;&lt;P&gt;But I have problems after using "expert" to provide the expert-password via the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a normal Gaia appliance I can use the following (but on Embedded Gaia there is not set command for the shell):&lt;/P&gt;&lt;P&gt;C:\ScriptingTest\plink.exe -ssh admin@192.168.0.1 -pw vpn123 set user admin shell /bin/bash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how I can solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Johannes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 07:46:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16827#M522</guid>
      <dc:creator>Johannes_Bachma</dc:creator>
      <dc:date>2018-08-07T07:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Activate bashUser via script on a Embedded Gaia device?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16828#M523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I fear that&amp;nbsp;a script on a Win PC will not do - e.g. SSH will execute the given command in the default shell only, but you can see how this works from a CP SMS here: &lt;A _jive_internal="true" href="https://community.checkpoint.com/message/24594-reset-expert-password-on-an-1100"&gt;&lt;EM&gt;Reset Expert Password on an 1100&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To activate bashUser, this would be:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-weight: 400; background-color: #ffffff;"&gt;$CPDIR/bin/cprid_util -server &amp;lt;IP of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-weight: 400; background-color: #ffffff;"&gt;SMB&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-weight: 400; background-color: #ffffff;"&gt;&amp;gt; -verbose rexec -rcmd /bin/bash -c "bashUser on"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 10:02:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16828#M523</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2018-08-07T10:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Activate bashUser via script on a Embedded Gaia device?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16829#M524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Günther,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;I tried it today with the cprid_util command you provided, also slightly different variations. But sadly non of them worked.&lt;/P&gt;&lt;P&gt;I got a "Current user cannot be determined" when using the command above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was only able to use cprid_util for clish commands like "show clock" for example when using:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-weight: 400; background-color: #ffffff;"&gt;$CPDIR/bin/cprid_util -server &amp;lt;IP of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-weight: 400; background-color: #ffffff;"&gt;SMB&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-weight: 400; background-color: #ffffff;"&gt;&amp;gt; -verbose rexec -rcmd /bin/clish -c "show clock"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-weight: 400; background-color: #ffffff;"&gt;The appliances are managed via SmartProvisioing, I think that will not cause any problems here, since clish commands will work.&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-weight: 400; background-color: #ffffff;"&gt;But everytime I tried it with /bin/bash I got an error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-weight: 400; background-color: #ffffff;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-weight: 400; background-color: #ffffff;"&gt;Johannes&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 11:58:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16829#M524</guid>
      <dc:creator>Johannes_Bachma</dc:creator>
      <dc:date>2018-08-23T11:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Activate bashUser via script on a Embedded Gaia device?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16830#M525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very strange - i tested it again now, and on the first time, it worked, but any other try would give Current user cannot be determined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 13:19:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16830#M525</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2018-08-23T13:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Activate bashUser via script on a Embedded Gaia device?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16831#M526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very interesting - it works without issues on a locally managed 730, but only worked once on the 1200R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 14:02:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16831#M526</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2018-08-23T14:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Activate bashUser via script on a Embedded Gaia device?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16832#M527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it does not &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://community.checkpoint.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&amp;nbsp;- i did some tests together with our Linux Guru and found that the error only shows on centrally managed SMBs, but the command is not executed in both cases!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason:&lt;/P&gt;&lt;P&gt;- This command is only working when SIC has been established --&amp;gt; so locally managed SMBs are not supported.&lt;/P&gt;&lt;P&gt;- Embedded GAiA seems to be different, so it also does not work as it is on SMBs with existing SIC, but at least gives an error message...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 10:25:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16832#M527</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2018-08-24T10:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Activate bashUser via script on a Embedded Gaia device?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16833#M528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My collegue found the correct syntax needed to achieve this on centrally managed SMBs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;$CPDIR/bin/cprid_util -server &amp;lt;IP of SMB&amp;gt; -verbose rexec -rcmd /bin/bash -c "LOGNAME=admin bashUser on"&lt;BR /&gt;user: admin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Bash login enabled.&lt;BR /&gt;Scp access enabled.&lt;/P&gt;&lt;P&gt;Note:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Your default shell will now be bash,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and when you login you will enter expert mode.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We recommend that you use clish as your default shell,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and move to expert mode only when necessary.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can move from bash to clish using the "clish" command.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To restore your default shell to clish run "bashUser off"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems that the environment variable LOGNAME is not set in Embedded GAiA...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 11:11:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16833#M528</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2018-08-24T11:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Activate bashUser via script on a Embedded Gaia device?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16834#M529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your troubleshooting and testing. I really appreciate this.&lt;/P&gt;&lt;P&gt;I will try this command the next days &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 11:20:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16834#M529</guid>
      <dc:creator>Johannes_Bachma</dc:creator>
      <dc:date>2018-08-24T11:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Activate bashUser via script on a Embedded Gaia device?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16835#M530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Luck &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;! Please mark it as correct answer if it does also work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 12:11:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16835#M530</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2018-08-24T12:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Activate bashUser via script on a Embedded Gaia device?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16836#M531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested it with my SMB appliances and it seems to work, so marking as correct &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 04:03:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16836#M531</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-08-27T04:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Activate bashUser via script on a Embedded Gaia device?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16837#M532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The command also worked on my side. Thanks again Günther. This will help me a lot &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 06:47:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16837#M532</guid>
      <dc:creator>Johannes_Bachma</dc:creator>
      <dc:date>2018-08-27T06:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Activate bashUser via script on a Embedded Gaia device?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16838#M533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a follow-up you can find here the relevant SKs:&lt;/P&gt;&lt;P&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk119633&amp;amp;partition=Expert&amp;amp;product=Branch"&gt;sk119633 How to remotely reset Admin password on Centrally Managed 1100 / 1200R / 1400 appliance from a Security Management Server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and the original cprid_util SK:&lt;/P&gt;&lt;P&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk101047"&gt;sk101047 How to manage Security Gateway using the "cprid_util" tool&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also did some testing and have found that the LOGNAME&amp;nbsp;seems only to be needed by &lt;EM&gt;bashUser&lt;/EM&gt; - other commands will work the same without it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# $CPDIR/bin/cprid_util -server 172.x.x.x -verbose rexec -rcmd /bin/bash -c "free"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; total&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; used&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; free&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; shared&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; buffers&lt;BR /&gt;&amp;nbsp; Mem:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 983408&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 831912&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 151496&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25120&lt;BR /&gt;&amp;nbsp;Swap:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;Total:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 983408&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 831912&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 151496&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# $CPDIR/bin/cprid_util -server 172.x.x.x -verbose rexec -rcmd /bin/bash -c "fw ver -k"&lt;BR /&gt;This is Check Point's 1200R Appliance R77.20.75 - Build 286&lt;BR /&gt;kernel: R77.20.75 - Build 256&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# $CPDIR/bin/cprid_util -server 172.28.8.177 -verbose rexec -rcmd /bin/clish -c "show diag"&lt;BR /&gt;Current system info&lt;BR /&gt;-----------------------------------&lt;BR /&gt;Image name: R77_990172286_20_75&lt;BR /&gt;Image version: 286&lt;BR /&gt;Bootloader version: 990170212&lt;BR /&gt;HW MAC Address: 00:1C:7F:&lt;BR /&gt;LAN MAC Address: 00:1C:7F:&lt;BR /&gt;DMZ MAC Address: 00:1C:7F:&lt;BR /&gt;Unit version: 1&lt;BR /&gt;Unit model: L61i&lt;BR /&gt;Marketing capabilities: 0&lt;BR /&gt;Marketing name: &amp;lt;Undefined&amp;gt;&lt;BR /&gt;ODM Hardware Revision: &amp;lt;Undefined&amp;gt;&lt;BR /&gt;Management opaque: Kb2XMJTTeWk=:xaYS3i++sLw=:zRlzLIL82ek=&lt;BR /&gt;Hardware capabilities: 1 - SD card&lt;BR /&gt;RTC status: OK&lt;BR /&gt;eMMC Initial bad blocks: 0&lt;BR /&gt;eMMC Current bad blocks: 0&lt;BR /&gt;eMMC Spare blocks: 118&lt;BR /&gt;HW monitor file system not found&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 07:44:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Activate-bashUser-via-script-on-a-Embedded-Gaia-device/m-p/16838#M533</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2018-08-27T07:44:38Z</dc:date>
    </item>
  </channel>
</rss>

