Remote Port Forwarding
Posted by: Gobd
Posted on: 2006-11-11 16:39:00
I'm trying to forward a port on the server to my local computer using ssh (ssh -2 -R 7654:localhost:7654 -A -D 1080 username@server.com) but every time I try I am just told that the remote port forwarding has failed. Anyone know how to get this to work?