diff man/tramp.texi @ 73808:2889a065b1d4

* lisp/net/tramp.el (tramp-default-method): scp is the default method. * man/tramp.texi (Configuration): scp is the default method. (Default Method): Use ssh as example for another method.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 07 Nov 2006 10:58:19 +0000
parents 82e81b1ee127
children 1f9822a38f41 02cf29720f31
line wrap: on
line diff
--- a/man/tramp.texi	Tue Nov 07 10:47:51 2006 +0000
+++ b/man/tramp.texi	Tue Nov 07 10:58:19 2006 +0000
@@ -456,11 +456,10 @@
 @cindex configuration
 
 @cindex default configuration
-@value{tramp} is (normally) fully functional when it is initially installed.
-It is initially configured to use the @command{ssh} program to connect
-to the remote host and to use base64 or uu encoding to transfer the
-files through that shell connection.  So in the easiest case, you just
-type @kbd{C-x C-f} and then enter the filename
+@value{tramp} is (normally) fully functional when it is initially
+installed.  It is initially configured to use the @command{scp}
+program to connect to the remote host.  So in the easiest case, you
+just type @kbd{C-x C-f} and then enter the filename
 @file{@value{prefix}@var{user}@@@var{machine}@value{postfix}@var{/path/to.file}}.
 
 On some hosts, there are problems with opening a connection.  These are
@@ -1036,7 +1035,7 @@
 is not specified in the @value{tramp} file name.  For example:
 
 @lisp
-(setq tramp-default-method "scp")
+(setq tramp-default-method "ssh")
 @end lisp
 
 @vindex tramp-default-method-alist