The private key file has a header / footer of: -----BEGIN OPENSSH PRIVATE KEY-----
-----END OPENSSH PRIVATE KEY----- Thank you, Brad Turnbough Senior Technology Analyst P: 309.272.2739 F: 309.272.2839 www.betterbanks.com www.glasfordbank.com NOTICE: The information contained in this email and any document attached hereto is intended only for the named recipient(s). If you are not the intended recipient, nor the employee or agent responsible for delivering this message in confidence to the intended recipient(s), you are hereby notified that you have received this transmittal in error, and any review, dissemination, distribution or copying of this transmittal or its attachments is strictly prohibited. If you have received this transmittal and/or attachments in error, please notify me immediately by reply e-mail and then delete this message, including any attachments. www.statestreetbank.com-----Original Message----- From: Nick Couchman <[email protected]> Sent: Friday, May 26, 2023 2:10 PM To: [email protected] Subject: Re: Authentication using Private SSH Key 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]
