diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2013-04-15 10:52:19 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2013-04-15 10:52:19 +0200 |
commit | 7a55aa139a4d9977844afafae4f368977d555daf (patch) | |
tree | 26c962671f3465a95765f41e88c8547eca9c13fa /doc | |
parent | 4d9a0979f6930ef23ef0b05996cc737002b25e06 (diff) | |
download | emacs-7a55aa139a4d9977844afafae4f368977d555daf.tar.gz |
* tramp.texi (Frequently Asked Questions): New item for
ControlPath settings.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/misc/tramp.texi | 17 |
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 285097c5553..a5b2edbc26f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2013-04-15 Michael Albinus <michael.albinus@gmx.de> + + * tramp.texi (Frequently Asked Questions): New item for + ControlPath settings. + 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com> * calc.texi: (Basic Operations on Units): Streamline some diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 4837b4456be..42a3156c1e9 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -3124,6 +3124,23 @@ Host * @item +@value{tramp} does not use my @command{ssh} @code{ControlPath} + +Your @code{ControlPath} setting will be overwritten by @command{ssh} +sessions initiated by @value{tramp}. This is because a master +session, initiated outside @value{emacsname}, could be closed, which +would stall all other @command{ssh} sessions for that host inside +@value{emacsname}. + +Consequently, if you connect to a remote host via @value{tramp}, you +might be prompted for a password again, even if you have established +already an @command{ssh} connection to that host. Further +@value{tramp} connections to that host, for example in order to run a +process on that host, will reuse that initial @command{ssh} +connection. + + +@item File name completion does not work with @value{tramp} When you log in to the remote machine, do you see the output of |