Variable: tramp-ssh-controlmaster-options
tramp-ssh-controlmaster-options is a variable defined in
tramp-sh.el.gz.
Value
nil
Documentation
Which ssh Control* arguments to use.
If it is a string, it should have the form
"-o ControlMaster=auto -o ControlPath=tramp.%%C
-o ControlPersist=no". Percent characters in the ControlPath
spec must be doubled, because the string is used as format string.
Otherwise, it will be auto-detected by Tramp, if
tramp-use-connection-share is t. The value depends on the
installed local ssh version.
The string is used in tramp-methods.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
(defvar tramp-ssh-controlmaster-options nil
"Which ssh Control* arguments to use.
If it is a string, it should have the form
\"-o ControlMaster=auto -o ControlPath=tramp.%%C
-o ControlPersist=no\". Percent characters in the ControlPath
spec must be doubled, because the string is used as format string.
Otherwise, it will be auto-detected by Tramp, if
`tramp-use-connection-share' is t. The value depends on the
installed local ssh version.
The string is used in `tramp-methods'.")