wssh
v0.1.0
Published
Websocket shell server and client
Downloads
7
Readme
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
- no https
- no authentication
- poor error handling
- no tests
- remote shell is hard-coded
Roadmap
- fixing the above