pikinier20 opened a new issue, #402:
URL: https://github.com/apache/mina-sshd/issues/402

   ### Version
   
   2.10.0
   
   ### Bug description
   
   After updating the library version to 2.10.0 I couldn't connect to my remote 
host. I found out that the problem is caused by regression in parsing the ssh 
config. In 2.9.2 version, in `HostConfigEntry.toHostConfigEntryResolver` the 
lambda at the end called `normalizeEntry` which caused expansion of `~` char 
etc. In 2.10.0, the `normalizeEntry` is gone and `resolveIdentityFilePath` 
looks like it's never called.
   
   ### Actual behavior
   
   The identity file path is not expanded to absolute path which prevents 
loading the identity key
   
   ### Expected behavior
   
   Assuming it was expanded in 2.9.2 and is not mentioned in release notes, it 
should still expand the path.
   
   ### Relevant log output
   
   _No response_
   
   ### Other information
   
   _No response_


-- 
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.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

Reply via email to