PuTTY wish mosh
Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Privacy
|
Changes
|
Wishlist
summary: Compatibility with Mosh (mobile shell)
class: wish: This is a request for an enhancement.
difficulty: taxing: Needs external things we don't have (standards, users etc)
priority: low: We aren't sure whether to fix this or not.
Several people have asked us to extend PuTTY to add compatibility
with Mosh, a rather unusual
remote-terminal application that's particularly suited to use over bad
networks. This is a tempting idea in principle, but there are several
practical problems:
- The State Synchronization Protocol used by Mosh doesn't seem to
have any public documentation. This makes writing another
implementation difficult.
- Unlike all the protocols currently supported by PuTTY, Mosh
doesn't transport a terminal stream but updates the screen by other
means, so it would need hooks into the middle of the current
monolithic terminal emulator. That would be a fairly large amount of
work.
- Similarly, Mosh's use of the network is very different from all
our existing backends, which use small numbers of TCP connections.
- On the other hand, Mosh does require an SSH client implementation
for authentication and key-exchange, so there are some major parts of
PuTTY that could be re-used.
- Mosh uses OCB, which is patented in the USA. While there are fairly
generous licences available for the relevant patents, these are
not as generous as PuTTY's copyright licence, so they would forbid
uses of PuTTY's code that are currently allowed (specifically in
proprietary software in military use).
It's possible that someone could write a patch to add Mosh
compatibility to PuTTY that we'd be willing to accept, but it's not
the most likely thing ever.
If you want to comment on this web site, see the
Feedback page.
(last revision of this bug record was at 2015-06-22 09:25:32 +0100)