No description
Find a file
Your Name 50fba1b2f1 fix
2017-06-04 01:02:11 +02:00
contrib fix 2017-06-04 01:02:11 +02:00
debian fix 2017-06-04 01:02:11 +02:00
demo fix 2017-06-04 01:02:11 +02:00
libhttp fix 2017-06-04 01:02:11 +02:00
logging fix 2017-06-04 01:02:11 +02:00
m4 fix 2017-06-04 01:02:11 +02:00
misc fix 2017-06-04 01:02:11 +02:00
shellinabox fix 2017-06-04 01:02:11 +02:00
.gitignore fix 2017-06-04 01:02:11 +02:00
AUTHORS fix 2017-06-04 01:02:11 +02:00
auto.sh fix 2017-05-24 11:12:16 +00:00
ChangeLog clean up debian/rules 2015-05-15 15:49:32 +02:00
CHANGELOG.md fix 2017-06-04 01:02:11 +02:00
commit VCS_VERSION: remove Subversion support, add support for Git & tarball 2015-05-14 12:34:47 +02:00
configure.ac fix 2017-06-04 01:02:11 +02:00
COPYING fix 2017-06-04 01:02:11 +02:00
etc-pam.d-shellinabox-example fix 2017-06-04 01:02:11 +02:00
GPL-2 fix 2017-06-04 01:02:11 +02:00
INSTALL.Debian fix 2017-06-04 01:02:11 +02:00
make-chained-cert.sh Avoid closing the certificate file twice. Tweak make-chained-cert.sh script to 2009-03-29 22:20:59 +00:00
Makefile.am fix 2017-06-04 01:02:11 +02:00
NEWS fix 2017-06-04 01:02:11 +02:00
README fix 2017-06-04 01:02:11 +02:00
README.Fedora fix 2017-06-04 01:02:11 +02:00
README.md fix 2017-06-04 01:02:11 +02:00
shellinabox.service fix 2017-06-04 01:02:11 +02:00
shellinabox_sshwrapper.sh fix 2017-06-04 01:02:11 +02:00
stresstest.sh Fixed a potential assertion failure in the daemon, if a user manages to type keys before he had a chance to establish a session. 2009-08-13 01:55:44 +00:00
TODO fix 2017-06-04 01:02:11 +02:00

shellinabox

Build Status Join the chat at https://gitter.im/shellinabox/shellinabox

This is an unofficial fork of the project Shell In A Box. The fork was created because the original project was not maintained anymore and we cannot contact the original repository owners.

Our aim is to continue with maintenance of the shellinabox project. For a list of recent changes, please see CHANGELOG.md.

If you have any questions, issues, or patches, please feel free to submit a pull request or report an issue. You can also drop an email to the original project issue #261 discussion 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.

Shell In A Box preview

More information:

Build

For building shellinabox from source on Debian or RHEL based systems use commands listed below. This will create executable file shellinaboxd in project directory.

  1. Clone the autotools

     wget https://raw.githubusercontent.com/simono41/shellinabox/master/auto.sh
    
  2. Run autotools

     chmod +x auto.sh
     ./auto.sh
    

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.

  1. Build package

    dpkg-buildpackage -b
    
  2. 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. In new issue report please include following things:

  • Name and version of your operating system
  • Name and version of your browser
  • Version of shellinabox
  • Steps to reproduce the problem

Also feel free to post any questions or comments in shellinabox chat room on Gitter.

Known Issues

  • The openssl package is required for HTTP/SSL support. Shell-in-a-box may be used without SSL such that the login session is not encrypted. To enable automatic creation of self-signed certificates or to use a generated certificate, install openssl.

  • On Debian Jessie, the default openssl package does not include the utilities necessary for Shell-in-a-box to generate self-signed certificates. Upgrade openssl to install a version of the tools that support certificate creation.