Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfinelli/rush
an ssh certificate client and server
https://github.com/mfinelli/rush
ssh
Last synced: about 1 month ago
JSON representation
an ssh certificate client and server
- Host: GitHub
- URL: https://github.com/mfinelli/rush
- Owner: mfinelli
- License: agpl-3.0
- Created: 2022-05-14T15:10:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T02:09:14.000Z (over 2 years ago)
- Last Synced: 2024-06-20T20:33:25.635Z (7 months ago)
- Topics: ssh
- Language: Go
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rush
An ssh certificate client and server.
## server
The server component is responsible for generating and signing certificates
when they are requested either by a host or by a user.### authentication
Rush currently supports basic authentication via an `htpasswd` file. You can
generate one and add new users like so (you'll be prompted for the password):```shell
htpasswd -c /etc/rush/htpasswd username
```