Closed GoogleCodeExporter closed 9 years ago
Try adding giving this command line option to shellinaboxd:
-s /something:LOGIN
It tells ShellInABox that all URLs are relative to "/something".
If you are using the Debian startup files, you can add this option in
"/etc/default/shellinabox"; change the last line to read:
SHELLINABOX_ARGS="--no-beep -s /something:LOGIN"
You might or might not also have to give the "--disable-ssl" option. This
depends on the details of how you configured your reverse proxy.
Original comment by zod...@gmail.com
on 9 Jul 2010 at 4:20
Original comment by zod...@gmail.com
on 9 Jul 2010 at 4:21
Thanks, Your tips was very useful ;)
I set this if someone needs also login as root:
SHELLINABOX_ARGS="--no-beep -t -s /debug:AUTH:HOME:/bin/bash --localhost-only"
Original comment by sandrofa...@gmail.com
on 9 Jul 2010 at 9:50
Original issue reported on code.google.com by
sandrofa...@gmail.com
on 9 Jul 2010 at 2:36