Skip to content

Instantly share code, notes, and snippets.

@vesche
Last active May 11, 2016 20:18
Show Gist options
  • Save vesche/db621f5ca5fa7d6647e2b59c8c91ce0a to your computer and use it in GitHub Desktop.
Save vesche/db621f5ca5fa7d6647e2b59c8c91ce0a to your computer and use it in GitHub Desktop.
/etc/default/shellinabox
# Should shellinaboxd start automatically
SHELLINABOX_DAEMON_START=1
# TCP port that shellinboxd's webserver listens on
SHELLINABOX_PORT=4200
# Parameters that are managed by the system and usually should not need
# changing:
# SHELLINABOX_DATADIR=/var/lib/shellinabox
# SHELLINABOX_USER=shellinabox
# SHELLINABOX_GROUP=shellinabox
# Any optional arguments (e.g. extra service definitions). Make sure
# that that argument is quoted.
#
# Beeps are disabled because of reports of the VLC plugin crashing
# Firefox on Linux/x86_64.
SHELLINABOX_ARGS="--no-beep"
SHELLINABOX_ARGS="--localhost-only"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment