Function: tramp-parse-rhosts

tramp-parse-rhosts is a byte-compiled function defined in tramp.el.gz.

Signature

(tramp-parse-rhosts FILENAME)

Documentation

Return a list of (user host) tuples allowed to access.

Either user or host may be nil.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defun tramp-parse-rhosts (filename)
  "Return a list of (user host) tuples allowed to access.
Either user or host may be nil."
  (tramp-parse-file filename #'tramp-parse-rhosts-group))