Variable: tramp-completion-use-auth-sources

tramp-completion-use-auth-sources is a customizable variable defined in tramp.el.gz.

Value

t

Documentation

Whether to use auth-source-search for completion of user and host names.

This could be disturbing, if it requires a password / passphrase, as for "~/.authinfo.gpg".

This variable was added, or its default value changed, in Emacs 27.1.

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defcustom tramp-completion-use-auth-sources auth-source-do-cache
  "Whether to use `auth-source-search' for completion of user and host names.
This could be disturbing, if it requires a password / passphrase,
as for \"~/.authinfo.gpg\"."
  :version "27.1"
  :type 'boolean)