Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```