Variable: tramp-null-hop
tramp-null-hop is a variable defined in tramp.el.gz.
Value
(tramp-file-name nil "root" nil "1630e54a4ac0" nil nil nil)
Documentation
Connection hop which identifies the virtual hop before the first one.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;; Needed for `tramp-read-passwd' and `tramp-get-remote-null-device'.
(defconst tramp-null-hop
(make-tramp-file-name :user (user-login-name) :host tramp-system-name)
"Connection hop which identifies the virtual hop before the first one.")