aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
+```