Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 524 Bytes

File metadata and controls

15 lines (11 loc) · 524 Bytes

SSH Key Swapper

This is a simple CLI tool that allows you to easily swap between different SSH keys on your machine.

I am aware projects like this exist, but I wanted to create my own version as a simple side-project.

Todo

  • Ensure all errors are handled
    • Organize subcommands into their own functions
  • Create public keys from provided private keys
  • Generate new SSH key pairs
  • Add more options for each subcommand
  • Installation docs, usage, etc.
  • Add CI/CD via GitHub Actions