Skip to content

Gururaj26/ssh-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7842361 ยท Sep 22, 2020

History

45 Commits
Jan 30, 2019
May 30, 2018
Jan 29, 2019
May 30, 2018
Feb 2, 2019
Jan 30, 2019
Jan 31, 2019
Feb 1, 2019
Sep 22, 2020
Sep 22, 2020
Jan 30, 2019

Repository files navigation

License: MIT npm version Open Source Love

SSH Generator

Simple tool to generate ssh keys. Every time when i used to create ssh keys it generally took at least 10mins as a beginner. It will not take more than 2mins to create your ssh keys using this.

Built to save 5mins of life ๐Ÿ‘Œ !

If you think so, support me with a star and a follow ๐Ÿ˜˜

Usage

With npm installed, run

npm install -g ssh-generator

Create your ssh keys with SSH Generator

ssh-generator

Select one of the three big git services for which you want to create your keys for. Or select custom to create keys for custom domains.

Why ?

As mentioned above it generally took at least 10-15mins for me to create those keys and get them up and running. Post searching for the steps again and again. This shouldn't take more than a minute to create your ssh keys.

Built With

  • Inquirer - Interactive CLI user interface.
  • npm - Package manager

Roadmap

  • List all the keys in local and specific service.
  • update keys to github, bitbucket and gitlab respectively with users authentication
  • -- Suggestions? DM me on twitter Gururaj

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used