On Mon, Jan 21, 2008 at 12:02:43PM +1100, Darren Tucker wrote: > I have a hack that adds "portforward from stdin/out" which is > useful for this kind of thing as it does not require netcat on the > intermediate host (eg "ssh -N -L stdio:$target:$port $bouncehost"). > The syntax is ugly but it works. What does the patch look like? //Peter