Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.4 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.4 KB

gh-ssh-keygen

banner

Install (on MacOS)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/maxam2017/gh-ssh-keygen/HEAD/install.sh)"

Usage

gh-ssh-keygen

or use once (without installation)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/maxam2017/gh-ssh-keygen/HEAD/gh-ssh-keygen.sh)"

Demo

demo.mp4

Manual

NAME
     gh-ssh-keygen 🔑 - adding a new SSH key to your GitHub account automatically

VERSION
     0.0.1

SYNOPSIS
     gh-ssh-keygen [-hv]

DESCRIPTION
     Want to enable authentication for Git operations over SSH?
     This script helps you generate a SSH key on your local machine and add the key to your account on GitHub.com.
     See more detail on GitHub official document - https://docs.github.com/en/authentication/connecting-to-github-with-ssh


     The following options are available:

     -h     show this message
     -v     get the version

ENVIRONMENT
     Currently only works on MacOS.

AUTHOR
     maxam2017 🦕

Uninstall

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/maxam2017/gh-ssh-keygen/HEAD/uninstall.sh)"

License

Distributed under the MIT License. See license for more information.