tomaswolf commented on issue #609: URL: https://github.com/apache/mina-sshd/issues/609#issuecomment-2363764443
The problem is your "*" config. You should exclude the bastion itself there. Would your config as shown work with OpenSSH? ``` Host bastion.example.com Hostname bastion.example.com Port 22 Username someone Identity bastion_id Host * ProxyJump bastion.example.com ``` I guess this won't work well with OpenSSH either. It should work if the last entry is changed to ``` Host *, !bastion.example.com ProxyJump bastion.example.com ``` -- 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