Variable: auth-source-pass-port-separator
auth-source-pass-port-separator is a customizable variable defined in
auth-source-pass.el.gz.
Value
":"
Documentation
Separator string between host and port in entry filename.
This variable was added, or its default value changed, in Emacs 27.1.
Probably introduced at or before Emacs version 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/auth-source-pass.el.gz
(defcustom auth-source-pass-port-separator ":"
"Separator string between host and port in entry filename."
:type 'string
:version "27.1")