Alternative methods in Mina SSHD

2018-05-18 Thread Pratap Kumar Raju
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();

Alternative methods in Mina ssh

2018-05-18 Thread pratap kumar raju
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();

Re: How to use system proxy for connections in Mina ssh

2018-03-18 Thread Pratap Kumar Raju
Hi Baley, Thanks for the quick response. The following are the inline comments. -- The PROXY I am referring here is the network communication establishment from Client to the server. The following sample snap code I was used to establishing the client connection to the server SshClient

How to use system proxy for connections in Mina ssh

2018-02-08 Thread pratap kumar raju
Hi, I had implemented Mina ssh as for my requirement. It is working as expected if the network is not in the proxy. If My network under proxy my server and client not working. I want to know how to establish a client connection over the proxy. Can you please help how to use system proxy for