matthunter / mussh-client

Multi-SSH client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Multi-SSH client

License:MIT License


Languages

Language:JavaScript 98.3%Language:CSS 1.7%