Skip to content

mlgupta/keyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6896408 · May 7, 2021

History

47 Commits
Nov 10, 2020
Jul 18, 2020
Mar 3, 2021
Jul 18, 2020
Oct 6, 2020
Aug 25, 2020
Jan 4, 2021
Oct 29, 2020
Oct 23, 2020
Jul 18, 2020
Jul 18, 2020
May 7, 2021
Aug 27, 2020
Aug 27, 2020

Repository files navigation

Docker Image Version (latest by date) Docker Image Size (latest by date) GitHub issues GitHub last commit GitHub CodeQL
Keyper Architecture

Keyper is an SSH Key Based Authentication Manager. It standardizes and centralizes the storage of SSH public keys for all Linux users in your organization saving significant time and effort it takes to manage SSH public keys on each Linux Server. Keyper is a lightweight container taking less than 100MB. It is launched either using Docker or Podman. You can be up and running within minutes instead of days.

Features include:

  • Public key storage
  • Public Key Expiration
  • Forced Key rotation
  • Streamlined provision or de-provisioning of users
  • Segmentation of Servers using groups
  • Policy definition to restrict user's access to server(s)
  • Centralized user account lockout
  • Docker container

Installation/Build

If you are looking to build docker image for Keyper SSH Key based authentication manager head over to keyper-docker project. Follow the steps if you intend to run keyper as standalone REST API:

  1. Clone this git repository
$ git clone https://github.com/dbsentry/keyper.git
  1. Initialize python environment
$ cd keyper
$ rm -rf env/*
$ python3 -m venv env
$ . env/bin/activate
$ pip install -r requirements.txt
  1. Modify config.py and adjust variables per your environment
  2. Modify ldapDefn.py to map correct attributes per the directory server you are planning to use. If you are using openldap, you should be able to use this file as is.
  3. Start using gunicorn
$ gunicorn -w 4 "app:create_app()" --bind 0.0.0.0:8000

Refer to the administration guide for further information.

Related Projects

License

All assets and code are under the GNU GPL LICENSE and in the public domain unless specified otherwise.

Some files were sourced from other open source projects and are under their terms and license.

About

REST API for Keyper SSH Key Based Authentication Manager.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages