/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/maxam2017/gh-ssh-keygen/HEAD/install.sh)"
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.mp4
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 π¦
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/maxam2017/gh-ssh-keygen/HEAD/uninstall.sh)"
Distributed under the MIT License. See license for more information.