Skip to content
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

Does JSch support SSH Proxy Multiplexing similar to OpenSSH? #756

Open
calmpath opened this issue Jan 27, 2025 · 1 comment
Open

Does JSch support SSH Proxy Multiplexing similar to OpenSSH? #756

calmpath opened this issue Jan 27, 2025 · 1 comment

Comments

@calmpath
Copy link

I’m curious about whether JSch can support a feature analogous to OpenSSH’s ProxyJump (or ControlMaster/ControlPersist)—often referred to as “SSH proxy multiplexing.” In OpenSSH, this feature allows multiple sessions to reuse an existing SSH connection, reducing the overhead of establishing multiple connections when forwarding traffic or tunneling through intermediate hosts.

Any guidance or suggestions on how to achieve similar behavior would be greatly appreciated.

@norrisjeremy
Copy link
Contributor

Hi @calmpath,

OpenSSH's ProxyJump & ControlMaster/ControlPersist are very different features.
Can you better clarify what you are attempting to achieve?

Thanks,
Jeremy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants