1

I have a process that executes on a remote server that I access through the terminal via my employer's VPN. The VPN connection terminates every 12 hours and requires that I re-enter my password to reconnect. This unfortunately cuts off the terminal output of my script when I reconnect. Is it possible to re-access my script's terminal output after the connection has been severed?

1 Answer 1

4

Try GNU screen. It can preserve sessions while the connection is off.

Sign up to request clarification or add additional context in comments.

1 Comment

Also look at tmux as a more modern replacement for screen.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.