Andy Kipp

Results 470 comments of Andy Kipp

hi @HaleTom ! The xxh is using the plus sign for the xxh arguments to save the ability to use the minus sign for the original ssh (or another tool)...

Hi @frankenstein91! Please give an example of the output for the pure ssh.

~Hi @nigelgbanks! If there is a portable version or Linux static binary build of Mosh it could be packed as xxh-shell. The start point to create xxh-shell is the example...

Hi @frederickjh ! Thank you for the clarification. We have `+c` argument that allows to replace ssh. Probably this is start point to implementing something custom. ```bash xxh --help |...

With `+vv` option you'll get `RUN SHELL COMMAND` line with the command that actually was executed. You can repeat this command and review the result. Sorry I have no experience...

Also to start the implementation I highly recommend to review the [xxh development environment](https://github.com/xxh/xxh/tree/master/xde) (xde) and use it to create test stand with mosh. We use xde to run xxh...

I think we can use `{ssh}` to choose the logic around `-T -t -o` options and replace them when `{ssh}` is `mosh`. PR is welcome!

JFYI there is PR with EternalTerminal support - #136

Hi! PR is welcome!