* tramp.texi (Frequently Asked Questions): New item for
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 15 Apr 2013 08:52:19 +0000 (10:52 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 15 Apr 2013 08:52:19 +0000 (10:52 +0200)
ControlPath settings.

doc/misc/ChangeLog
doc/misc/tramp.texi

index 285097c..a5b2edb 100644 (file)
@@ -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
index 4837b44..42a3156 100644 (file)
@@ -3123,6 +3123,23 @@ Host *
 @end example
 
 
+@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}