You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code improved the tmux sharing safety, but we really shouldn't rely on someone safely detaching or exiting their tmux in order to lock it down.
If the primary user leaves the session because their terminal hangs up it should do the same. You can achieve something like this with nohup and trap 'some cleanup code' HUP, but it's not easy in our current framework.
The text was updated successfully, but these errors were encountered:
This code improved the tmux sharing safety, but we really shouldn't rely on someone safely detaching or exiting their tmux in order to lock it down.
If the primary user leaves the session because their terminal hangs up it should do the same. You can achieve something like this with
nohup
andtrap 'some cleanup code' HUP
, but it's not easy in our current framework.The text was updated successfully, but these errors were encountered: