Giter VIP home page Giter VIP logo

ansible-ssh-sign's Introduction

#! - Core Infrastructure

http://github.com/hashbang/hashbang

About

This repository contains the design documents and documentation for Hashbang's overall infrastructure.

Likewise, its associated issue tracker is used for keeping track of infra-wide issues, bugs, improvements, ...

Services

Currently we provide the following services:

Documentation

Notes

Use at your own risk. You may be eaten by a grue.

Questions/Comments?

Talk to us via:

Email | IRC | Github

ansible-ssh-sign's People

Contributors

hyperized avatar kellerfuchs avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mr-redbaron

ansible-ssh-sign's Issues

Support threshold signing

Ideally, we could have a setup that requires k-out-of-n admins collaborating to sign a host key.
This way, the CA key is never exposed to a single machine.

While the crypto for this exists, the tooling does not :-(

Handle key rotation/revokation

We should be able to revoke keys when needed.

Unfortunately, revoking the host keys involves having people update their copy of the KRL (key revokation list) periodically.
While this is very easy on the shell servers (keep a copy of the KRL in /etc, put a configuration directive in /etc/ssh/ssh_config for the client to take it into account), we cannot expect all users to do the right thing. As such, we should only issue certificates with limited validity period (say, 4 months) and handle renewing the certs as needed.

This requires:

  • properly saving the certs (for later revokation);
  • writing a script to drop expired certs from the KRL;
  • creating a new cert if the old one expires within some threshold.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.