Artem Bilan
Artem Bilan
It is hard to test this with mocks, so I'd be glad to see more stack trace for that error to determine where exactly we should catch it and fallback...
Another workaround is to provide an externally configured `SshClient`: ``` /** * Instantiate based on the provided {@link SshClient}, e.g. some extension for HTTP/SOCKS. * @param sshClient the {@link SshClient}...
Well, I have looked into the previous `5.5.x` version which is based on JSCH SSH implementation, and it does nothing for the provided host or the entry from the `known_hosts`....
Sorry, @sebastianfilke , but that's not helpful. What you show is a change between Spring Integration `5.5.x` and `6.x`. The real problem that we have migrated SFTP client from JCraft...
Hi @laguiar ! Thank you for reaching out! Would you mind to share more info? What is your `DefaultSftpSessionFactory` configuration? How does error looks like? As you see in all...
And what is that `host`? What is the content of your `knownHostsFile`? What is the exception you got? This is still so generic that it does not give any clues...
@jgormley6 , thank you for sharing your experience, but I don't see how your problem is related to the original report. For your use-case see respective Javadocs: ``` /** *...
@laguiar , may we have the whole stack trace to determine the relevance to our project?
Thanks, @laguiar ! Would you mind enable `debug` logging level for the `org.apache.sshd.client`? And of course `org.springframework.integration.sftp`. And then share those logs here before that stack trace. I see that...
Closed as `Invalid` since no any further input from community. Perhaps it has been fixed somehow in MINA, or those are just misconfigurations on end-user side.