Live data from Hacker News

Mosh

jefftk.com

1–10 of 152 posts

Re: Mosh

#2
I am also a fan of mosh.

I really like that I can close my laptop and put it into standby, take it somewhere else with a different wifi network and just open it and get right back to work. From a user perspective it appears as if mosh was never disconnected.

Re: Mosh

#3
I mostly use mosh from my mobile for connections to home. It handles session persistence nicely even while on the move.

It'd be great if I could use it now while working from home because my ssh sessions keep dying. Unfortunately the work firewall won't allow this. So tmux to preserve the sessions is the best I can do.

Re: Mosh

#4
I've used mosh extensively over the last few years with very few issues. It composes well with tmux. The only barrier to me really advocating it is the lack of support for bastion hosts and working around firewalls.

Re: Mosh

#5
Eternal Terminal ‘et’ is like Mosh but functionally better. Doesn’t break scrollback. Transparent to tmux control mode.

I switched from Mosh to et across 12ish servers around 6 months ago and am way happier for it.

https://eternalterminal.dev/

Previous conversation:

https://news.ycombinator.com/item?id=21640200

Re: Mosh

#6
post #2

I am also a fan of mosh. I really like that I can close my laptop and put it into standby, take it somewhere else with a different wifi network and just open it and get right back to work. From a user perspective it appears as if mosh was never disconnected.

You can use tmux for persistence like that, and I use mosh in combination with tmux just because it's so nice to get multiple windows and panes.

Re: Mosh

#7
I started using mosh a few weeks ago when I was working over ssh more. Even for working over LAN it was attractive because I'm really sensitive to typing latency. Don't be like the author and put off trying it, it's dead easy to install and try. No setup and no commitment to keep using it.

However, I quickly ran into a problem which is that it breaks a scrollback. This is the one big problem with mosh and will probably never be fixed. I tried to find other ways but eventually decided I couldn't live with it. Shame.

Re: Mosh

#8
The article misses the other great feature of Mosh: It never get disconnected, regardless of the client's state (IP address change, or device sleep mode), and you will never loose terminal sessions.

When this is not so appealing to desktop users, it is a godsend feature for laptop/mobile users. Especially, if you are an iPad user you should try Blink shell app [1] with Mosh. This combination turns the iPad your favorite portable terminal machine.

[1] https://blink.sh/

Re: Mosh

#9

I started using mosh a few weeks ago when I was working over ssh more. Even for working over LAN it was attractive because I'm really sensitive to typing latency. Don't be like the author and put off trying it, it's dead easy to install and try. No setup and no commitment to keep using it. However, I quickly ran into a problem which is that it breaks a scrollback. This is the one big problem with mosh and will probab…

Look into Eternal Terminal. It doesn't break scroll back.

Re: Mosh

#10
post #8

The article misses the other great feature of Mosh: It never get disconnected, regardless of the client's state (IP address change, or device sleep mode), and you will never loose terminal sessions. When this is not so appealing to desktop users, it is a godsend feature for laptop/mobile users. Especially, if you are an iPad user you should try Blink shell app [1] with Mosh. This combination turns the iPad your favor…

It's even useful for desktop users if you are hopping off and on a VPN.
Post reply on HN