A bot for keeping your ssh authorized_keys
up to date with user's GitHub keys
from https://github.com/{username}.keys
.
WARNING: Only use this if you have two factor auth enabled for your GitHub account and you make sure to delete old keys from your account.
- darwin 386 / amd64
- freebsd 386 / amd64
- linux 386 / amd64 / arm / arm64
- solaris amd64
- windows 386 / amd64
$ go get github.com/jessfraz/sshb0t
$ docker run -d --restart always \
--name sshb0t \
-v ${HOME}/.ssh/authorized_keys:/root/.ssh/authorized_keys \
r.j3ss.co/sshb0t --user jessfraz
_ _ ___ _
___ ___| |__ | |__ / _ \| |_
/ __/ __| '_ \| '_ \| | | | __|
\__ \__ \ | | | |_) | |_| | |_
|___/___/_| |_|_.__/ \___/ \__|
A bot for keeping your ssh authorized_keys up to date with user's GitHub keys
Version: v0.0.5
-d run in debug mode
-interval string
update interval (ex. 5ms, 10s, 1m, 3h) (default "30s")
-keyfile string
file to update the authorized_keys (default "/home/jess/.ssh/authorized_keys")
-user value
GitHub usernames for which to fetch keys
-v print version and exit (shorthand)
-version
print version and exit