blinksh / blink

Blink Mobile Shell for iOS (Mosh based)
https://blink.sh
GNU General Public License v3.0
6.18k stars 577 forks source link

Support `mosh --experimental-remote-ip=proxy` #1397

Closed fingolfin closed 9 months ago

fingolfin commented 2 years ago

In PR #1157, support for mosh --experimental-remote-ip={remote|local} was added.

In the meantime, mosh gained a third value for this: proxy, and this is even the default nowadays. It would be nice if this was supported by Blink Shell.

carloscabanero commented 1 year ago

Sorry for the delay jumping on this. "Proxy" should be equivalent to our default way, which uses our SSH to resolve the API. Their way is calling ProxyCommand as a way to read it back, so there should be no differences. I don't want to call ours proxy though. And we are fixing "local" as per #1803.

Hope this makes sense and let me know if you need the specific ProxyCommand to be feeding back for any reason. Otherwise I will close the issue.