]> andersk Git - test.git/commitdiff
Added an example for the SSH service option.
authorMarkus Gutschke <markus@shellinabox.com>
Thu, 30 Jul 2009 18:12:54 +0000 (18:12 +0000)
committerMarkus Gutschke <markus@shellinabox.com>
Thu, 30 Jul 2009 18:12:54 +0000 (18:12 +0000)
config.h
configure
configure.ac
demo/vt100.js
shellinabox/shell_in_a_box.js
shellinabox/shellinaboxd.man.in
shellinabox/vt100.js

index e31c08b8f60b16fc66852170bca33ac3fc7d2459..5c6a33a5e3b6df274b4986424844449a2610850b 100644 (file)
--- a/config.h
+++ b/config.h
 #define STDC_HEADERS 1
 
 /* Most recent revision number in the version control system */
-#define VCS_REVISION "158"
+#define VCS_REVISION "161"
 
 /* Version number of package */
 #define VERSION "2.9"
index 1c487793860db7d34f8ebb4404e3dd84d372c47f..73113f0c500107fe113858513bf1dce4078f3dc4 100755 (executable)
--- a/configure
+++ b/configure
@@ -2037,7 +2037,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-VCS_REVISION=158
+VCS_REVISION=161
 
 
 cat >>confdefs.h <<_ACEOF
index c4ba524ce3d518cbc4ecf5b1b9ccd13bb28ffac0..d72a01dd60f5004583d0fd128e967bc0969c5044 100644 (file)
@@ -2,7 +2,7 @@ AC_PREREQ(2.57)
 
 dnl This is the one location where the authoritative version number is stored
 AC_INIT(shellinabox, 2.9, markus@shellinabox.com)
-VCS_REVISION=158
+VCS_REVISION=161
 AC_SUBST(VCS_REVISION)
 AC_DEFINE_UNQUOTED(VCS_REVISION, "${VCS_REVISION}",
                    [Most recent revision number in the version control system])
index 80d9d860f4e58490b219c9f3376b7737b4f921d2..708115fd7a2e3950d4ec5eec7de88c7e21553f86 100644 (file)
@@ -1693,7 +1693,7 @@ VT100.prototype.toggleBell = function() {
 };
 
 VT100.prototype.about = function() {
-  alert("VT100 Terminal Emulator " + "2.9 (revision 158)" +
+  alert("VT100 Terminal Emulator " + "2.9 (revision 161)" +
         "\nCopyright 2008-2009 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com");
 };
index 64fe95262dbcb4158285b6f839428539b1d97971..b693d11d79105da00d7f255f5fa238eaa4acaa78 100644 (file)
@@ -355,7 +355,7 @@ ShellInABox.prototype.extendContextMenu = function(entries, actions) {
 };
 
 ShellInABox.prototype.about = function() {
-  alert("Shell In A Box version " + "2.9 (revision 158)" +
+  alert("Shell In A Box version " + "2.9 (revision 161)" +
         "\nCopyright 2008-2009 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com" +
         (typeof serverSupportsSSL != 'undefined' && serverSupportsSSL ?
index 4a41371ae6e7e903d79dc9ec0e5ca47410ce074d..4dd43a8a65a10e08ae11f4825a70d33d68f7fcad 100644 (file)
@@ -518,6 +518,12 @@ with SSL/TLS support disabled.
 .B shellinaboxd -t -f beep.wav:/dev/null
 Runs all services with the audible-bell permanently disabled.
 .TP
+.B shellinaboxd -s /:SSH:example.org
+The terminal connects to a
+.B ssh
+session on
+.IR example.org .
+.TP
 .B shellinaboxd -t -s /:AUTH:HOME:/bin/bash
 Interactively request the user's name and password prior to launching
 a Bourne shell. This command can be run by unprivileged users. But if
index 80d9d860f4e58490b219c9f3376b7737b4f921d2..708115fd7a2e3950d4ec5eec7de88c7e21553f86 100644 (file)
@@ -1693,7 +1693,7 @@ VT100.prototype.toggleBell = function() {
 };
 
 VT100.prototype.about = function() {
-  alert("VT100 Terminal Emulator " + "2.9 (revision 158)" +
+  alert("VT100 Terminal Emulator " + "2.9 (revision 161)" +
         "\nCopyright 2008-2009 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com");
 };
This page took 0.061124 seconds and 5 git commands to generate.