-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use SSH tunneling to connect terminal. #45
Comments
Tunneling won't work through EC2Box either |
As KeyBox and EC2Box are two different applications and i am using EC2Box. |
Because tunneling is a function of SSH. The user connects to EC2Box over HTTP, then EC2Box establishes the SSH connection. |
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 whether tunneling is active or not. If you know any solution please let us know. Thanks. |
JSch client is used on the EC2Box server and users connect to EC2Box over HTTPS. ...so you would only be forwarding the ports from EC2Box to/from the target server. I don't see how users can take advantage of this, unless you are exposing the port to them that is forwarded on the EC2Box server. .. but I really don't have any idea how to use Jsch to tell if a tunneled port is inactive. |
In my case user know which remote port to access. So my requirement is fulfilled by setPortForwardingL function of Jsch. |
Trying to connect terminals using SSH tunneling. Not getting proper documents.
![image](https://cloud.githubusercontent.com/assets/21255598/20309960/1b36c63e-ab70-11e6-9a63-06cdda345ff8.png)
As you mentioned on sshkeybox that its not possible. But is it possible on ec2box ?
waiting for reply,
Thanks.
The text was updated successfully, but these errors were encountered: