Re: Partial Authentication success support

2022-12-16 Thread Daniel Stenberg via libssh2-devel
On Fri, 16 Dec 2022, Andrew Grafham via libssh2-devel wrote: does libssh2 support big endian systems? Yes. If it does not, that's a bug. -- / daniel.haxx.se -- libssh2-devel mailing list libssh2-devel@lists.haxx.se https://lists.haxx.se/listinfo/libssh2-devel

Partial Authentication success support

2022-12-16 Thread Andrew Grafham via libssh2-devel
Hi, I've been having a look at adding support for partial authentication success - so that we can use libssh2 to connect to a server that requires both a private key and a password for authentication.This is documented in RFC 4252, section 5.1 - currently as far as I can see libssh2 doesn't look a