nightman68 opened a new issue, #318:
URL: https://github.com/apache/mina-sshd/issues/318
### Description
I have a special server running to which the connection is only possible via
2 jump hosts and my configuration for SSH looks like this:
``` bash
Host jump1
Hostname jump1.corp
Port 22
User nightman
LogLevel QUIET
Host jump2
HostName jump2.dmz.corp
Port 22
User nightman
ProxyJump jump1
LogLevel QUIET
Host host*.dmz.corp
ProxyJump nightman@jump2:22
```
This is working well with the native SSH clients.
It would be nice when your great libary would support such a configuration
as well!
:-)
### Motivation
Enhancements would make the library better usable for jump hosts.
### Alternatives considered
There is no workaround I found so far.
### Additional context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]