On Fri, May 26, 2023 at 2:53 PM Brad Turnbough <[email protected]> wrote: > > I believe it’s “RSA”. > > > > Private key filename: id_rsa > > Public key filename: id_rsa.pub
Yeah, but if you look at the top of the private key file, you'll see something like: -----BEGIN RSA PRIVATE KEY----- or -----BEGIN OPENSSH PRIVATE KEY----- Even if you generate a "RSA" key using later versions of OpenSSH generate it in the OPENSSH format, not RSA. I cannot remember, off the top of my head, if libssh2 (or guacd) supports that format/header. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
