It's not resolved in 2.15.0. I redacted the username and domain names, but .ssh/config looks like this:
Host example.proxy
User username
Hostname 192.168.123.123
ProxyJump username@example.com
java.lang.IllegalArgumentException: Invalid port: -1
at org.apache.sshd.common.util.ValidateUtils.createFormattedException(ValidateUtils.java:234)
at org.apache.sshd.common.util.ValidateUtils.throwIllegalArgumentException(ValidateUtils.java:200)
at org.apache.sshd.common.util.ValidateUtils.checkTrue(ValidateUtils.java:183)
at org.apache.sshd.client.SshClient.doConnect(SshClient.java:562)
at org.apache.sshd.client.SshClient.doConnect(SshClient.java:574)
at org.apache.sshd.client.SshClient.connect(SshClient.java:552)
at org.apache.sshd.client.session.ClientSessionCreator.connect(ClientSessionCreator.java:199)
at org.apache.sshd.client.session.ClientSessionCreator.connect(ClientSessionCreator.java:188)
Originally posted by @chylek-qr in #351