Skip to content
/ ssh-bot Public

ssh-bot is a dummy ssh hosts management tool.

License

Notifications You must be signed in to change notification settings

zeckli/ssh-bot

Repository files navigation

ssh-bot

A dummy ssh hosts management tool

ssh-bot

Build Status Code Style

Description

ssh-bot is a dummy ssh hosts management tool written in Typescript. It makes connectinng remote hosts and managing host information a little bit easier. 🦊

Install

npm install -g ssh-bot

Usage

Initalize

To make ssh-bot work, you have to initialize it at the first time.

shb init

Add host

After initialization, you can add hosts that you often connect to.

shb add

Connect

To connect a host, you only need to shb with ssh additional options such as -A and -p.

shb [options]

For example:

shb -A -p 22

ssh-bot

Edit host

You can always edit host information that you've added.

shb edit

List hosts

See all hosts you've added.

shb list

Remove host

Remove a host from hosts list.

shb remove

Reset

If you want to remove all hosts, you could do a reset.

shb reset

Help

Show help information about ssh-bot.

shb help

You can also get current version.

shb version

License

MIT

About

ssh-bot is a dummy ssh hosts management tool.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published