Wednesday, March 24, 2010

port forwarding

Currently I'm forwarding a port, one neat way to do it is

ssh -L *:7500:a.b.c.d:8008 a.b.c.d -f sleep 365d

which sets up the forward and throws the ssh in the background for a year.

No comments: