How to connect to Zellij server from a client in the context of a different login session #3550
Unanswered
crabdancing
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Note that I have already tried manually setting |
Beta Was this translation helpful? Give feedback.
0 replies
-
You would need to login to SSH with the same user as the one running the zellij session. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, I want to help a friend out with their computer interactively using Zellij. They have a user account, let's say,
user
. They have a Zellij session open, started via the GUI, and I want to connect to them. The only problem is, when I connect over SSH, switch to the same unix account viasudo -u user -i
, and try tozellij attach
to their session -- it just fails and reportsNo active zellij sessions found.
. What can I do to get it to work as expected?Beta Was this translation helpful? Give feedback.
All reactions