Skip to content

Check for nested tmux session

Lex Gallon requested to merge nested-tmux into master
  • If user is already inside a tmux session on a login node, smux quietly failed previously. This commit addresses that by warning the user if they are already in a tmux session, and not even allowing them to create a new session or attach to an existing session until they quit tmux.
  • Also add instructions on how to actually deploy this, which I've based off of clusterinfo.

Merge request reports