Can I use GNU Screen completely transparently/automatically?

Posted by dreeves on Stack Overflow See other posts from Stack Overflow or by dreeves
Published on 2009-07-02T18:26:03Z Indexed on 2010/05/05 6:58 UTC
Read the original article Hit count: 149

Filed under:
|
|
|
|

Screen is amazing, of course, but I don't want to have to think about it. I often ssh to a machine, start doing a bunch of stuff, and then think "gosh, I wish I had thought to start a screen session before doing all that so I could reconnect to this from home later".

I'd like to have screen automatically started whenever I log in to a machine. And when I get disconnected, I want to be able to immediately and simply reconnect without fussing with "screen -ls" and "screen -dr".

I have a script that implements one solution to this problem which I'll post as an answer. I'm interested to see other approaches.

© Stack Overflow or respective owner

Related posts about screen

Related posts about gnu-screen