sshmgr
v0.2.4
Published
Simple SSH manager for busy and lazy people.
Downloads
4
Maintainers
Readme
sshmgr
Simple SSH manager for busy and lazy people.
Overview
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.
Features
- Add, remove, edit, list and detail your servers.
Installation
Install it globally.
npm i -g sshmgr
now you can call it by type sshmgr
on your computer.
Screenshot
Technical notes
- Config file stored on
$HOME
directory on a file called.sshmgr.config.json
. It will automatically created when not exists.
License
MIT
Copyright © 2023 Sony Arianto Kurniawan <[email protected]> and contributors.