Variable: tramp-password-prompt-not-unique

tramp-password-prompt-not-unique is a variable defined in tramp.el.gz.

Value

nil

Documentation

Whether several passwords might be requested.

This shouldn't be set explicitly. It is let-bound, for example during direct remote copying with scp.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defvar tramp-password-prompt-not-unique nil
  "Whether several passwords might be requested.
This shouldn't be set explicitly.  It is let-bound, for example
during direct remote copying with scp.")