emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master af11532: Clarification in tramp-texi


From: Michael Albinus
Subject: [Emacs-diffs] master af11532: Clarification in tramp-texi
Date: Sat, 9 Sep 2017 06:32:06 -0400 (EDT)

branch: master
commit af11532bb5f5ff8229b84c3ab6888069764bbddf
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Clarification in tramp-texi
    
    * doc/misc/tramp.texi (Connection caching): Two connections are
    regarded as different now when they differ in the port number only.
---
 doc/misc/tramp.texi | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 5e0b1d8..7e8ce75 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1695,18 +1695,6 @@ new one on next Emacs startup.
 Set @option{tramp-persistency-file-name} to @code{nil} to disable
 storing connections persistently.
 
-To reuse connection information from the persistent list,
address@hidden needs to uniquely identify every host.  However in some
-cases, two different connections may result in the same persistent
-information.  For example, connecting to a host using @command{ssh} and
-connecting to the same host through @code{sshd} on port 3001.  Both
-access methods result in nearly identical persistent specifications
address@hidden@trampfn{ssh,localhost,}} and @address@hidden,localhost#3001,}}.
-
-Changing host names could avoid duplicates.  One way is to add a
address@hidden section in @file{~/.ssh/config} (@pxref{Frequently Asked
-Questions}).  Another way is to apply multiple hops (@pxref{Multi-hops}).
-
 When @value{tramp} detects a change in the operating system version in
 a remote host (via the command @command{uname -sr}), it flushes all
 connection related information for that host and creates a new entry.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]