Variable: tramp-crypt-save-encfs-config-remote
tramp-crypt-save-encfs-config-remote is a customizable variable
defined in tramp-crypt.el.gz.
Value
t
Documentation
Whether to keep the encfs configuration file in the encrypted remote directory.
This variable was added, or its default value changed, in Emacs 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-crypt.el.gz
(defcustom tramp-crypt-save-encfs-config-remote t
"Whether to keep the encfs configuration file in the encrypted remote directory."
:group 'tramp
:version "28.1"
:type 'boolean)