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:
I hereby claim:
To claim this, I am signing this object:
| #!/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 |