Using remote control in tmux through ssh. #3283
-
Hi, I'm trying to use kitty remote control on an ssh'ed server running tmux. Somehow this doesn't seem to be possible. for example, kitty @ ls works through ssh, works inside tmux, but not inside tmux over ssh. What I've tried:
Does anyone ever succeed in trying this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
tmux will be filtering out the escape codes kitty uses for remote control, so you cant. As always with tmux issues: https://sw.kovidgoyal.net/kitty/faq.html#i-am-using-tmux-and-have-a-problem If you really want to do it still, you could tell kitty to listen on a tcp port, forward it to the remote host via ssh and use --to tcp:forwarded-port |
Beta Was this translation helpful? Give feedback.
tmux will be filtering out the escape codes kitty uses for remote control, so you cant. As always with tmux issues: https://sw.kovidgoyal.net/kitty/faq.html#i-am-using-tmux-and-have-a-problem
If you really want to do it still, you could tell kitty to listen on a tcp port, forward it to the remote host via ssh and use --to tcp:forwarded-port