Description
%h in the HostName config doesn't get replaced.
This results in a java.nio.channels.UnresolvedAddressException being thrown later.
Motivation
This would make it work more like OpenSSH.
Alternatives considered
Could use HostConfigEntry.readHostConfigEntries to get the HostName to pass to connect and do the %h replacement outside the library.
Additional context
No response
Description
%h in the HostName config doesn't get replaced.
This results in a java.nio.channels.UnresolvedAddressException being thrown later.
Motivation
This would make it work more like OpenSSH.
Alternatives considered
Could use HostConfigEntry.readHostConfigEntries to get the HostName to pass to connect and do the %h replacement outside the library.
Additional context
No response