diff options
| author | Michael Albinus | 2017-09-09 12:31:54 +0200 |
|---|---|---|
| committer | Michael Albinus | 2017-09-09 12:31:54 +0200 |
| commit | af11532bb5f5ff8229b84c3ab6888069764bbddf (patch) | |
| tree | 6816cb8a8687fe9a06c5b70d13e46d38ab3fc989 /doc/misc | |
| parent | be9bc8e67d6caf6d61fe4f46ac5b640ada16ba95 (diff) | |
| download | emacs-af11532bb5f5ff8229b84c3ab6888069764bbddf.tar.gz emacs-af11532bb5f5ff8229b84c3ab6888069764bbddf.zip | |
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.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/tramp.texi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 5e0b1d854f5..7e8ce75f2de 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -1695,18 +1695,6 @@ new one on next Emacs startup. | |||
| 1695 | Set @option{tramp-persistency-file-name} to @code{nil} to disable | 1695 | Set @option{tramp-persistency-file-name} to @code{nil} to disable |
| 1696 | storing connections persistently. | 1696 | storing connections persistently. |
| 1697 | 1697 | ||
| 1698 | To reuse connection information from the persistent list, | ||
| 1699 | @value{tramp} needs to uniquely identify every host. However in some | ||
| 1700 | cases, two different connections may result in the same persistent | ||
| 1701 | information. For example, connecting to a host using @command{ssh} and | ||
| 1702 | connecting to the same host through @code{sshd} on port 3001. Both | ||
| 1703 | access methods result in nearly identical persistent specifications | ||
| 1704 | @file{@trampfn{ssh,localhost,}} and @file{@trampfn{ssh,localhost#3001,}}. | ||
| 1705 | |||
| 1706 | Changing host names could avoid duplicates. One way is to add a | ||
| 1707 | @option{Host} section in @file{~/.ssh/config} (@pxref{Frequently Asked | ||
| 1708 | Questions}). Another way is to apply multiple hops (@pxref{Multi-hops}). | ||
| 1709 | |||
| 1710 | When @value{tramp} detects a change in the operating system version in | 1698 | When @value{tramp} detects a change in the operating system version in |
| 1711 | a remote host (via the command @command{uname -sr}), it flushes all | 1699 | a remote host (via the command @command{uname -sr}), it flushes all |
| 1712 | connection related information for that host and creates a new entry. | 1700 | connection related information for that host and creates a new entry. |