I've tried your setup using mina sshd, a native ssh client (ssh -Nn -D 1080 -p 8000 admin@localhost) and firefox with socks5 and it seems to work well, all http requests being routed through the ssh server. However, the socks protocol is not supported using mina sshd as a client (hence the use of the native ssh executable above).
2014-11-17 7:35 GMT+01:00 Jianbao (Jim) Tao <[email protected]>: > Hi, > > Does mina-sshd support `ssh -D` kind of port forwarding, as in > ``` > ssh -N -p 22 remote.server.host.name -D 1080 > ``` > If so, can someone kindly share some sample code, please? I really > appreciate it. > > Best, > Jim >
