aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2013-03-01 09:16:13 +0100
committerMichael Albinus2013-03-01 09:16:13 +0100
commitadb7352b327b874a56680fdcc5be3136a49e4009 (patch)
treed9f7da723b68ff986012c3e8617500fddd7c2d02
parent36a8b68b3381b77971c0fd655a8e7f41ecc58426 (diff)
downloademacs-adb7352b327b874a56680fdcc5be3136a49e4009.tar.gz
emacs-adb7352b327b874a56680fdcc5be3136a49e4009.zip
* tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
and "plink2" entries. "plink2" is obsolete for a long time. (External methods): Remove "scp1" and "scp2" entries.
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/tramp.texi24
2 files changed, 6 insertions, 24 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 48561089dc0..ef8a401bc11 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,9 @@
12013-03-01 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
4 and "plink2" entries. "plink2" is obsolete for a long time.
5 (External methods): Remove "scp1" and "scp2" entries.
6
12013-02-28 Michael Albinus <michael.albinus@gmx.de> 72013-02-28 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * tramp.texi (External methods): Mention `tramp-adb-program'. 9 * tramp.texi (External methods): Mention `tramp-adb-program'.
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 1052b030691..6ddd88a8ce8 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -649,13 +649,6 @@ Connect to the remote host with @command{ssh}. This is identical to
649the previous option except that the @command{ssh} package is used, 649the previous option except that the @command{ssh} package is used,
650making the connection more secure. 650making the connection more secure.
651 651
652There are also two variants, @option{ssh1} and @option{ssh2}, that
653call @samp{ssh -1} and @samp{ssh -2}, respectively. This way, you can
654explicitly select whether you want to use the SSH protocol version 1
655or 2 to connect to the remote host. (You can also specify in
656@file{~/.ssh/config}, the SSH configuration file, which protocol
657should be used, and use the regular @option{ssh} method.)
658
659All the methods based on @command{ssh} have an additional feature: you 652All the methods based on @command{ssh} have an additional feature: you
660can specify a host name which looks like @file{host#42} (the real host 653can specify a host name which looks like @file{host#42} (the real host
661name, then a hash sign, then a port number). This means to connect to 654name, then a hash sign, then a port number). This means to connect to
@@ -751,16 +744,6 @@ remote host.
751 744
752This supports the @samp{-P} argument. 745This supports the @samp{-P} argument.
753 746
754Additionally, the methods @option{plink1} and @option{plink2} are
755provided, which call @samp{plink -1 -ssh} or @samp{plink -2 -ssh} in
756order to use SSH protocol version 1 or 2 explicitly.
757
758CCC: Do we have to connect to the remote host once from the command
759line to accept the SSH key? Maybe this can be made automatic?
760
761CCC: Say something about the first shell command failing. This might
762be due to a wrong setting of @code{tramp-rsh-end-of-line}.
763
764 747
765@item @option{plinkx} 748@item @option{plinkx}
766@cindex method plinkx 749@cindex method plinkx
@@ -824,13 +807,6 @@ The cost of the cryptographic handshake at the start of an @command{scp}
824session can begin to absorb the advantage that the lack of encoding and 807session can begin to absorb the advantage that the lack of encoding and
825decoding presents. 808decoding presents.
826 809
827There are also two variants, @option{scp1} and @option{scp2}, that
828call @samp{ssh -1} and @samp{ssh -2}, respectively. This way, you can
829explicitly select whether you want to use the SSH protocol version 1
830or 2 to connect to the remote host. (You can also specify in
831@file{~/.ssh/config}, the SSH configuration file, which protocol
832should be used, and use the regular @option{scp} method.)
833
834All the @command{ssh} based methods support the @samp{-p} feature 810All the @command{ssh} based methods support the @samp{-p} feature
835where you can specify a port number to connect to in the host name. 811where you can specify a port number to connect to in the host name.
836For example, the host name @file{host#42} tells @value{tramp} to 812For example, the host name @file{host#42} tells @value{tramp} to