]> git.eshelyaron.com Git - emacs.git/commitdiff
* tramp.texi (External transfer methods): Describe new method `scpc'.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 19 Dec 2006 06:57:28 +0000 (06:57 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 19 Dec 2006 06:57:28 +0000 (06:57 +0000)
man/ChangeLog
man/tramp.texi

index 2b05bf2c4f774dbd75682209402240f7a0d3fe53..6584b9cef922b59e02284d0865caebb3d7bf4374 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (External transfer methods): Describe new method `scpc'.
+
 2006-12-18  Eli Zaretskii  <eliz@gnu.org>
 
        * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
index 48d13b67ee3462206e8fd397d992435b7bfcae63..4a09e2daa3cee6a58f61a7562741538492c3033a 100644 (file)
@@ -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