Skip to content

add SSH key support #140

Description

@flypenguin

apparently git-age does not support the age SSH key encryption:

$ git-age add-recipient myself -k $HOME/.ssh/id_ed25519.pub
git-age: error: failed to get identities: error at line 1: unknown identity type: "ssh-ed25519 [...]"

age itself seems to support it:

$ age -h
Usage:
[...]
RECIPIENT can be an age public key generated by age-keygen ("age1...")
or an SSH public key ("ssh-ed25519 AAAA...", "ssh-rsa AAAA...").
[...]
Identity files contain one or more secret keys ("AGE-SECRET-KEY-1..."),
one per line, or an SSH key. [...]

this would be super helpful.

greetings! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions