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

plumbing: transport/ssh, support more formats in NewPublicKeys SSH helper #298

Merged
merged 2 commits into from Apr 16, 2021

Commits on Apr 16, 2021

  1. Add failing ED25519 encrypted PEM test

    Signed-off-by: Hidde Beydals <hello@hidde.co>
    hiddeco committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    832d390 View commit details
    Browse the repository at this point in the history
  2. Support more formats in NewPublicKeys SSH helper

    By switching to `ParsePrivateKey` and `ParsePrivateKeyWithPassphrase`
    from `crypto/ssh`, which has support for RSA (PKCS#1), PKCS#8, DSA
    (OpenSSL), and ECDSA private keys.
    
    Signed-off-by: Hidde Beydals <hello@hidde.co>
    hiddeco committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    022cc6c View commit details
    Browse the repository at this point in the history