Related questions
SSH tunneling via JSch
My aim is to connect to a server (host) which is behind a firewall. I am able to access this server by connecting to another server (tunnel) in the network and then SSH to this server. However I am not …
Jsch session Configuration
I have the following as shown below in my ssh config file. I will have to set the same configuration to my Jsch session. Jsch supports setting configs as below
session.setConfig(String name, String value);
session.setConfig(HashTable config);
…