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

Support comments in keys #18

Merged
merged 5 commits into from
Aug 8, 2023
Merged

Support comments in keys #18

merged 5 commits into from
Aug 8, 2023

Commits on Aug 8, 2023

  1. ssh-tpm-agent: Implement key comments

    Signed-off-by: Morten Linderud <[email protected]>
    Foxboron committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    966fba6 View commit details
    Browse the repository at this point in the history
  2. keygen: Fix public key comment

    - Fix support for adding `-C` to the .pub file
    - Set default comment to user@host
    
    Signed-off-by: Morten Linderud <[email protected]>
    stigtsp authored and Foxboron committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    dc24947 View commit details
    Browse the repository at this point in the history
  3. key_test: Run CreateKey under one test

    Signed-off-by: Morten Linderud <[email protected]>
    Foxboron committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    445cba9 View commit details
    Browse the repository at this point in the history
  4. key_test: Add tests for comments

    Signed-off-by: Morten Linderud <[email protected]>
    Foxboron committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c81bcd9 View commit details
    Browse the repository at this point in the history
  5. ssh-tpm-keygen: parse comment from public key on import

    Signed-off-by: Morten Linderud <[email protected]>
    Foxboron committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9f3cfb6 View commit details
    Browse the repository at this point in the history