Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Created November 7, 2019 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamemomonga/61468ba616ac15bec7406c631e42815c to your computer and use it in GitHub Desktop.
Save mamemomonga/61468ba616ac15bec7406c631e42815c to your computer and use it in GitHub Desktop.
GitHubに登録されている公開鍵を参照する
apt install jq
bash << 'EOS'
GH_USERNAME=mamemomonga
curl -s "https://api.github.com/users/$GH_USERNAME/keys" | jq -r '.[]|.key+" '$GH_USERNAME'@github/"+(.id|tostring)'
EOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment