chevectra87 / storm

Manage your SSH like a boss.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

---

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

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)

####installation

$ [sudo] pip install stormssh

or if you like 90s:

$ [sudo] easy_install stormssh

or if you like homebrew:

$ brew install stormssh

or if you use archlinux or opensuse:

Distro Package
Archlinux python-stormssh
Opensuse 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

About

Manage your SSH like a boss.

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

License:MIT License


Languages

Language:Python 84.4%Language:JavaScript 7.0%Language:Shell 5.6%Language:HTML 3.0%Language:CSS 0.1%