nightman68 commented on issue #318: URL: https://github.com/apache/mina-sshd/issues/318#issuecomment-2004469789
A PR #477 is available to fix this issue. I tested it with the 2 configurations below. configuration 1: ``` Host host*.dmz.corp ProxyJump night...@jump1.corp:22,night...@jump2.corp:22,night...@jump3.corp:22 ``` configuration 2: ``` Host jump1 Hostname jump1.corp Port 22 User nightman ProxyJump jump2 LogLevel QUIET Host jump2 HostName jump2.dmz.corp Port 22 User nightman ProxyJump jump3 LogLevel QUIET Host jump3 HostName jump3.dmz.corp Port 22 User nightman LogLevel QUIET Host host*.dmz.corp ProxyJump jump1 ``` -- 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