mfinelli / rush

an ssh certificate client and server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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):

htpasswd -c /etc/rush/htpasswd username

About

an ssh certificate client and server

License:GNU Affero General Public License v3.0


Languages

Language:Go 90.6%Language:SCSS 4.6%Language:JavaScript 2.7%Language:Makefile 2.1%