aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
```