diff options
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/tramp.texi | 20 |
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 @@ | |||
| 1 | 2006-12-19 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi (External transfer methods): Describe new method `scpc'. | ||
| 4 | |||
| 1 | 2006-12-18 Eli Zaretskii <eliz@gnu.org> | 5 | 2006-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. | |||
| 832 | This method supports the @samp{-p} hack. | 832 | This 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 | |||
| 841 | Newer 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 | |||
| 845 | Before you use this method, you shall check whether your @option{ssh} | ||
| 846 | implementation does support this option. Try from the command line | ||
| 847 | |||
| 848 | @example | ||
| 849 | ssh localhost -o ControlMaster=yes | ||
| 850 | @end example | ||
| 851 | |||
| 852 | This 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 |