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
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
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
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
> 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
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
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