Replies: 2 comments 7 replies
-
Unfortunately, no action is currently defined to control users connected to the session. And as far as I know, zellij doesn't internally define user as a unique value. Since users are simply registered in the order of connection, it would be very difficult to forcibly disconnect a specific user. |
Beta Was this translation helpful? Give feedback.
-
If my goal is to continue to use the session, just without multiple users (because it thinks my SSH reconnection is a "new user"), then this won't really help, unless I'm misunderstanding. I'll just experiment with mirroring sessions and see if that helps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Context: I often use zellij over ssh, for example:
This works great, except for if I get disconnected from SSH (e.g. my wifi drops, or some other intermittent network issue). When I get disconnected, sometimes reconnecting will create a second copy of the session that I'm attaching to (e.g., it thinks that a second user is joining the session).
This new session doesn't appear in
zellij ls
, but e.g. will change the UI to indicate that another user is connected.This in itself isn't a big deal, but I don't like that it
What I'd like to do is force disconnect/close all other copies of the same session, basically reducing the "current users" to the current user that I'm operating as.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions