Replies: 3 comments 5 replies
-
I have the same question about sharing a session between the local and remotes. That is the biggest reason that I use tmux but I'd like to drop tmux if I can. What I normally do is that I work from a desktop most of the time but I sometimes want to continue that session from my laptop and jump back and forth at will. The SSHMUX connection works great for persisting my session (which is running on the desktop) when working from the laptop, but I don't see how I can access the same session on the desktop. Can anyone offer advice on this? |
Beta Was this translation helpful? Give feedback.
-
Hi there. These questions are almost year old, in case you are still using I had some initial trouble just using I had a bit of trial and error until my mental model solidified enough to make things sensible. I really think some nice diagram would help people like me make sense of things a bit faster.
The good news is that spawning a new tab in the remote window, opens another I lost my wifi connection on the laptop. When it came back I reissued the :
command and magically my open tabs on the Also that little error I showed There it is. The key takeaways are:
In my case things probably go better because the domain names (e.g. |
Beta Was this translation helpful? Give feedback.
-
I'm also thinking about ditching tmux. However the problem is that wezterm is not installed on our production machines. Is there a way to do an ad-hoc install of the daemon when I connect to it or could I use the unix / tls domain for this? I'm not really clear on what the advantage of using these over the ssh-variant is, however only the ssh domain section states that:
Does this mean that the other domains do not need wezterm to be installed on remote? Also I'm looking for a way to start nvim locally and then just on save drop the buffer into the remote files, so I can work on remotes using my local nvim installation. Maybe this could be done with one of these protocols? Just dropping this in here. |
Beta Was this translation helpful? Give feedback.
-
Hey there, I've been making good use of wezterm on both my local and remote environments. I typically use the command
wezterm connect SSHMUX:remote
to work on my remote environment from my local one and have really been enjoying wezterm's built-in remote persistence feature.However, I've been encountering a couple of issues with multiplexing. Firstly, when I use wezterm in my remote machine, I'm having trouble attaching to the workspace that I was previously connected to from my local. Is there a way for me to attach to this workspace, and if so, could you guide me on how to do that? Furthermore, is it possible to view a list of all running workspaces on my current machine?
Secondly, I've been having some difficulty connecting to a remote server that requires a proxy jump. Does wezterm's SSHMUX connection support this feature? Any advice on these issues would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions