Rob Hague
Rob Hague
I have a branch which is not ready for presentation but in theory is feature-complete. https://github.com/Rob-Hague/SSH.NET/tree/certificates Last I remember it had a bunch of errors after merging in the recent...
I've rebased it but I've otherwise not touched it since my last comment. It needs test coverage and motivation
@kakins Great. Please see https://github.com/Rob-Hague/SSH.NET/pull/1. It's quite possible it doesn't work at all, but I think it's close.
Long term that is the plan, but right now there is still plenty of scope for modernisation and bug fixes with the current targets. The library has only just dropped...
> If additional bug fixes or security items are found, then we simply support those on a releases/2023.x branch IMO this is too much effort on behalf of the (not...
I think it's ready for review
Fixed by #1184
The error could indicate that `e.CanTrust` is being set to false in `HostKeyReceived`. Perhaps you could set a breakpoint there and check if that's the case?
It failed in https://ci.appveyor.com/project/drieseng/ssh-net/builds/48717790/job/ablpqnf51m4drswd/tests 🙁
Maybe it's related to #957