File shellinabox.sysconfig of Package shellinabox
## Path : System/Management
## Description : Configuration for shellinaboxd daemon
# For details see shellinaboxd(1) man page
## Type : string
## Default : "shellinabox"
## ServiceRestart : shellinaboxd
SHELLINABOXD_USER=shellinabox
## Type : string
## Default : "shellinabox"
## ServiceRestart : shellinaboxd
SHELLINABOXD_GROUP=shellinabox
## Type : string
## Default : "/etc/shellinabox/certs"
## ServiceRestart : shellinaboxd
SHELLINABOXD_CERTDIR="/etc/shellinabox/certs"
## Type : integer
## Default : 4200
## ServiceRestart : shellinaboxd
# If you change this, make sure to also change the corresponding
# firewalld service.
SHELLINABOXD_PORT=4200
## Type : string
## Default : "--service=/:LOGIN --disable-ssl-menu"
## ServiceRestart : shellinaboxd
SHELLINABOXD_OPTS="--service=/:LOGIN --disable-ssl-menu"
#
# For fancy configuration with right-click menu choice for
# black-on-white, add:
#
# --user-css Normal:+black-on-white.css,Reverse:-white-on-black.css
#
# See shellinaboxd(1) man page for more options.