Skip to content

Instantly share code, notes, and snippets.

View coatezy's full-sized avatar
🏍️

Tom Coates coatezy

🏍️
View GitHub Profile

Keybase proof

I hereby claim:

  • I am coatezy on github.
  • I am coatezy (https://keybase.io/coatezy) on keybase.
  • I have a public key ASAaTH3OOtNeEGHrvQzrI7dIajKQYxiEU3T3Gx5xkVaDygo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am coatezy on github.
  • I am coatezy (https://keybase.io/coatezy) on keybase.
  • I have a public key ASDr1J6ykIruK62oTzwgn4ULDxKt32VO_doTvbtcUx8Y3go

To claim this, I am signing this object:

@coatezy
coatezy / generate_authorized_keys.py
Last active April 18, 2017 13:10
Prints all GitHub organization users SSH keys. Can be used in automation to add github users to ~/.ssh/authorized_keys
#!/usr/bin/env python
#
# Fetches users SSH keys for a GitHub organization and prints them
# Can be used to update ~/.ssh/authorized_keys file
#
# Eg.
# generate_authorized_keys.py simpleweb > ~/.ssh/authorized_keys
#