Eduardo Velasques

Results 4 comments of Eduardo Velasques

The same error here with me, but as @hpoettker said before, just add this before connecting: `ssh.addHostKeyVerifier(new PromiscuousVerifier());` It was enough to solve!

The same error here with me, but found this: https://github.com/hierynomus/sshj/issues/635 Then I've added this before connecting: `ssh.addHostKeyVerifier(new PromiscuousVerifier());` It was enough to solve!

The support to Java 22 urges! ``` Caused by: java.lang.UnsupportedOperationException: Unsupported version number [66.0] (maximum 65.65535, Java null) ``` Please as soon as possible! We need 🚀 Thank you 🙌

@lordarnoud to bypass this issue and not delay the releases, what I made was compile with Java 21 and then flawless run with Java 22. It is not how we...