Re: ssh certificate support

2021-09-13 Thread Will Cosgrove via libssh2-devel
To: "libssh2 development" > Cc: "Benjamin C Forsyth" > Subject: [EXTERNAL] Re: ssh certificate support > Date: Mon, Sep 13, 2021 10:29 AM > > > On Sep 13, 2021, at 12:00 PM, Benjamin C Forsyth via libssh2-devel > > wrote: > > > > I was curious abo

RE: ssh certificate support

2021-09-13 Thread Benjamin C Forsyth via libssh2-devel
Yes, the certificates are generated by OpenSSL or compatible crypto library.   A client will get their ssh public key signed by the same Certificate Authority that the OpenSSH server has been configured with and then present their signed public key as part of the OpenSSH authentication process.   T

Re: ssh certificate support

2021-09-13 Thread Peter Stuge via libssh2-devel
Peter Stuge via libssh2-devel wrote: > > I was curious about using ssh certificates with libssh2. I dug around a > > little and it seemed that support for some of the lower level crypto > > methods are not available. I wasn't sure if I was doing something > > incorrect. > > What methods do you fin

Re: ssh certificate support

2021-09-13 Thread Peter Stuge via libssh2-devel
Felipe Gasper via libssh2-devel wrote: > > Has anyone done authentication with ssh based certificates using libssh2? > > Are you talking about SSL/TLS certificates? I believe no, see man ssh-keygen under CERTIFICATES //Peter -- libssh2-devel mailing list libssh2-devel@lists.haxx.se https://lis

Re: ssh certificate support

2021-09-13 Thread Felipe Gasper via libssh2-devel
> On Sep 13, 2021, at 12:00 PM, Benjamin C Forsyth via libssh2-devel > wrote: > > I was curious about using ssh certificates with libssh2. I dug around a > little and it seemed that support for some of the lower level crypto methods > are not available. I wasn't sure if I was doing something

Re: ssh certificate support

2021-09-13 Thread Peter Stuge via libssh2-devel
Hi Ben, Benjamin C Forsyth via libssh2-devel wrote: > I was curious about using ssh certificates with libssh2. I dug around a > little and it seemed that support for some of the lower level crypto > methods are not available. I wasn't sure if I was doing something > incorrect. What methods do you

ssh certificate support

2021-09-13 Thread Benjamin C Forsyth via libssh2-devel
I was curious about using ssh certificates with libssh2. I dug around a little and it seemed that support for some of the lower level crypto methods are not available. I wasn't sure if I was doing something incorrect.   Has anyone done authentication with ssh based certificates using libssh2?   Tha