Support host key certificates - #650
Conversation
|
I tried your code with my test application and server and get the following error: The SSH server is configured to support only host certificates. The relevant |
|
Hi @maximilian-maisel-bl, the fix is working for my host certificate only SSH server. In your case seems like something error happened after the stage I fixed. Maybe there are some other issue that I haven't met in my environment. Logs from my working application: |
|
Hi @lanshubo, may you share a minimal example program and which SSH server you are using? I'm using this minimal test program, together with OpenSSH 9.9p2. |
|
Hi @maximilian-maisel-bl, I'm connecting to a internal SSH server, so I cannot share the case here. |
|
As far as I understand the log output in my case, it already fails before the |
|
My use case on client side is basicly the same as your minimal test program besides the return of |
|
I opened a very similar PR 3 weeks ago, with tests and example server: #641 |
|
Closing in favor of #748 |
Resolving issue416.
Improve server host key verification to support OpenSSH certificates
Main changes:
Some related PRs to make our full workflow functions properly:
#679
Eugeny/RustCrypto-SSH#3