Variable: tramp-use-ssh-controlmaster-options

tramp-use-ssh-controlmaster-options is a customizable variable defined in tramp-sh.el.gz.

Value

t

Documentation

Whether to use tramp-ssh-controlmaster-options(var)/tramp-ssh-controlmaster-options(fun).

Set it to nil, if you use Control* or Proxy* options in your ssh configuration.

This variable was added, or its default value changed, in Emacs 28.1.

Probably introduced at or before Emacs version 24.4.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
(defcustom tramp-use-ssh-controlmaster-options (not (eq system-type 'windows-nt))
  "Whether to use `tramp-ssh-controlmaster-options'.
Set it to nil, if you use Control* or Proxy* options in your ssh
configuration."
  :group 'tramp
  :version "28.1"
  :type 'boolean)