Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 589 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 589 Bytes

Multi-SSH client

Front End for executing commands on multiple SSH servers at the same time.

Features

  • Built in React
  • Pages to manage servers, groups, and commands
  • Opens websocket to run commands. Updates with data when received until command finishes.

Getting started

  • Edit Config.jsx to point to backend address. (Can be nodejs server or go server)
  • Run gulp to start node server
gulp
  • Produce production ready single uglified+minified js file and index page
gulp build //gulp.env = production

Server: https://github.com/matthunter/mussh