Simple SSH manager for busy and lazy people.
If you have many servers to manage, you can use this tool to manage. You can add, remove, edit, and list your servers. You can also login to your server by using this tool. It can be handy if you are a freelancer, DevOps, or anyone that need to handle multiple servers.
This tool not save your password, it only save your private key location. If your server require password, you have to type it every time you login.
- Add, remove, edit, list and detail your servers.
Install it globally.
npm i -g sshmgr
now you can call it by type sshmgr
on your computer.
- Config file stored on
$HOME
directory on a file called.sshmgr.config.json
. It will automatically created when not exists.
MIT
Copyright © 2023 Sony Arianto Kurniawan <[email protected]> and contributors.