-
Notifications
You must be signed in to change notification settings - Fork 376
Description
Description
I am using MINA SSHD as part of Spring Integration 6.0.1 since it replaced the JSch SSH implementation there.
However, I was using an HTTP proxy to connect with JSch and this seems to be no longer possible with MINA because it supports only SSH jump hosts as a proxy.
So my request would be to implement a more flexible approach to proxies and also allow for the use of HTTP and SOCKS proxies.,
Motivation
This feature is needed to make it possible to use MINA SSHD and the frameworks that depend on it in environments where the server being accessed can only be reached via an HTTP/SOCKS proxy.
Especially In scenarios where MINA SSHD is used for transferring data via SFTP this seems not to be a far-fetched scenario.
Alternatives considered
An alternative would be to install a jump host with internet access. However, in larger organizations this might not always be possible, or take a long time to make it through all the corporate red tape.
Additional context
No response