I've tried this out and it is dramatically better then other alternatives, full screen-sharing suffers from latency issues (screenhero, logmein, etc...) and sharing an ssh session is a pain to get setup (e.g. wemux). I highly recommend it.
You don't need to create an SSH account or let your friends connect to your machine. Your session is proxied through the tmate.io server (safely) so that you can avoid the headache of opening up a connection.
with wemux, you still need to give SSH access to your local machine, but with tmate, you don't give SSH access.
As a matter of fact, you don't even need an SSH server on your machine.
The trouble of having to setup networking // SSH accounts is gone
I really really like this project.. combined with some HTML output page of some sort, one can display errors in real time to an interested party for debugging purposes.
12 comments
[ 6.2 ms ] story [ 48.4 ms ] threadtmux -S /tmp/pair
chmod 777 /tmp/pair
tmux -S /tmp/pair attach
The trouble of having to setup networking // SSH accounts is gone
Thanks!