Variable: tramp-completion-function-alist-rsh
tramp-completion-function-alist-rsh is a variable defined in
tramp-sh.el.gz.
Value
((tramp-parse-rhosts "/etc/hosts.equiv")
(tramp-parse-rhosts "~/.rhosts"))
Documentation
Default list of (FUNCTION FILE) pairs to be examined for rsh methods.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
;;;###tramp-autoload
(defconst tramp-completion-function-alist-rsh
'((tramp-parse-rhosts "/etc/hosts.equiv")
(tramp-parse-rhosts "~/.rhosts"))
"Default list of (FUNCTION FILE) pairs to be examined for rsh methods.")