Closed bipin-lekhak closed 4 weeks ago
Hi bipin-lekhak,
That's a really strange sounding one. Just a shot in the dark, is it possible you have a different version of wezterm-mux-server running, than the version of your wezterm-gui client? It shouldn't matter, but it's worth making sure your versions are exactly the same, before further debugging.
I verified that both the local and remote have same versions of wezterm.
You'll have to dig in with some debugging to figure what's going on:
https://wezfurlong.org/wezterm/config/lua/config/debug_key_events.html
You could start with the command:
wezterm --config debug_key_events=true
Which will give you a better idea of what keys are actually being sent.
I have a wild guess that your enter key is for some reason not being seen as LF on the remote end. If that's right, regular keys are all going through correctly, just not the final enter key. If that's true, then using CTRL-J instead of enter, might work.
Yeah, it looks like that is exactly what is happening. Ctrl+J
worked.
Sounds like something wonky with the stty
settings in one versus the other.
https://www.man7.org/linux/man-pages/man1/stty.1.html
What Operating System(s) are you seeing this problem on?
Linux X11, macOS
Which Wayland compositor or X11 Window manager(s) are you using?
No response
WezTerm version
20240203-110809-5046fc22
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
No, and I'll explain why below
Describe the bug
Can not type password over Multiplexer over ssh connection on remote.
No issue when no mux
wezterm ssh my_remote_linux
.sudo apt update
[sudo] password for user:
Issue when mux
wezterm connect my_remote_linux
.sudo apt update
[sudo] password for user:
To Reproduce
No response
Configuration
Expected Behavior
Password works in wezterm multiplexer.
Logs
Anything else?
No response