Hi, I'm not sure this package can achieve what I want (which is pretty trivial compared to the examples), I'm only interested in opening a local port which forwards my connections to a remote (socks 5). Not interested in opening a remote port.
Sort of like this:
ssh -D 9000 -N -o PubkeyAuthentication=no user@example.com
Is this possible? Every time I try without remote_bind_address it fails to start.
Hi, I'm not sure this package can achieve what I want (which is pretty trivial compared to the examples), I'm only interested in opening a local port which forwards my connections to a remote (socks 5). Not interested in opening a remote port.
Sort of like this:
Is this possible? Every time I try without
remote_bind_addressit fails to start.