preetam patil
preetam patil
I have checked "TERM" variable on various systems where i was getting arrow issue with MQL prompt. On all systems it is set to 'xterm' (TERM=xterm).
I have simply assigned alternative shortcuts to these keys. For example **Ctrl+p** for **up arrow key** and so on.
As KeyBox and EC2Box are two different applications and i am using **EC2Box**. So, whether tunneling work through EC2Box or not? if not then why?
We have implemented ssh tunneling using 'setPortForwardingL' method of jsch. We want to close ssh tunneling if it is not active for long time, but we are **unable to detect...
In my case user know which remote port to access. So my requirement is fulfilled by [setPortForwardingL](https://epaul.github.io/jsch-documentation/javadoc/com/jcraft/jsch/Session.html#setPortForwardingL-java.lang.String-int-java.lang.String-int-) function of Jsch.