Iain Buchanan wrote:
> from pc at work:
> ssh -L 8888:192.168.1.3:80 [EMAIL PROTECTED]

or, to start an ssh tunnel in the background, i use:

$ ssh -fNL port:host:port [EMAIL PROTECTED]

or for the opposite direction:

$ ssh -fNR port:host:port [EMAIL PROTECTED]

Christoph
-- 
echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list

Reply via email to