https://github.com/cogumm/shellinabox
Exported from code.google.com/p/shellinabox
https://github.com/cogumm/shellinabox
Last synced: 5 months ago
JSON representation
Exported from code.google.com/p/shellinabox
- Host: GitHub
- URL: https://github.com/cogumm/shellinabox
- Owner: cogumm
- License: other
- Created: 2015-10-06T18:44:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T18:56:00.000Z (over 10 years ago)
- Last Synced: 2025-02-07T17:46:27.802Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 192
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Build the package according to the information in INSTALL, then refer to
to the shellinaboxd.1 manual page, or the shellinaboxd.ps PostScript file
for detailed documentation.
======
Overview
Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator. This emulator is accessible to any JavaScript and CSS enabled web browser and does not require any additional browser plugins. Most typically, login shells would be exported this way:
shellinaboxd -s /:LOGIN
This command starts a web server at http://localhost:4200 that allows users to login with their username and password and to get access to their login shell.
All client-server communications are encrypted, if SSL/TLS certificates have been installed.
More details are available in the manual page.
Demo
As a demonstration of the terminal emulator's capabilities, we have connected it to a minimal BASIC interpreter. This code does not require any client-server communications and runs entirely in your browser.