aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathan DeMasi <jon.demasi@colorado.edu>2019-06-05 11:24:22 -0600
committerJonathan DeMasi <jon.demasi@colorado.edu>2019-06-05 11:24:22 -0600
commit6f38dcfbc7c4b29be72eff87291aedfc15a54307 (patch)
tree5919f823cced44432e274b69b0f4e2fcc32c3e5a /README.md
parentc7abe8bbff24089aafe409268047ca90679fc66b (diff)
downloadgh_authkey_checker-6f38dcfbc7c4b29be72eff87291aedfc15a54307.tar
gh_authkey_checker-6f38dcfbc7c4b29be72eff87291aedfc15a54307.tar.gz
gh_authkey_checker-6f38dcfbc7c4b29be72eff87291aedfc15a54307.tar.bz2
gh_authkey_checker-6f38dcfbc7c4b29be72eff87291aedfc15a54307.tar.lz
gh_authkey_checker-6f38dcfbc7c4b29be72eff87291aedfc15a54307.tar.xz
gh_authkey_checker-6f38dcfbc7c4b29be72eff87291aedfc15a54307.tar.zst
gh_authkey_checker-6f38dcfbc7c4b29be72eff87291aedfc15a54307.zip
formatting?
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4c7fbcf..67c411f 100644
--- a/README.md
+++ b/README.md
@@ -9,5 +9,7 @@ Per FHS, this most likely belongs in `/opt`, but I'm sticking it in `/usr/local/
## Configuration
This utility is only tested on Arch and CentOS 7 at this point. Uncomment/add/modify the following lines in `/etc/ssh/sshd_config`:
+```
AuthorizedKeysCommand /usr/local/sbin/gh_authkey_checker
AuthorizedKeysCommandUser root
+```