Skip to content

WISH: List public keys of other pico.sh users => encrypt and sign messages #199

@HenrikBengtsson

Description

@HenrikBengtsson

Just like GitHub allows us to list public keys of other users;

$ curl -s https://github.com/bob.keys
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFhj0e/TthyrXlaTTSyd6B7/J4XpPwAHruiOJAnDOk52
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICzeSiOPuhuLSqzS9ljy8SlptJjXrlU16O1dQPQkOT0l
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILZzs/Uawuom1WUvl24j7LryC8/C2+NBNkwJJ41TH7T3
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAv91jFaTvWprx3mo07uDSB5jI0Fzyu8xOuqgz9HGmu+UyvqfpGD33dB9Di+hx+Ug/e49KLgRWr7EMKpHg8vMzb7C00k0mt7tALS4pDBrqGOTd9IM3SAmwR0qm2ynH7m0+JIrLrxF31TUhG/Z520gEeDnAS/dOlmvS+CasopVgkXfQa1gyN9zVYSTsSh6anhKxjCk6TvWVoiZXBAf8khs6NaSAyicTQu94F8YXWJAjSJEPaPzyM5RVK7GvoyOYhvUwUfGOgj+FJ9/p+Mii60mRDegtfFO1JHVUJbT6vhDgx/jRs5vtVvEAP7sfUyLp0G9MzsHSNJRTQ8Y0hq5paHb6Kw==

It would be useful if one could list public keys of another pico.sh user, e.g.

$ ssh pico.sh keys bob

Knowing another user's public key would allow you to send them encrypted messages that only they can decrypt. You could also sign your own messages and they could validate with your public keys on pico.sh that you've sent it.

FWIW, the default could be to list your own keys, e.g.

$ ssh pico.sh keys

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions