0.1.4 • Published 7 years ago
ssh-bot v0.1.4
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-botUsage
Initalize
To make ssh-bot work, you have to initialize it at the first time.
shb initAdd host
After initialization, you can add hosts that you often connect to.
shb addConnect
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 22Edit host
You can always edit host information that you've added.
shb editList hosts
See all hosts you've added.
shb listRemove host
Remove a host from hosts list.
shb removeReset
If you want to remove all hosts, you could do a reset.
shb resetHelp
Show help information about ssh-bot.
shb helpYou can also get current version.
shb version