0.1.4 • Published 5 years ago

ssh-bot v0.1.4

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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

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