1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

* tramp.texi (Frequently Asked Questions): Mention

`tramp-use-ssh-controlmaster-options'.
This commit is contained in:
Michael Albinus 2013-07-29 11:07:30 +02:00
parent 78822e94cb
commit b69c2ea78a
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2013-07-29 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Frequently Asked Questions): Mention
`tramp-use-ssh-controlmaster-options'.
2013-07-26 Tassilo Horn <tsdh@gnu.org>
* gnus.texi (Sorting the Summary Buffer): Document new defcustom

View File

@ -3186,13 +3186,13 @@ for example:
@end lisp
Note, that "%r", "%h" and "%p" must be encoded as "%%r", "%%h" and
"%%p", respectively. The entries of @code{ControlPath},
@code{ControlMaster} and @code{ControlPersist} can be removed from
this setting, if they are configured properly in your
@file{~/.ssh/config}:
"%%p", respectively.
These settings can be suppressed, if they are configured properly in
your @file{~/.ssh/config}:
@lisp
(setq tramp-ssh-controlmaster-options "")
(setq tramp-use-ssh-controlmaster-options nil)
@end lisp