<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div><br></div><div><br></div><hr id="zwchr" data-marker="__DIVIDER__"><div data-marker="__HEADERS__"><blockquote style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;" data-mce-style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><b>From: </b>neal@mnopltd.com<br><b>To: </b>"Chris Fowler" <cfowler@outpostsentinel.com><br><b>Cc: </b>"Atlanta Linux Enthusiasts" <ale@ale.org><br><b>Sent: </b>Wednesday, July 31, 2019 10:45:20 AM<br><b>Subject: </b>Re: [ale] After 15 years, Nohup is sttll broken???<br></blockquote></div><div data-marker="__QUOTED_TEXT__"><blockquote style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;" data-mce-style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;">Thank you for the reply.  Additional response inline below.<br><br>On 2019-07-31 09:19, Chris Fowler wrote:<br>> -------------------------<br>> <br>>> FROM: "Neal Rhodes via Ale" <ale@ale.org><br>>> TO: "Jim Kinney" <jim.kinney@gmail.com><br>>> CC: "Atlanta Linux Enthusiasts" <ale@ale.org><br>>> SENT: Wednesday, July 31, 2019 10:10:41 AM<br>>> SUBJECT: Re: [ale] After 15 years, Nohup is sttll broken???<br>> <br>>> Well, indirectly - if the ssh session didn't die, it probably<br>>> wouldn't<br>>> happen.<br>>  I've been using keepalive SSH options for years to keep session up.<br>> I had system that did dialout ppp to servers with an idle timeout set<br>> for pppd.  SSH session would drop so I used the keep alive out of band<br>> SSH messages to keep those connections up.  I now use the same options<br>> for standard networks (real speeds).<br><br>Hmm.  I forgot about that.   However, the man page for ssh_config states <br>that tcpkeepalive is  on by default.  So...<br><br>I think we're seeing the ssh sessions die because the Sonicwall VPN is <br>configured to kill any connections after xx time.   I cannot get that <br>changed.<br><br></blockquote>Dumb NAT firewall.  SSH will NOT send any traffic unless there is traffic to send.  If SSH is your only connection then the dumb NAT firewawll will only see packets duing standard TCP keep alive or when SSH sends data.  To fix that firewall you need to tell SSH to send data!<br><div><br></div></div><div data-marker="__QUOTED_TEXT__"><br data-mce-bogus="1"></div><div data-marker="__QUOTED_TEXT__">ssh -o ServerAliveInterval=20 -o ServerAliveCount=5 <a href="mailto:user@host">user@host</a><br data-mce-bogus="1"></div><div data-marker="__QUOTED_TEXT__"><br data-mce-bogus="1"></div></div></body></html>