79481906

Date: 2025-03-03 19:00:03
Score: 1.5
Natty:
Report link

We use screen to keep sessions going if the ssh connection drops. screen --version to see if its installed on your system, get your admin to install it if not. Then start a screen session from an ssh terminal: screen -S To reconnect if your ssh session drops reconnect with ssh then : screen -x

https://linuxize.com/post/how-to-use-linux-screen/

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: mike