You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Guillaume Nodet <gn...@apache.org> on 2020/06/10 06:38:59 UTC

Re: Alternative methods in Mina ssh

The code has been changed a bit:

https://github.com/apache/mina-sshd/commit/aa551bc0ed07430ee768e98a57b75cd56f3927e0#diff-945f416b7cba28d68dc577da4f2b186eR217-R237
You need to use setForwardingFilter / setForwarderFactory instead.

Le ven. 18 mai 2018 à 13:11, pratap kumar raju <pr...@gmail.com>
a écrit :

> Hi,
>
> I observed in the latest Mina ssh 1.7 that *setTcpipForwardingFilter()* and
> *setTcpipForwarderFactory*() methods are not there. Can you please tell me
> alternative methods of above methods which works like same as above method.
>
> SshServer server =SshServer.setUpDefaultServer();
> *server.setTcpipForwardingFilter( );*
> *server.setTcpipForwarderFactory();*
>
> Can you please let me know the alternative methods for above methods.
>
>
> --
> yours
> Pratap Varma
>


-- 
------------------------
Guillaume Nodet