tomaswolf commented on issue #318:
URL: https://github.com/apache/mina-sshd/issues/318#issuecomment-1421339300

   Looks like this a shortcoming/bug in 
[SshClient.java](https://github.com/apache/mina-sshd/blob/801edabdb7723e9f5bf03fd66c6e48a2d240bb9f/sshd-core/src/main/java/org/apache/sshd/client/SshClient.java#L545),
 `connect()` and `doConnect()`: it appears to parse only the ProxyJump in the 
top-level Host entry.
   
   As a work-around, try
   ```
   Host host*.dmz.corp
     ProxyJump nightman@jump2:22,nightman@jump1:22
   ```
   That should work (if I read the code right), and also should work with 
openSSH.


-- 
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: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to