tomaswolf commented on issue #622: URL: https://github.com/apache/mina-sshd/issues/622#issuecomment-2407055670
Strange. First: since you set a password, do you want to use public key authentication with that key at all? If not, you could side-track this issue by setting a no-op HostConfigEntryResolver: `client.setHostConfigEntryResolver(HostConfigEntryResolver.EMPTY);`. But that doesn't solve the underlying problem. By default, the client picks up your `~/.ssh/config`. Is there is some zero-width space or other invisible character in front of the tilde in that file that we neglect to remove when reading from the file? -- 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