Skip to content

Instantly share code, notes, and snippets.

View petersellars's full-sized avatar
✈️
Travelling for Work

Peter Sellars petersellars

✈️
Travelling for Work
View GitHub Profile
# 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 \
@petersellars
petersellars / keybase.md
Created April 30, 2018 08:43
keybase.md

Keybase proof

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:

@petersellars
petersellars / autokey-github.sh
Last active March 4, 2024 21:23
Automate SSH Key generation on a machine for use with GitHub
#!/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