How can I keep gnu screen from becoming unresponsive after losing my SSH connection?

Posted by Mikey on Stack Overflow See other posts from Stack Overflow or by Mikey
Published on 2011-01-11T05:19:43Z Indexed on 2011/01/12 2:54 UTC
Read the original article Hit count: 267

Filed under:
|
|
|
|

I use a VPN tunnel to connect to my work network and then SSH to connect to my work PC running cygwin. Once logged in I can attach to a screen session and everything works great.

Now, after a while, I walk away from my computer and sooner or later, the VPN tunnel times out. The SSH connection on each end eventually times out and then I eventually come back to my computer to do some work. Theoretically, this should be a simple matter of just restarting the VPN, reconnecting via SSH, and then running "screen -r -d".

However apparently when the sshd daemon times out on the cygwin PC, it leaves the screen session in some kind of hung state. I can reproduce a similar hung state by clicking the close box on a cygwin bash shell window while it's running a screen session.

Is there any way to get the screen session to recover once this has happened, so that I don't lose anything?

© Stack Overflow or respective owner

Related posts about ssh

Related posts about screen