Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.7 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.7 KB
Sponsor GitHub Sponsors Discord npm npm

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

sshmgr

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 <sony@sony-ak.com> and contributors.