Giter Club home page Giter Club logo

github-key-rotator's Introduction

GitHub Key Rotator

The GitHub Key Rotator (gkr) is a CLI tool to automate the process of rotating GitHub / GitHub Enterprise SSH keys.

Quick start

  • Make sure your computer has:

    • node: >=12.0.0
    • npm: >=6.0.0
    • ssh-agent, ssh-keygen & ssh-add
  • Create a GitHub personal access token

    • please do check the admin:public_key permision for the token
  • Install the CLI:

    npm install -g github-key-rotator
    
  • Generate the key with CLI

    gkr -e YOUR_EMAIL -t YOUR_GITHUB_ACCESS_TOKEN
    # more usage please see gkr --help
  • Config your ~/.ssh/config to have:

    ######Add this section only if you are on MacOS######
    Host *
      AddKeysToAgent yes
      UseKeychain yes
    #####################################################
    
    Host github.com                  # or your GitHub Enterprise Domain
      Hostname github.com            # or your GitHub Enterprise Domain
      IdentityFile ~/.ssh/github     # same as the arg of `--file -f` you pass to the CLI, default is `~/.ssh/github`
      IdentitiesOnly yes

Development scripts

  • npm test: run tests (currently only run linting)
  • npm run lint: run lint & typecheck
  • npm run build: build the cli for local
  • npm start: dev with ts-node

github-key-rotator's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.