This file is indexed.

/usr/share/sftpcloudfs/sftpcloudfs.conf is in sftpcloudfs 0.12.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
# sftpcloudfs example configuration file
#

[sftpcloudfs]

# Authentication URL (eg RackSpace Cloud Files, OpenStack)
auth-url = (empty)

# Host RSA key used by the server.
host-key-file = /etc/sftpcloudfs/sftpcloudfs.key

# Address to bind.
bind-address = 0.0.0.0

# Port to bind.
# port = 8022

# Memcache server(s) for external cache (eg 127.0.0.1:11211)
# Can be a comma-separated list.
# memcache = (empty)

# Maximum number of workers.
# max-children = 20

# Log file location.
log-file = /var/log/sftpcloudfs/sftpcloudfs.log

# Enable logging to system logger (daemon facility).
# syslog = no

# Show detailed information on logging.
# verbose = no

# Pid file location when in daemon mode.
pid-file = /var/run/sftpcloudfs/sftpcloudfs.pid

# UID to drop privileges when in daemon mode.
uid = (empty)

# GID to drop privileges when in daemon mode.
gid = (empty)

# EOF