aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathan DeMasi <jon.demasi@colorado.edu>2019-06-05 13:16:32 -0600
committerJonathan DeMasi <jon.demasi@colorado.edu>2019-06-05 13:16:32 -0600
commit4096220a58ef8c94584f9dfe318e5f4f3deb4aa3 (patch)
treec46c10c401b36d1858114bfd1f6ca4e98e0eed6c /README.md
parent0d07d4050753f701ad5eacff21f895ab77e624e9 (diff)
downloadgh_authkey_checker-4096220a58ef8c94584f9dfe318e5f4f3deb4aa3.tar
gh_authkey_checker-4096220a58ef8c94584f9dfe318e5f4f3deb4aa3.tar.gz
gh_authkey_checker-4096220a58ef8c94584f9dfe318e5f4f3deb4aa3.tar.bz2
gh_authkey_checker-4096220a58ef8c94584f9dfe318e5f4f3deb4aa3.tar.lz
gh_authkey_checker-4096220a58ef8c94584f9dfe318e5f4f3deb4aa3.tar.xz
gh_authkey_checker-4096220a58ef8c94584f9dfe318e5f4f3deb4aa3.tar.zst
gh_authkey_checker-4096220a58ef8c94584f9dfe318e5f4f3deb4aa3.zip
error in docs
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 279cfec..4f131a6 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This is an sshd helper intended to be used in conjunction with the `AuthorizedKe
Simply clone the repository and use `go build -o gh_authkey_checker main.go` to build a binary. This repository is also mirrored on [GitHub](https://github.com/jrdemasi/gh_authkey_checker), because, afterall, it's Go. If you trust me, the most up-to-date copy of the tool can also be found [here](https://files.jthan.io/binaries/gh_authkey_checker "gh_authkey_checker binary download")
## Installation
-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`.
+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 `chown 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, but should work fine on Debian and Ubuntu as well. Uncomment/add/modify the following lines in `/etc/ssh/sshd_config`: