Install Shell In A Box on Debian/Ubuntu - Browser Based Terminal Emulator
i12bretro
#ShellInABox #Linux #SSH
Full steps can be found at https://i12bretro.github.io/tutorials/0582.html
What is Shell In A Box?
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. - https://code.google.com/archive/p/shellinabox/ 01. Log into the Linux device 02. Run the following commands in a terminal window # update software repositories sudo apt update # install available software updates sudo apt upgrade -y # install shellinabox sudo apt install openssl shellinabox -y # start and enable shellinabox service sudo systemctl enable shellinabox --now 03. Open a web browser and navigate to https://DNSorIP:4200 04. Welcome to Shell In A Box 05. Login and do terminal things
Connect with me and others
Discord: https://discord.com/invite/EzenvmSHW8 Twitter: https://twitter.com/i12bretro ... https://www.youtube.com/watch?v=RlmseyRSYj8
9489242 Bytes