Skip to content

Instantly share code, notes, and snippets.

View bootc's full-sized avatar

Chris Boot bootc

View GitHub Profile
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: etcd-proxy
namespace: kube-system
labels:
app: etcd-proxy
spec:
template:
metadata:
@bootc
bootc / keybase.md
Created April 5, 2015 16:22
keybase.md

Keybase proof

I hereby claim:

  • I am bootc on github.
  • I am bootc (https://keybase.io/bootc) on keybase.
  • I have a public key whose fingerprint is 8467 53CB 1921 3142 C56D C918 F5C8 3C05 D9CE EEEE

To claim this, I am signing this object:

#!/usr/bin/python
#
# pam_python module to authenticate using SSH keys in an SSH agent
# Copyright (C) 2014 Chris Boot <bootc@bootc.net>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#