timonier/storm

By timonier

Updated over 6 years ago

Manage your SSH like a boss

Image
0

1.2K

README

Manage your SSH like a boss

⚠️ This project is no longer maintained. ⚠️

Installation

# Define installation folder

export INSTALL_DIRECTORY=/usr/bin

# Use local installation

sudo bin/installer install

# Use remote installation

curl --location "https://github.com/timonier/storm/raw/master/bin/installer" | sudo sh -s -- install

Note: If you do not define INSTALL_DIRECTORY, installer will use in /usr/local/bin.

Usage

Run the command storm:

# See all storm options

storm --help

# Run storm

storm add hostA morgan@1.1.1.1
# success  "hostA" updated successfully.

Links

Docker Pull Command

docker pull timonier/storm