Re: [SSHD] dynamic port forwarding

2013-07-11 Thread Guillaume Nodet
Port forwarding is supported both in both directions. On the client side, you can use ClientSession#startLocalPortForwarding. On the server side, you need to configure a ForwardingFilter object on the SshServer. 2013/7/11 Sean Zhang zss...@gmail.com Hi, I am looking for dynamic port

Re: [VOTE] release Apache MINA 3.0.0-M1

2013-07-11 Thread Julien Vermillard
The question is : should we have NOTICE for test dependencies ? -- Julien Vermillard http://people.apache.org/~jvermillard/ On Thu, Jul 11, 2013 at 12:59 AM, Emmanuel Lécharny elecha...@gmail.com wrote: Le 7/10/13 9:03 PM, Julien Vermillard a écrit : I heard (from Emmanuel I think) we

[MINA3] NOTICE content (was Re: [VOTE] release Apache MINA 3.0.0-M1)

2013-07-11 Thread Emmanuel Lécharny
Le 7/11/13 10:43 AM, Julien Vermillard a écrit : The question is : should we have NOTICE for test dependencies ? I do think so. We do have a NOTICE-bin.txt in MINA 2 which contains a reference to those libs (see below). Reading http://www.apache.org/dev/licensing-howto.html#overview-of-files,

Re: [SSHD] dynamic port forwarding

2013-07-11 Thread Sean Zhang
LocalPortForwarding is the '-L' option of ssh command. RemoteForwarding is the '-R' option of the ssh command. I want to know how to implement -D option. any suggestions? Sean On Thu, Jul 11, 2013 at 1:36 AM, Guillaume Nodet gno...@apache.org wrote: Port forwarding is supported both in both