Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am toli on github.
  • I am toli (https://keybase.io/toli) on keybase.
  • I have a public key whose fingerprint is 4AA3 99DE 4A7A 9C38 A496 F2A6 BD43 668F 75B5 0B68

To claim this, I am signing this object:

@toli
toli / get-github-keys
Created December 9, 2016 19:55 — forked from mikedougherty/get-github-keys
Bash script to fetch public keys of a github user
#!/bin/bash
# get-github-keys
# pipe the output to an ~/.ssh/authorized_keys file to grant ssh access
# of a system to a github user. Probably has other uses as well!
set +x
set +e
set -u
set -o pipefail