tomaswolf commented on issue #532: URL: https://github.com/apache/mina-sshd/issues/532#issuecomment-2315018058
I don't know what other libraries using this do. Setting the ssh dir to a git working tree directory is a bit strange. I'd never set it to any directory where files may be written from somewhere over the internet, which is what a git fetch does. It should be possible to run this without any files, but it's possible that we overlooked something with that home directory. You would have to set a `ServerKeyDatabase` that does not rely on ~/.ssh/known_hosts, and the `SshConfigStore` should not rely on ~/.ssh/config. If it then still fails without setting these directories, open a bug in JGit. -- 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