timonier/storm
Manage your SSH like a boss
⚠️ This project is no longer maintained. ⚠️
# 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
.
Run the command storm
:
# See all storm options
storm --help
# Run storm
storm add hostA morgan@1.1.1.1
# success "hostA" updated successfully.
docker pull timonier/storm