simplessh icon indicating copy to clipboard operation
simplessh copied to clipboard

Add cert support

Open elsgaard opened this issue 3 years ago • 0 comments

Using SSH Certificates with simplessh

It is getting more popular to use certificates for ssh authentication, which i have added to simplessh.

In short, we need to parse the user’s private key and the certificate, create a signer using both the certificate and the private key, and use that as an auth method.

In order to keep this PR as small as possible, i have not added support for passphrases etc, but will follow in a separate PR

elsgaard avatar Dec 28 '22 21:12 elsgaard