I hereby claim:
- I am petersellars on github.
- I am psellars (https://keybase.io/psellars) on keybase.
- I have a public key ASDDYLQbYHO3Z89-w_hrVxpfozgc9j0WHETIl2FC37GzJwo
To claim this, I am signing this object:
# On Ubuntu/Mint you will need the yubico ppa if you want the Yubico management | |
# tools | |
# NB. It appears the yubikey-personalization is no longer maintained by Yubico, | |
# so at some point may want to remove the yubikey-personalization installed | |
# applications | |
sudo -E apt-add-repository -y ppa:yubico/stable | |
sudo -E apt-get -qy update | |
sudo -E apt-get -qy install yubikey-personalization-gui \ |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Requirements | |
# You will need to have created a GitHub Access Token with admin:public_key permissions | |
# Usage | |
# chmod +x autokey-github.sh | |
# ./autokey-github.sh <YOUR-GITHUB-ACCESS-TOKEN> | |
# Reference |