This project, is a simple CLI to manage multiple SSH Keys easily!
You can install the package via npm:
npm i -g @txsoura/mskm
- Create, List, Delete your SSH key(s);
- Manage all your SSH keys by name;
- Choose and set a default SSH key;
- Display current SSH key name;
- Copy specific SSH public key by name.
create Create a new SSH key.
list List all the available SSH keys.
use Set specific SSH key as default by name.
current Show current SSH key name.
delete Delete specific SSH key by name.
copy Copy specific SSH public key by name.
show Show specific SSH public key by name.
update Update CLI to the latest version.
See the WIKI for documentation.
This project is under MIT license. Go to LICENSE for more details.