]> git.eshelyaron.com Git - emacs.git/commitdiff
* tramp.texi (Connection caching): Host names must be different
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 29 Oct 2007 20:17:03 +0000 (20:17 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 29 Oct 2007 20:17:03 +0000 (20:17 +0000)
when tunneling.

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

index 1aade36076d952ed89d6783c250de4d0a4aeea5a..fcb1f0ac651d83b1c6b399dc80405ccf8da24a8c 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Connection caching): Host names must be different
+       when tunneling.
+
 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus.texi, gnus-faq.texi, message.texi: Bump version to
index 2e37c2206c958552758dfe59ae62fb937d4df60d..e208f54b38bc17ec40e18b1e0a1d6be820b992b2 100644 (file)
@@ -1594,6 +1594,20 @@ exiting @value{emacsname}.  You can simply remove this file if
 Using such persistent information can be disabled by setting
 @code{tramp-persistency-file-name} to @code{nil}.
 
+Once consequence of reusing connection related information is that
+@var{tramp} needs to distinguish hosts.  If you, for example, run a
+local @code{sshd} on port 3001, which tunnels @command{ssh} to another
+host, you could access both @file{@trampfn{ssh, , localhost,}} and
+@file{@trampfn{ssh, , localhost#3001,}}.  @var{tramp} would use the
+same host related information (like paths, Perl variants, etc) for
+both connections, although the information is valid only for one of
+them.
+
+In order to avoid trouble, you must use another host name for one of
+the connections, like introducing a @option{Host} section in
+@file{~/.ssh/config} (@pxref{Frequently Asked Questions}) or applying
+multiple hops (@pxref{Multi-hops}).
+
 
 @node Remote Programs
 @section How @value{tramp} finds and uses programs on the remote machine.
@@ -2800,7 +2814,7 @@ Host xy
 
 The file name left to type would be @kbd{C-x C-f @trampfn{ssh, , xy,
 /opt/news/etc}}.  Depending on files in your directories, it is even
-possible to complete the hostname with @kbd{C-x C-f
+possible to complete the host name with @kbd{C-x C-f
 @value{prefix}ssh@value{postfixhop}x @key{TAB}}.
 
 @item Use environment variables: