Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ierror committed Mar 18, 2018
1 parent b6f370e commit 92d3968
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ clean:

release: pre_compile
cargo build --release --target=x86_64-apple-darwin
# cargo build --release --target=x86_64-unknown-linux-gnu
# cargo build --release --target=i686_64-unknown-linux-gnu

test:
cargo test --jobs=4 -- --test-threads=4
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ Central managment and deployment for SSH keys
### Features

* Central managament of public SSH keys and servers in a simple and readable JSON database
* Sync authorized user to the servers authorized_keys
* Sync authorized users to the servers authorized_keys
* User Groups
* Diff of authorized_keys to sync and the existing one

## Download prebuilt binaries
## Download prebuilt binaries (v0.0.1)

* [macOS](https://github.com/ierror/ssh-permit-a38/releases/download/untagged-94dd6630270e1c52de39/ssh-permit-a38-v0.0.1-x86_64-apple-darwin.zip)
* [Linux x86_64](https://github.com/ierror/ssh-permit-a38/releases/download/untagged-9c99cc16257f8a32cfab/ssh-permit-a38-v0.0.1-x86_64-unknown-linux-gnu.zip)

## Build from source

Expand Down

0 comments on commit 92d3968

Please sign in to comment.