Function: tramp-parse-shosts

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

Signature

(tramp-parse-shosts FILENAME)

Documentation

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

User is always nil.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defun tramp-parse-shosts (filename)
  "Return a list of (user host) tuples allowed to access.
User is always nil."
  (tramp-parse-file filename #'tramp-parse-shosts-group))