Skip to main content

Simple SSH key management service

Project description

Latest PyPI version https://travis-ci.org/spoqa/geofront.svg?branch=master https://img.shields.io/coveralls/spoqa/geofront.svg

Geofront is a simple SSH key management server. It helps to maintain servers to SSH, and authorized_keys list for them. Read the docs for more details.

Situations

  • If the team maintains authorized_keys list of all servers owned by the team:

    • When someone joins or leaves the team, all lists have to be updated.

    • Who do update the list?

  • If the team maintains shared private keys to SSH servers:

    • These keys have to be expired when someone leaves the team.

    • There should be a shared storage for the keys. (Dropbox? srsly?)

    • Everyone might need to add -i option to use team’s own key.

  • The above ways are both hard to scale servers. Imagine your team has more than 10 servers.

Idea

  1. Geofront has its own master key. The private key is never shared. The master key is periodically and automatically regened.

  2. Every server has a simple authorized_keys list, which authorizes only the master key.

  3. Every member registers their own public key to Geofront. The registration can be omitted if the key storage is GitHub, Bitbucket, etc.

  4. A member requests to SSH a server, then Geofront temporarily (about 30 seconds, or a minute) adds their public key to authorized_keys of the requested server.

Prerequisites

Author and license

Geofront is written by Hong Minhee, maintained by Spoqa, and licensed under AGPL3 or later. You can find the source code from GitHub:

$ git clone git://github.com/spoqa/geofront.git

Missing features

  • Google Apps backend [#3]

  • Bitbucket backend [#4]

  • Fabric integration

  • PuTTY integration

(Contributions would be appreciated!)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Geofront-0.3.0.tar.gz (36.6 kB view details)

Uploaded Source

Built Distribution

Geofront-0.3.0-py3-none-any.whl (47.1 kB view details)

Uploaded Python 3

File details

Details for the file Geofront-0.3.0.tar.gz.

File metadata

  • Download URL: Geofront-0.3.0.tar.gz
  • Upload date:
  • Size: 36.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Geofront-0.3.0.tar.gz
Algorithm Hash digest
SHA256 85138db3ea79752450d7cbaac0aefea719f65c93476c3e199474ca0417de4cc4
MD5 8955d70f03777cfef2801be23edbfd21
BLAKE2b-256 0dda1bea1e40270aea1e66a5ca7a03301e75d96c3a6eb27eb67534fd16777d1b

See more details on using hashes here.

Provenance

File details

Details for the file Geofront-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for Geofront-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2725cc69b38f7568d2cc8d2ac9f5d044da81878fe81a5433200282c182662dc5
MD5 d85bf05f26fac44693b8b513ae0a4585
BLAKE2b-256 794b0efef4a1384aee20b6e6bbc8deb7a8b6f02d53afcd85566f31e1e7c62e95

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page