##-----------------------------------------------------------------------------
## shellinabox.txt - Shellinabox daemon
##
## Creation:     2010-02-21  gk (Gero Kuhlmann)
## Last Update:  2010-02-21  gk (Gero Kuhlmann)
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# Optional package:
#------------------------------------------------------------------------------
OPT_SHELLINABOX='no'

# Host to connect to
SHELLINABOX_HOST='myhost.remote.net'

# shellinabox web server URI
SHELLINABOX_URI=''
#SHELLINABOX_URI='/shell'

# Port for shellinabox webserver. If empty, don't open an
# external port (for example to be used with a reverse-proxy
# like pound)
SHELLINABOX_PORT=''
#SHELLINABOX_PORT='443'

