aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/ChangeLog4
-rw-r--r--man/tramp.texi20
2 files changed, 24 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 2b05bf2c4f7..6584b9cef92 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12006-12-19 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (External transfer methods): Describe new method `scpc'.
4
12006-12-18 Eli Zaretskii <eliz@gnu.org> 52006-12-18 Eli Zaretskii <eliz@gnu.org>
2 6
3 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys 7 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
diff --git a/man/tramp.texi b/man/tramp.texi
index 48d13b67ee3..4a09e2daa3c 100644
--- a/man/tramp.texi
+++ b/man/tramp.texi
@@ -832,6 +832,26 @@ to not print any shell prompt, which confuses @value{tramp} mightily.
832This method supports the @samp{-p} hack. 832This method supports the @samp{-p} hack.
833 833
834 834
835@item @option{scpc} --- @command{ssh} and @command{scp}
836@cindex method scpx
837@cindex scpx method
838@cindex scp (with scpx method)
839@cindex ssh (with scpx method)
840
841Newer versions of @option{ssh} (for example OpenSSH 4) offer an option
842@option{ControlMaster}. This allows @option{scp} to reuse an existing
843@option{ssh} channel, which increases performance.
844
845Before you use this method, you shall check whether your @option{ssh}
846implementation does support this option. Try from the command line
847
848@example
849ssh localhost -o ControlMaster=yes
850@end example
851
852This method supports the @samp{-p} hack.
853
854
835@item @option{pscp} --- @command{plink} and @command{pscp} 855@item @option{pscp} --- @command{plink} and @command{pscp}
836@cindex method pscp 856@cindex method pscp
837@cindex pscp method 857@cindex pscp method