wssh

0.1.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    6
  • 0.0.1
    3
  • 0.0.0
    2

Package Sidebar

Install

npm i wssh

Weekly Downloads

4

Version

0.1.0

License

MIT

Last publish

Collaborators

  • groundwater