tramp-completion-function-alist-ssh

tramp-completion-function-alist-ssh is a variable defined in `tramp-sh.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Default list of (FUNCTION FILE) pairs to be examined for ssh methods.

Value:

((tramp-parse-rhosts "/etc/hosts.equiv") (tramp-parse-rhosts "/etc/shosts.equiv") (tramp-parse-shosts "/etc/ssh_known_hosts") (tramp-parse-sconfig "/etc/ssh_config") (tramp-parse-shostkeys "/etc/ssh2/hostkeys") (tramp-parse-sknownhosts "/etc/ssh2/knownhosts") (tramp-parse-rhosts "~/.rhosts") (tramp-parse-rhosts "~/.shosts") (tramp-parse-shosts "~/.ssh/known_hosts") (tramp-parse-sconfig "~/.ssh/config"))