aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathan DeMasi <jon.demasi@colorado.edu>2019-06-05 12:15:52 -0600
committerJonathan DeMasi <jon.demasi@colorado.edu>2019-06-05 12:15:52 -0600
commitfdabe21bdb8ff72b63314f483114581ee2313c59 (patch)
tree26341f7c54bc8d3d7c001fff873105e675e90214 /README.md
parent120b99769b665d2ca518ef74d239e3fbede96c39 (diff)
downloadgh_authkey_checker-fdabe21bdb8ff72b63314f483114581ee2313c59.tar
gh_authkey_checker-fdabe21bdb8ff72b63314f483114581ee2313c59.tar.gz
gh_authkey_checker-fdabe21bdb8ff72b63314f483114581ee2313c59.tar.bz2
gh_authkey_checker-fdabe21bdb8ff72b63314f483114581ee2313c59.tar.lz
gh_authkey_checker-fdabe21bdb8ff72b63314f483114581ee2313c59.tar.xz
gh_authkey_checker-fdabe21bdb8ff72b63314f483114581ee2313c59.tar.zst
gh_authkey_checker-fdabe21bdb8ff72b63314f483114581ee2313c59.zip
clarification about distros
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 ddf1666..279cfec 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Simply clone the repository and use `go build -o gh_authkey_checker main.go` to
Per FHS, this most likely belongs in `/opt`, but I'm sticking it in `/usr/local/sbin` to minimize configuration (again, on testing and short deployment cloud instances). Simply copy the binary you built or downloaded in `/usr/local/sbin`, then `chmod root:root /usr/local/sbin/gh_authkey_checker`. Lastly, make sure that only root can execute, `chmod 700 /usr/local/sbin/gh_authkey_checker`.
## 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`:
+This utility is only tested on Arch and CentOS 7 at this point, but should work fine on Debian and Ubuntu as well. Uncomment/add/modify the following lines in `/etc/ssh/sshd_config`:
```
AuthorizedKeysCommand /usr/local/sbin/gh_authkey_checker
AuthorizedKeysCommandUser root