aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathan DeMasi <jon.demasi@colorado.edu>2019-06-05 14:01:46 -0600
committerJonathan DeMasi <jon.demasi@colorado.edu>2019-06-05 14:01:46 -0600
commit7019056f536cdae0a38c2fe8e2d6930e8baf4936 (patch)
treec3bab3bdb72a2627fe4d7276adde8bdd4f8ac9f2 /README.md
parent6e161720e43a371e104ff4125a81aae68217081b (diff)
downloadgh_authkey_checker-7019056f536cdae0a38c2fe8e2d6930e8baf4936.tar
gh_authkey_checker-7019056f536cdae0a38c2fe8e2d6930e8baf4936.tar.gz
gh_authkey_checker-7019056f536cdae0a38c2fe8e2d6930e8baf4936.tar.bz2
gh_authkey_checker-7019056f536cdae0a38c2fe8e2d6930e8baf4936.tar.lz
gh_authkey_checker-7019056f536cdae0a38c2fe8e2d6930e8baf4936.tar.xz
gh_authkey_checker-7019056f536cdae0a38c2fe8e2d6930e8baf4936.tar.zst
gh_authkey_checker-7019056f536cdae0a38c2fe8e2d6930e8baf4936.zip
emphasis
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 61b1735..97e05cf 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# gh_authkey_checker
-This is an sshd helper intended to be used in conjunction with the `AuthorizedKeysCommand` configuration option to check a user's presented key against their GitHub account. This is definitely *not* the most secure thing to do, but can be used for transient instances like Amazon and other cloud instances for temporary deployments so that you, as the admin, don't have to manage SSH keys :-) Just add users and go. *Note: Local usernames must match the user's GitHub account name*
+This is an sshd helper intended to be used in conjunction with the `AuthorizedKeysCommand` configuration option to check a user's presented key against their GitHub account. This is definitely **not** the most secure thing to do, but can be used for transient instances like Amazon and other cloud instances for temporary deployments so that you, as the admin, don't have to manage SSH keys :-) Just add users and go. *Note: Local usernames must match the user's GitHub account name*
## Building
Simply clone the repository and use `go build -o gh_authkey_checker main.go` to build a binary. This repository is also mirrored on [GitHub](https://github.com/jrdemasi/gh_authkey_checker), because, afterall, it's Go. If you trust me, the most up-to-date copy of the tool can also be found [here](https://files.jthan.io/binaries/gh_authkey_checker "gh_authkey_checker binary download")