This file is indexed.

/etc/cups/cups-x2go.conf is in cups-x2go 3.0.1.3-1.

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
###
###  cups-x2go.conf -- CUPS Backend Configuration
###

## if the CUPS server is X2Go server at the same time, use ,,local'' here, otherwise
## name the hostname of your master X2Go server within in your X2Go cluster. This
## host then is used for querying session information.
#x2goserver = local

## DSA key for user x2goprint (new path and filename, default in cups-x2go backend)
## this private key has to be valid for all X2Go servers that print via the CUPS
## server that cups-x2go is installed on. The corresponding public key has to
## be installed in <remote-x2goserverX>:~x2goprint/.ssh/authorized_keys
#printdsa = /root/.ssh/id_dsa-x2goprint

## command to generate PDF file
## CAUTION: this command MUST output the resulting PDF File to standard output.
#ps2pdf = /usr/bin/gs -q -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=- -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -dDoNumCopies -c .setpdfwrite -f \"%s\"

## loglevel for cups-x2go, possible values: emerg, alert, crit, err, warning, notice, info, debug
#loglevel = notice