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

Agent auth and Keygen #794

Merged
merged 5 commits into from
Mar 5, 2022
Merged

Agent auth and Keygen #794

merged 5 commits into from
Mar 5, 2022

Commits on Feb 28, 2022

  1. Allow to set PrivateKeyFile Key directly

    So you can add your own Key-Classes to SSH.NET
    
    Add ED25519 ctor for just pub key part.
    darinkes committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    5b1edbd View commit details
    Browse the repository at this point in the history
  2. Make ECDSA Key Bits accessible

    You cant export imported CngKeys. To be able to export
    them to agent or Key-Files make the private bits also
    accessible.
    darinkes committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    7e972ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    080a268 View commit details
    Browse the repository at this point in the history
  4. Add Comment Property to Key

    darinkes committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    526707f View commit details
    Browse the repository at this point in the history
  5. Add IPrivateKeySource

    So Extension can add own PrivateKeyFiles, e.g. PuttyKeyFile.
    darinkes committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    1ac1a28 View commit details
    Browse the repository at this point in the history