storm is a command line tool to manage your ssh connections.
Requirements: Python 3.11+
features
- adding, editing, deleting, listing, searching across your SSHConfig.
- command alias support for your CLI preferences.
- support for custom SSH directives.
- scriptable as a python library.
- user interfaces besides cli. (web ui, wxpython, unity(ubuntu) indicator.)
$ pip install stormsshor from source:
$ git clone https://github.com/intrepidsilence/storm.git
$ cd storm
$ pip install .or if you like homebrew:
$ brew install stormsshor if you prefer using a package manager in your distro:
| Distro | Package |
|---|---|
| Archlinux | python-stormssh |
| Opensuse | python-stormssh |
| Void Linux | python-stormssh |
http://stormssh.readthedocs.org/en/master/
web ui


