Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cert support #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

elsgaard
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant