/WebSSH

Web interface for sshing

Primary LanguageTypeScriptMIT LicenseMIT

WebSSH

About

WebSSH is a site that allows for running commands on a VPS via SSH in your browser. It accomplishes this by sending commands to the backend of the site, which lets it execute the commands for you.

Usage

Setup:

$ git clone https://github.com/FireStreaker2/WebSSH.git
$ cd WebSSH
$ npm i

For development:

$ npm run dev

For production:

$ npm run build
$ npm start

License

MIT