Skip to content

Instantly share code, notes, and snippets.

@pbaylis
Last active May 16, 2019 15:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Use tmux to run commands through ssh (that won't close when you log out)
## Logging into server
ssh <server-address>
# Login
tmux
# CTRL-b d to detach tmux
exit
## When returning to server
tmux attach
@pbaylis
Copy link
Author

pbaylis commented May 16, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment