<?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: Moving machines when you've rebooted one from the SG in Hyperscale Firewall (Maestro)</title>
    <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126839#M570</link>
    <description>&lt;P&gt;return-tilde-dot = winner, winner chicken dinner!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 12 Aug 2021 17:43:28 GMT</pubDate>
    <dc:creator>Tommy_Forrest</dc:creator>
    <dc:date>2021-08-12T17:43:28Z</dc:date>
    <item>
      <title>Moving machines when you've rebooted one from the SG</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126080#M560</link>
      <description>&lt;P&gt;When I hop onto an SG and I use the m command to move to another blade and I reboot that blade, I do not get put back to the SMO.&lt;/P&gt;&lt;P&gt;Effectively, this kills the SSH connection (with out it actually being killed).&lt;/P&gt;&lt;P&gt;Back in the day when we used Telnet, there was an escape character you could use to get back into your root session if connectivity got wonky.&lt;/P&gt;&lt;P&gt;There a way to do that when using the "m" command?&lt;/P&gt;&lt;P&gt;Maybe the SMO can realize that the session with the target blade has closed and bring you back to M 1?&lt;/P&gt;&lt;P&gt;I realize there are other commands one could use to reboot another blade.&amp;nbsp; But it could still be useful for the SMO to figure out what's going on and bring you back (or provide a telnet-esque escape character) if you're working in a blade and it dies or what not.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 15:54:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126080#M560</guid>
      <dc:creator>Tommy_Forrest</dc:creator>
      <dc:date>2021-08-09T15:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Moving machines when you've rebooted one from the SG</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126613#M566</link>
      <description>&lt;P&gt;For SSH, I think it's ctrl ~.&lt;BR /&gt;That said, I'm not 100% sure that works for this specific case.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 20:52:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126613#M566</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2021-08-11T20:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Moving machines when you've rebooted one from the SG</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126636#M567</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/4113"&gt;@Anatoly&lt;/a&gt;&amp;nbsp;can you help?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 07:22:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126636#M567</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2021-08-12T07:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Moving machines when you've rebooted one from the SG</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126749#M568</link>
      <description>&lt;P&gt;I gave ctrl ~ a try.&amp;nbsp; No dice.&amp;nbsp; Also tried ctrl (tilde - doesn't seem like this site likes to render that character correctly).&lt;/P&gt;&lt;P&gt;The session just dies, even after the blade comes back.&amp;nbsp; You've got no choice but to just close Putty and start over.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 14:02:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126749#M568</guid>
      <dc:creator>Tommy_Forrest</dc:creator>
      <dc:date>2021-08-12T14:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Moving machines when you've rebooted one from the SG</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126837#M569</link>
      <description>&lt;P&gt;The SSH escape sequence by default is just a tilde. No control. It is only recognized when typed immediately after a newline:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[Expert@LabSC]# ~?
Supported escape sequences:
 ~.   - terminate connection (and any multiplexed sessions)
 ~B   - send a BREAK to the remote system
 ~C   - open a command line
 ~R   - request rekey
 ~V/v - decrease/increase verbosity (LogLevel)
 ~^Z  - suspend ssh
 ~#   - list forwarded connections
 ~&amp;amp;   - background ssh (when waiting for connections to terminate)
 ~?   - this message
 ~~   - send the escape character by typing it twice
(Note that escapes are only recognized immediately after newline.)&lt;/LI-CODE&gt;
&lt;P&gt;So to disconnect, try hitting return-tilde-dot.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 17:32:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126837#M569</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2021-08-12T17:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Moving machines when you've rebooted one from the SG</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126839#M570</link>
      <description>&lt;P&gt;return-tilde-dot = winner, winner chicken dinner!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 17:43:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126839#M570</guid>
      <dc:creator>Tommy_Forrest</dc:creator>
      <dc:date>2021-08-12T17:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Moving machines when you've rebooted one from the SG</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126840#M571</link>
      <description>&lt;P&gt;Something I forgot to mention: a single tilde goes to the outermost SSH session. Type successive tildes to send the escape sequence to inner sessions. For example, let's say I SSH from my workstation to a jump host, then from the jump host to the destination.&lt;/P&gt;
&lt;P&gt;Return-tilde-dot would be caught by the outer SSH session from my workstation to the jump host, and that session will be terminated.&lt;/P&gt;
&lt;P&gt;Return-tilde-tilde-dot would be caught by the inner SSH session, from the jump host to the destination, and&amp;nbsp;&lt;EM&gt;that&lt;/EM&gt; is the session which would be terminated.&lt;/P&gt;
&lt;P&gt;I don't know of a good way to index in the other direction, so to send commands to the innermost session, you have to remember how many sessions you have outside it. This isn't generally too big a problem, as long chains of SSH connections are fairly rare.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 17:55:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Moving-machines-when-you-ve-rebooted-one-from-the-SG/m-p/126840#M571</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2021-08-12T17:55:28Z</dc:date>
    </item>
  </channel>
</rss>

