aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2013-04-15 10:52:19 +0200
committerMichael Albinus2013-04-15 10:52:19 +0200
commit7a55aa139a4d9977844afafae4f368977d555daf (patch)
tree26c962671f3465a95765f41e88c8547eca9c13fa
parent4d9a0979f6930ef23ef0b05996cc737002b25e06 (diff)
downloademacs-7a55aa139a4d9977844afafae4f368977d555daf.tar.gz
emacs-7a55aa139a4d9977844afafae4f368977d555daf.zip
* tramp.texi (Frequently Asked Questions): New item for
ControlPath settings.
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/tramp.texi17
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 @@
12013-04-15 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Frequently Asked Questions): New item for
4 ControlPath settings.
5
12013-03-31 Jay Belanger <jay.p.belanger@gmail.com> 62013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
2 7
3 * calc.texi: (Basic Operations on Units): Streamline some 8 * 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 *
3124 3124
3125 3125
3126@item 3126@item
3127@value{tramp} does not use my @command{ssh} @code{ControlPath}
3128
3129Your @code{ControlPath} setting will be overwritten by @command{ssh}
3130sessions initiated by @value{tramp}. This is because a master
3131session, initiated outside @value{emacsname}, could be closed, which
3132would stall all other @command{ssh} sessions for that host inside
3133@value{emacsname}.
3134
3135Consequently, if you connect to a remote host via @value{tramp}, you
3136might be prompted for a password again, even if you have established
3137already an @command{ssh} connection to that host. Further
3138@value{tramp} connections to that host, for example in order to run a
3139process on that host, will reuse that initial @command{ssh}
3140connection.
3141
3142
3143@item
3127File name completion does not work with @value{tramp} 3144File name completion does not work with @value{tramp}
3128 3145
3129When you log in to the remote machine, do you see the output of 3146When you log in to the remote machine, do you see the output of