File: sbrshd.default

package info (click to toggle)
sbrsh 7.6.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 368 kB
  • ctags: 491
  • sloc: ansic: 4,880; sh: 134; makefile: 79
file content (44 lines) | stat: -rw-r--r-- 1,035 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Set this to true to enable sbrshd.  Please note that sbrshd should NOT be
# enabled on a host which is connected to a public network as it is insecure!
#
ENABLE=false

# TCP port to listen to.
#
#PORT=1202

# Accept only local connections.  (For example when using an SSH tunnel.)
#
#LOCAL_ONLY=false

# Do not chroot: mount filesystems and run programs in the host environment.
#
#NO_SANDBOX=false

# Allow programs to be run with root privileges.
#
#ALLOW_ROOT=false

# Enable debug logging.
#
#DEBUG=false

# Specify the debug log filename.
#
DEBUG_FILE=/var/log/sbrshd.log

# Timeout in minutes for unmounting filesystems.  "none" disables the
# unmounting.  (Filesystems will always be unmounted at sbrshd shutdown.)
#
#EXPIRATION=15

# Specifies the mount and umount binaries paths. For example when busybox
# mount doesn't have support for external mount helpers. 
#
#MOUNT_BIN=/bin/mount
#UMOUNT_BIN=/bin/umount

# Specifies FUSE fusermount and sshfs binaries.
#
#SSHFS_BIN=/usr/bin/sshfs
#FUSERMOUNT_BIN=/usr/bin/fusermount