From 347a733d011e23b5cc85425e66c57eacbe579e87 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 7 Mar 2018 21:03:01 +0100 Subject: [PATCH] Stretch fix Add disable-ssl to prevent a failure of shellinabox because of the reverse proxy without ssl. (Not tested on jessie) Still there's a problem, no login prompt are printed. The sysvinit script need to be tweaked to remove this fucking `-q` to see anything in syslog... --- conf/shellinabox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/shellinabox b/conf/shellinabox index 5d0bbea..c5d47db 100644 --- a/conf/shellinabox +++ b/conf/shellinabox @@ -15,4 +15,4 @@ SHELLINABOX_PORT=__PORT__ # # Beeps are disabled because of reports of the VLC plugin crashing # Firefox on Linux/x86_64. -SHELLINABOX_ARGS="--no-beep --localhost-only" +SHELLINABOX_ARGS="--no-beep --localhost-only --disable-ssl"