diff options
| author | Michael Albinus | 2010-09-13 17:32:45 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-09-13 17:32:45 +0200 |
| commit | 371d98018eae63c5263edff3b454958ed1ae6ecb (patch) | |
| tree | 090eb9776fdca896729631d85f1148ae47533db1 | |
| parent | 03c1ad4351c10ec998410e8d34f52ac4a1a0decd (diff) | |
| download | emacs-371d98018eae63c5263edff3b454958ed1ae6ecb.tar.gz emacs-371d98018eae63c5263edff3b454958ed1ae6ecb.zip | |
* tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
"fish" methods.
(External methods): Remove "scp1_old" and "scp2_old" methods.
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 21 |
2 files changed, 6 insertions, 21 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 29cf98e3330..d8346259c6f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-09-13 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and | ||
| 4 | "fish" methods. | ||
| 5 | (External methods): Remove "scp1_old" and "scp2_old" methods. | ||
| 6 | |||
| 1 | 2010-09-09 Michael Albinus <michael.albinus@gmx.de> | 7 | 2010-09-09 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | * tramp.texi: Remove Japanese manual. Fix typo. | 9 | * tramp.texi: Remove Japanese manual. Fix typo. |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 604130d2606..775e4788de0 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -619,10 +619,6 @@ or 2 to connect to the remote host. (You can also specify in | |||
| 619 | @file{~/.ssh/config}, the SSH configuration file, which protocol | 619 | @file{~/.ssh/config}, the SSH configuration file, which protocol |
| 620 | should be used, and use the regular @option{ssh} method.) | 620 | should be used, and use the regular @option{ssh} method.) |
| 621 | 621 | ||
| 622 | Two other variants, @option{ssh1_old} and @option{ssh2_old}, use the | ||
| 623 | @command{ssh1} and @command{ssh2} commands explicitly. If you don't | ||
| 624 | know what these are, you do not need these options. | ||
| 625 | |||
| 626 | All the methods based on @command{ssh} have an additional feature: you | 622 | All the methods based on @command{ssh} have an additional feature: you |
| 627 | can specify a host name which looks like @file{host#42} (the real host | 623 | can specify a host name which looks like @file{host#42} (the real host |
| 628 | name, then a hash sign, then a port number). This means to connect to | 624 | name, then a hash sign, then a port number). This means to connect to |
| @@ -731,19 +727,6 @@ expects PuTTY session names, calling @samp{plink -load @var{session} | |||
| 731 | hasn't defined a user name. Different port numbers must be defined in | 727 | hasn't defined a user name. Different port numbers must be defined in |
| 732 | the session. | 728 | the session. |
| 733 | 729 | ||
| 734 | |||
| 735 | @item @option{fish} | ||
| 736 | @cindex method fish | ||
| 737 | @cindex fish method | ||
| 738 | |||
| 739 | This is an experimental implementation of the fish protocol, known from | ||
| 740 | the GNU Midnight Commander or the KDE Konqueror. @value{tramp} expects | ||
| 741 | the fish server implementation from the KDE kioslave. That means, the | ||
| 742 | file @file{~/.fishsrv.pl} is expected to reside on the remote host. | ||
| 743 | |||
| 744 | The implementation lacks good performance. The code is offered anyway, | ||
| 745 | maybe somebody can improve the performance. | ||
| 746 | |||
| 747 | @end table | 730 | @end table |
| 748 | 731 | ||
| 749 | 732 | ||
| @@ -803,10 +786,6 @@ or 2 to connect to the remote host. (You can also specify in | |||
| 803 | @file{~/.ssh/config}, the SSH configuration file, which protocol | 786 | @file{~/.ssh/config}, the SSH configuration file, which protocol |
| 804 | should be used, and use the regular @option{scp} method.) | 787 | should be used, and use the regular @option{scp} method.) |
| 805 | 788 | ||
| 806 | Two other variants, @option{scp1_old} and @option{scp2_old}, use the | ||
| 807 | @command{ssh1} and @command{ssh2} commands explicitly. If you don't | ||
| 808 | know what these are, you do not need these options. | ||
| 809 | |||
| 810 | All the @command{ssh} based methods support the @samp{-p} feature | 789 | All the @command{ssh} based methods support the @samp{-p} feature |
| 811 | where you can specify a port number to connect to in the host name. | 790 | where you can specify a port number to connect to in the host name. |
| 812 | For example, the host name @file{host#42} tells @value{tramp} to | 791 | For example, the host name @file{host#42} tells @value{tramp} to |