Shell in a box

From Linuxintro
Revision as of 12:19, 27 December 2011 by imported>ThorstenStaerk

Shell in a Box allows you to control a computer over the network using a Linux console in a web page.

  • Download shell in a box from google
wget http://shellinabox.googlecode.com/files/shellinabox-2.10.tar.gz
tar xvzf shellinabox-2.10.tar.gz
yast -i make
cd shellinabox-2.10
./configure && make && make install
  • make sure the firewall is open, here is an example for SUSE Linux:
rcSuSEfirewall2 stop
  • call shell in a box
shellinaboxd &

use proxypass in the apache configuration to forward to its port

See also


This article is a stub and needs improvement. You can help here :)