tomaswolf commented on PR #353:
URL: https://github.com/apache/mina-sshd/pull/353#issuecomment-1496557284
`testNegatedHostEntriesResolution` is also failing in CI, and also locally
for me. It sets up configs as
```
Host !127.0.0.1
Hostname 127.0.0.1
User org.apache.sshd.client.config.hosts
Port 22799
Host 127.0.0.1
Hostname 127.0.0.1
User testNegatedHostEntriesResolution
Port 55566
```
and calls `session.connect("127.0.0.1",
"org.apache.sshd.client.config.hosts", 22799)` but expects that to resolve to
and to connect to `[email protected]:55566`. The test
assumes the "config overrides parameters" behavior.
I suppose it would work if called as `session.connect("127.0.0.1", null, 0)`
(or maybe -1 as port).
--
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]