Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

emre/storm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c752def · Aug 7, 2018
Feb 22, 2016
Jun 28, 2016
Mar 26, 2016
May 13, 2014
Aug 7, 2018
May 13, 2014
Mar 6, 2017
Jul 23, 2014
Jul 8, 2013
Nov 14, 2013
Oct 2, 2017
May 13, 2014
May 1, 2014
Apr 16, 2014
May 1, 2014
Aug 7, 2018
Apr 4, 2018
Jun 28, 2016

Repository files navigation

---

Join the chat at https://gitter.im/emre/storm

Build Status

storm is a command line tool to manage your ssh connections.

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.)

dependencies

On Debian systems, install header files and a static library for Python (python3.4-dev or python2.7-dev)

On Ubuntu 16.04, you need install libssl-dev and libffi-dev (sudo apt-get install libssl-dev libffi-dev)

installation

$ [sudo] pip install stormssh

or if you like 90s:

$ [sudo] easy_install stormssh

or if you like homebrew:

$ brew install stormssh

or if prefer using a package manager in your distro:

Distro Package
Archlinux python-stormssh
Opensuse python-stormssh
Void Linux python-stormssh

troubleshooting installation

clang: error: unknown argument: '-mno-fused-madd'

error: command 'cc' failed with exit status 1

See #73. If the issue persists, see also #76 .

usage & documentation

http://stormssh.readthedocs.org/en/master/

screens

web ui