Skip to content

Instantly share code, notes, and snippets.

@jmausolf
Last active November 25, 2018 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmausolf/f571d5741d23d95c11dcec0ef5f17ab8 to your computer and use it in GitHub Desktop.
Save jmausolf/f571d5741d23d95c11dcec0ef5f17ab8 to your computer and use it in GitHub Desktop.

Keep SSH Process Running

#ssh to remote machine
screen #type this and then start script
# Press `Ctrl - A` then `Ctrl - D`
#that's it

Resume SSH Process/Screen

#ssh back onto machine if needed
screen -r #type this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment