I need to tunnel all of my TCP SSH-2 traffic from my local box to my remote box that I will have an account on. I heard this can be done in one command?
ssh -f [EMAIL PROTECTED] -L 8888:lab.com:53 -N SOCKS: 8888 SSH2: 53 What am I doing wrong? _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"