Skip to content

NoobsArePeople2/switch-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

switch-ssh

Command line utility for switching SSH keys. Useful if you need to maintain multiple SSH keys on a single system.

Installation

$ npm install -g switch-ssh

Usage

$ switch-ssh -p your-profile

Assumptions

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

License

switch-ssh is licensed under the MIT license.

About

Command line utility for switching SSH keys.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published