Skip to content

groundwater/node-wssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSSH

Websocket Shell Server and Client Like SSH but over HTTP

Starts nsh by default, so you should probably install that npm i -g bin-nsh or change the shell in the source.

Install

Server Install

git clone https://github.com/jacobgroundwater/node-wssh.git
cd node-wssh
npm start

Client Install

npm i -g wssh
wssh $SERVER

node-os Install

Run the Server

npkg install wssh
npkg start wssh

Client

npkg install wssh
wssh $SERVER

Version 0 Anti-Features

  1. no https
  2. no authentication
  3. poor error handling
  4. no tests
  5. remote shell is hard-coded

Roadmap

  1. fixing the above

About

Websocket Shell Server and Client

Resources

Stars

Watchers

Forks

Packages

No packages published