883b7aa7f0
* Recogniton of HTTP header field 'X-Real-IP' was added. Value is used in LOGIN service with peer name as remote host identifier. This was we are able to see real IP in login related log files such as /var/log/auth.log, etc... * Real IP, peer name and URL are also passed to launched service as environment variables (SHELLINABOX_PEERNAME, SHELLINABOX_REALIP and SHELLINABOX_URL). This can be used by custom user service shell scripts or programs. * Real IP can also be passed to custom user service as command line parameter ${realip}. |
||
---|---|---|
contrib | ||
debian | ||
demo | ||
libhttp | ||
logging | ||
m4 | ||
misc | ||
shellinabox | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
CHANGELOG.md | ||
commit | ||
configure.ac | ||
COPYING | ||
etc-pam.d-shellinabox-example | ||
GPL-2 | ||
INSTALL.Debian | ||
make-chained-cert.sh | ||
Makefile.am | ||
NEWS | ||
README | ||
README.Fedora | ||
README.md | ||
stresstest.sh | ||
TODO |
shellinabox
This is unofficial fork of project Shell In A Box. Fork was created because original project is not maintained anymore and we cannot contact original repository owners.
Our aim is to continue with maintanince of shellinabox project. For list of recent changes please see CHANGELOG.md.
If you have any questions, issues or patches, please fell free to submit pull request or report an issue. You can also drop an email to original project issue #261 discusion from where this fork started.
About shellinabox
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.
More information:
Build
For building shellinabox from source on Debian based systems use commands listed
below. This will create executable file shellinaboxd
in project directory.
-
Install dependencies
apt-get install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf
-
Clone source files and move to project directory
git clone https://github.com/shellinabox/shellinabox.git && cd shellinabox
-
Run autotools in project directory
autoreconf -i
-
Run configure and make in project directory
./configure && make
Debian package
For building and installing .deb
packages you can use commands listed bellow.
Note that dependencies from the first step above are also required.
-
Build package
dpkg-buildpackage -b
-
Install package
dpkg -i ../shellinabox_{ver}_{arch}.deb
For more information about .deb
packages please see INSTALL.Debian file.
Issues
All reported issues were imported from Google Code Project Issues. You can report new issues here, but first please try to reproduce them with package created from our sources.