aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathan DeMasi <jon.demasi@colorado.edu>2019-06-05 11:24:55 -0600
committerJonathan DeMasi <jon.demasi@colorado.edu>2019-06-05 11:24:55 -0600
commitca11ae673a2edeb7b694f4ea47ed8f885c072e69 (patch)
tree826132f11265c21b8cc40b70b20fe6df4b1a0503 /README.md
parent6f38dcfbc7c4b29be72eff87291aedfc15a54307 (diff)
downloadgh_authkey_checker-ca11ae673a2edeb7b694f4ea47ed8f885c072e69.tar
gh_authkey_checker-ca11ae673a2edeb7b694f4ea47ed8f885c072e69.tar.gz
gh_authkey_checker-ca11ae673a2edeb7b694f4ea47ed8f885c072e69.tar.bz2
gh_authkey_checker-ca11ae673a2edeb7b694f4ea47ed8f885c072e69.tar.lz
gh_authkey_checker-ca11ae673a2edeb7b694f4ea47ed8f885c072e69.tar.xz
gh_authkey_checker-ca11ae673a2edeb7b694f4ea47ed8f885c072e69.tar.zst
gh_authkey_checker-ca11ae673a2edeb7b694f4ea47ed8f885c072e69.zip
final formatting!
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 67c411f..e3981e0 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,6 @@ 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
+AuthorizedKeysCommand /usr/local/sbin/gh_authkey_checker
+AuthorizedKeysCommandUser root
```