I'm behind a network where most ports are blocked. To deal with this, I put the following line in my sshd_config.
Port 443 The connection is fast, so all is well. But if it weren't so fast, all would not quite be well, so I started setting up mosh-server. I seem to be having trouble with the port forward; does anyone have any ideas of what's wrong? I ran this on the remote host. $ sudo iptables -A PREROUTING -t nat -i eth0 -p udp --dport 25 -j REDIRECT --to-port 60000 $ mosh-server new -p 60000 Then I copied the key and ran this on the local host. $ MOSH_KEY=key mosh-client (remote-IP) 25 It's also written up here. http://small.dada.pink/moshweb/#port-blocking Thanks Tom _______________________________________________ mosh-users mailing list mosh-users@mit.edu http://mailman.mit.edu/mailman/listinfo/mosh-users