Command line utility for switching SSH keys. Useful if you need to maintain multiple SSH keys on a single system.
$ npm install -g switch-ssh
$ switch-ssh -p your-profile
switch-ssh assumes all your keys live in ~/.ssh and are named in the format:
- Private Key: id_rsa{-profile}
- Public Key: id_rsa{-profile}.pub
For example:
- id_rsa-sean
- id_rsa-sean.pub
switch-ssh is licensed under the MIT license.