Closed gsf closed 9 years ago
This is a usability issue that even hit me once, and I wrote the stupid thing! ;)
This was just a hack I threw in there because it was easy to do, and solved a problem I was having. I didn't consider feature parity with the mosh
command.
That field is actually the whole remote command for the other end, including the mosh-server
part (which is ordinarily covered by the --server
option). This makes it really hard to use for the typical case such as yours, because mosh-server
really needs a few command-line flags to give the best experience.
I'll take this issue as an opportunity to make this work more like it does in the mosh
command.
Sounds like a good direction to take things in. Thanks.
That works! Thanks.
With the command-line mosh I'm used to attaching to tmux on connect:
With a
tmux a
, or really any command includingbash
, in the "Remote command" box, however, mosh-chrome hangs after the following:Authentication and login work fine when "Remote command" is left blank. Am I using it wrong?