this post was submitted on 04 Oct 2024
11 points (100.0% liked)

Terminal Emulators

98 readers
1 users here now

A home for discussion of terminal emulators for all platforms.

RULES:

founded 2 months ago
MODERATORS
 

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.

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.

Homepage - Github

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 month ago

That's pretty sweet.