github-keygen

Automate GitHub SSH key generation and configuration setup

brewmacoslinux
Try with needOr install directly
Source

About

Bootstrap GitHub SSH configuration

Commands

github-keygen

Examples

Generate SSH key and configure GitHub access interactively$ github-keygen
Generate SSH key for specific GitHub user with custom settings$ github-keygen -t rsa -b 4096 -C 'user@example.com'
Display generated SSH public key for GitHub account registration$ cat ~/.ssh/id_rsa.pub