aboutsummaryrefslogtreecommitdiffstats
path: root/man/tramp.texi
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2006-12-19 06:57:28 +0000
committerMichael Albinus <[email protected]>2006-12-19 06:57:28 +0000
commita7bf5e52a1f0271955dbaeaeef4e7c97b3a8b2da (patch)
tree7e7991b56b38924ede2e95b8627faa9cbff95499 /man/tramp.texi
parent572b79d819f74af6619a7094b295cc7c8420d047 (diff)
* tramp.texi (External transfer methods): Describe new method `scpc'.
Diffstat (limited to 'man/tramp.texi')
-rw-r--r--man/tramp.texi20
1 files changed, 20 insertions, 0 deletions
diff --git a/man/tramp.texi b/man/tramp.texi
index 48d13b67ee..4a09e2daa3 100644
--- a/man/tramp.texi
+++ b/man/tramp.texi
@@ -832,6 +832,26 @@ to not print any shell prompt, which confuses @value{tramp} mightily.
This method supports the @samp{-p} hack.
+@item @option{scpc} --- @command{ssh} and @command{scp}
+@cindex method scpx
+@cindex scpx method
+@cindex scp (with scpx method)
+@cindex ssh (with scpx method)
+
+Newer versions of @option{ssh} (for example OpenSSH 4) offer an option
+@option{ControlMaster}. This allows @option{scp} to reuse an existing
+@option{ssh} channel, which increases performance.
+
+Before you use this method, you shall check whether your @option{ssh}
+implementation does support this option. Try from the command line
+
+@example
+ssh localhost -o ControlMaster=yes
+@end example
+
+This method supports the @samp{-p} hack.
+
+
@item @option{pscp} --- @command{plink} and @command{pscp}
@cindex method pscp
@cindex pscp method