a web-based terminal emulator for ssh or other command line tools
Shell In A Box implements a web server that can export arbitrary command line tools (e.g. ssh) 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.
Shell In A Box implements a web server that can export arbitrary command line tools (e.g. ssh) 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.
To install shellinabox, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install shellinabox
To see what files were installed by shellinabox, run:
port contents shellinabox
To later upgrade shellinabox, run:
sudo port selfupdate && sudo port upgrade shellinabox
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.