Variable: tramp-system-name
tramp-system-name is a variable defined in tramp.el.gz.
Value
"304787f05e0e"
Documentation
The system name Tramp is running locally.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;; Since Emacs 26.1, `system-name' can return nil at build time if
;; Emacs is compiled with "--no-build-details". We do expect it to be
;; a string. (Bug#44481, Bug#54294)
;;;###tramp-autoload
(defconst tramp-system-name (or (system-name) "")
"The system name Tramp is running locally.")