You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings! We do have an API for syncing authorized_keys. This file is bidirectional, meaning you can download and upload and we will diff and patch your authorized pubkeys on the pico platform.
GitHub provides a nice public API for pulling a user's public keys https://docs.github.com/en/rest/users/keys?apiVersion=2022-11-28#list-public-keys-for-a-user, and the Ubuntu installer allows you to import keys by default: https://jasonmurray.org/posts/2020/ubuntuautosshkey/.
Evidently GitLab has the same: https://docs.github.com/en/rest/users/keys?apiVersion=2022-11-28#list-public-keys-for-a-user which incidentally uses a compatible response schema.
https://api.github.com/users/glingy/keys
https://gitlab.com/api/v4/users/glingy/keys
Would it be feasible to add the ability to import keys from a GitHub or gitlab account to easily import several keys quickly into pico.sh?
The text was updated successfully, but these errors were encountered: