This commit is contained in:
Your Name 2017-06-04 01:02:11 +02:00
parent 15de28e37b
commit 50fba1b2f1
85 changed files with 1 additions and 1 deletions

0
.gitignore vendored Normal file → Executable file
View file

0
AUTHORS Normal file → Executable file
View file

0
CHANGELOG.md Normal file → Executable file
View file

0
COPYING Normal file → Executable file
View file

0
GPL-2 Normal file → Executable file
View file

0
INSTALL.Debian Normal file → Executable file
View file

0
Makefile.am Normal file → Executable file
View file

0
NEWS Normal file → Executable file
View file

0
README Normal file → Executable file
View file

0
README.Fedora Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
TODO Normal file → Executable file
View file

0
configure.ac Normal file → Executable file
View file

0
contrib/README-siab.rb Normal file → Executable file
View file

0
contrib/siab.rb Normal file → Executable file
View file

0
debian/README.available vendored Normal file → Executable file
View file

0
debian/README.enabled vendored Normal file → Executable file
View file

0
debian/README.source vendored Normal file → Executable file
View file

0
debian/changelog vendored Normal file → Executable file
View file

0
debian/compat vendored Normal file → Executable file
View file

0
debian/control vendored Normal file → Executable file
View file

0
debian/copyright vendored Normal file → Executable file
View file

0
debian/docs vendored Normal file → Executable file
View file

0
debian/shellinabox.default vendored Normal file → Executable file
View file

0
debian/shellinabox.dirs vendored Normal file → Executable file
View file

0
debian/shellinabox.examples vendored Normal file → Executable file
View file

0
debian/shellinabox.lintian-overrides vendored Normal file → Executable file
View file

0
debian/shellinabox.preinst vendored Normal file → Executable file
View file

0
debian/shellinabox.prerm vendored Normal file → Executable file
View file

0
debian/source/format vendored Normal file → Executable file
View file

0
debian/source/include-binaries vendored Normal file → Executable file
View file

0
debian/source/options vendored Normal file → Executable file
View file

0
demo/demo.html Normal file → Executable file
View file

0
demo/demo.jspp Normal file → Executable file
View file

0
demo/demo.xml Normal file → Executable file
View file

0
demo/keyboard.html Normal file → Executable file
View file

0
etc-pam.d-shellinabox-example Normal file → Executable file
View file

0
libhttp/hashmap.c Normal file → Executable file
View file

0
libhttp/hashmap.h Normal file → Executable file
View file

0
libhttp/http.h Normal file → Executable file
View file

0
libhttp/httpconnection.c Normal file → Executable file
View file

0
libhttp/httpconnection.h Normal file → Executable file
View file

0
libhttp/libhttp.sym Normal file → Executable file
View file

0
libhttp/server.c Normal file → Executable file
View file

0
libhttp/server.h Normal file → Executable file
View file

0
libhttp/ssl.c Normal file → Executable file
View file

0
libhttp/ssl.h Normal file → Executable file
View file

0
libhttp/trie.c Normal file → Executable file
View file

0
libhttp/trie.h Normal file → Executable file
View file

0
libhttp/url.c Normal file → Executable file
View file

0
libhttp/url.h Normal file → Executable file
View file

0
logging/logging.c Normal file → Executable file
View file

0
logging/logging.h Normal file → Executable file
View file

0
m4/.gitignore vendored Normal file → Executable file
View file

0
misc/embedded.html Normal file → Executable file
View file

0
misc/preview.gif Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 930 KiB

After

Width:  |  Height:  |  Size: 930 KiB

0
misc/preview.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

0
shellinabox.service Normal file → Executable file
View file

0
shellinabox/beep.wav Normal file → Executable file
View file

0
shellinabox/black-on-white.css Normal file → Executable file
View file

0
shellinabox/cgi_root.html Normal file → Executable file
View file

0
shellinabox/color.css Normal file → Executable file
View file

0
shellinabox/enabled.gif Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 847 B

After

Width:  |  Height:  |  Size: 847 B

0
shellinabox/externalfile.c Normal file → Executable file
View file

0
shellinabox/externalfile.h Normal file → Executable file
View file

0
shellinabox/favicon.ico Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

0
shellinabox/keyboard-layout.html Normal file → Executable file
View file

0
shellinabox/keyboard.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
shellinabox/launcher.c Normal file → Executable file
View file

0
shellinabox/launcher.h Normal file → Executable file
View file

0
shellinabox/monochrome.css Normal file → Executable file
View file

0
shellinabox/print-styles.css Normal file → Executable file
View file

0
shellinabox/privileges.c Normal file → Executable file
View file

0
shellinabox/privileges.h Normal file → Executable file
View file

0
shellinabox/root_page.html Normal file → Executable file
View file

0
shellinabox/service.c Normal file → Executable file
View file

0
shellinabox/service.h Normal file → Executable file
View file

0
shellinabox/session.c Normal file → Executable file
View file

0
shellinabox/session.h Normal file → Executable file
View file

0
shellinabox/shell_in_a_box.jspp Normal file → Executable file
View file

0
shellinabox/shellinaboxd.c Normal file → Executable file
View file

0
shellinabox/shellinaboxd.man.in Normal file → Executable file
View file

0
shellinabox/usercss.c Normal file → Executable file
View file

0
shellinabox/usercss.h Normal file → Executable file
View file

2
shellinabox_sshwrapper.sh Normal file → Executable file
View file

@ -2,7 +2,7 @@
# 
read -p "SSH remote host (hostname or ip address): " host;
#
read -p "If a puplic_key authentification?: N or y: " puplic;
read -p "If a puplic_key authentification?: [y/N] : " puplic;
#
read -p "SSH remote port (22): " port;
#