diff options
Diffstat (limited to 'lisp/net/tramp-sh.el')
| -rw-r--r-- | lisp/net/tramp-sh.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 7a3f3fe8f02..a51edae1482 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -118,7 +118,9 @@ detected as prompt when being sent on echoing hosts, therefore.") | |||
| 118 | 118 | ||
| 119 | ;;;###tramp-autoload | 119 | ;;;###tramp-autoload |
| 120 | (defcustom tramp-use-ssh-controlmaster-options t | 120 | (defcustom tramp-use-ssh-controlmaster-options t |
| 121 | "Whether to use `tramp-ssh-controlmaster-options'." | 121 | "Whether to use `tramp-ssh-controlmaster-options'. |
| 122 | Set it to nil, if you use Control* or Proxy* options in your ssh | ||
| 123 | configuration." | ||
| 122 | :group 'tramp | 124 | :group 'tramp |
| 123 | :version "24.4" | 125 | :version "24.4" |
| 124 | :type 'boolean) | 126 | :type 'boolean) |