No description
Find a file
KLuka 62871a605d Issue #186: Does not build on OpenBSD
* Added stdint.h include for uintptr_t compilation error
2015-03-17 13:32:05 +01:00
contrib Cleanup of debian control file before 2.11. 2012-03-31 17:08:27 -07:00
debian Remove trailing whitespace 2015-03-11 17:56:36 +01:00
demo Remove trailing whitespace 2015-03-11 17:56:36 +01:00
libhttp Issue #186: Does not build on OpenBSD 2015-03-17 13:32:05 +01:00
logging Remove trailing whitespace 2015-03-11 17:56:36 +01:00
misc Updated README.md 2015-03-12 15:28:14 +01:00
shellinabox Better handling of Ctrl-W event 2015-03-14 13:30:18 +01:00
.gitignore Issue #173: Keyboard icon on dark background 2015-03-10 17:04:06 +01:00
aclocal.m4 Fixed a check() failure that was caused by incorrect handling of partially 2010-08-27 22:22:15 +00:00
AUTHORS First public release of the version 2.0 rewrite. This is the 2008-12-29 23:57:07 +00:00
ChangeLog Automake requires ChangeLog file 2015-03-11 16:40:42 +01:00
CHANGELOG.md Update CHANGELOG.md 2015-03-11 12:07:12 +00:00
commit Add automatic notification about new releases. 2010-07-16 16:20:52 +00:00
config.guess Updated debian/ for dh7. 2012-03-30 13:12:22 -07:00
config.h.in Minor clean ups. Came up with a feature test for the function signature used 2010-09-29 18:15:05 +00:00
config.sub Updated debian/ for dh7. 2012-03-30 13:12:22 -07:00
configure Second try :-) 2010-10-02 23:54:49 +00:00
configure.ac Raised version to 2.15 2015-03-08 15:36:50 +01:00
COPYING Started working on support for WebSockets. 2010-03-29 16:40:17 +00:00
depcomp First public release of the version 2.0 rewrite. This is the 2008-12-29 23:57:07 +00:00
etc-pam.d-shellinabox-example Added some documentation explaining how to configure ShellInABox on Fedora. 2009-11-23 04:53:38 +00:00
GPL-2 First public release of the version 2.0 rewrite. This is the 2008-12-29 23:57:07 +00:00
INSTALL Remove trailing whitespace 2015-03-11 17:56:36 +01:00
install-sh Fixed SVN properties. 2009-02-17 04:37:38 +00:00
INSTALL.Debian Addes a dependency on the "openssl" command line tool to the Debian package. 2009-03-23 16:15:27 +00:00
ltmain.sh Fixed a NULL pointer dereference that can occur when hostnames 2010-07-02 19:00:33 +00: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 Update change log file name in Makefiles 2015-03-11 12:46:16 +00:00
Makefile.in Update change log file name in Makefiles 2015-03-11 12:46:16 +00:00
missing First public release of the version 2.0 rewrite. This is the 2008-12-29 23:57:07 +00:00
NEWS First public release of the version 2.0 rewrite. This is the 2008-12-29 23:57:07 +00:00
README First public release of the version 2.0 rewrite. This is the 2008-12-29 23:57:07 +00:00
README.Fedora Remove trailing whitespace 2015-03-11 17:56:36 +01:00
README.md Update README.md with Debian info 2015-03-13 13:09:19 +01: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 Remove trailing whitespace 2015-03-11 17:56:36 +01:00
update Fixed typo 2009-07-09 07:51:10 +00:00

shellinabox

This is unofficial fork of project shellinabox. 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.

Shell In A Box preview

More information:

Build

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

  1. Install dependencies

     apt-get install git dpkg-dev debhelper autotools-dev libssl-dev libpam0g-dev zlib1g-dev libssl1.0.0 libpam0g
    
  2. Clone source files and move to project directory

     git clone https://github.com/shellinabox/shellinabox.git && cd shellinabox
    
  3. Run autotools in project directory

     autoreconf -i
    
  4. Run configure and make in project directory

     ./configure && make
    

For building and installing .deb packages you can use commands listed bellow.

  1. Build package

    dpkg-buildpackage -b
    
  2. Install package

    dpkg -i ../shellianbox_{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.