Ed Moxley wrote: > > Try changing > > ssh -L 10101:hostname:80 -p portnum user at hostname > to > ssh -R 10101:hostname:80 -p portnum user at hostname No, -L is correct for using a web browser on A. -R would be if the browser were running on B and the web server on A. Dave