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.
Server Install
git clone https://github.com/jacobgroundwater/node-wssh.git
cd node-wssh
npm start
Client Install
npm i -g wssh
wssh $SERVER
Run the Server
npkg install wssh
npkg start wssh
Client
npkg install wssh
wssh $SERVER
- no https
- no authentication
- poor error handling
- no tests
- remote shell is hard-coded
- fixing the above