Live data from Hacker News

Ask HN: moving beyond screen to persist SSH sessions?

news.ycombinator.com

31–36 of 36 posts

Re: Ask HN: moving beyond screen to persist SSH sessions?

#31
I think it might be the change of ip adress that is killing your connectivity. I can close the lid of my macbook running os x or linux, let it fall to sleep, go down to the porch outside and let the machine wake up from sleep and still have the ssh connection active.

A thing you can do to get more stable ssh connections on your side is to run a nat service on the machine. For example, running connections on a OS X machine that has parallels installed (virtualization software) and that runs NAT is far more stable than a machine without.

Re: Ask HN: moving beyond screen to persist SSH sessions?

#32
post #2

A VNC or RDP session running on a stable host somewhere, running full screen on your laptop, so you only have one thing to reconnect to. What you want would be cool but it can't be done with TCP/IP.

vnc all the time... if you hate yourself

Re: Ask HN: moving beyond screen to persist SSH sessions?

#33
post #2

A VNC or RDP session running on a stable host somewhere, running full screen on your laptop, so you only have one thing to reconnect to. What you want would be cool but it can't be done with TCP/IP.

Look in to NoMachine NX (http://nomachine.com/) rather than VNC. For some tasks I use a NoMachine NX desktop on a Linode Ubuntu server from the other side of the planet - it's quite useable. Over 3G web browsing is often faster via the remote desktop than browsing sites directly.

Re: Ask HN: moving beyond screen to persist SSH sessions?

#36
I have this exact same problem. I don't forward traffic through SSH but I run a service that has almost 30 servers. Sometimes I have connections open to 10+ of them, sometimes (shudder) all of them. When my connection dies I want to throw my computer out the window.

I haven't read the comments here yet but hopefully someone will have at least a partial solution to save my sanity :)

Post reply on HN