aboutsummaryrefslogtreecommitdiffstats
path: root/man/tramp.texi
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2006-11-07 10:58:19 +0000
committerMichael Albinus <[email protected]>2006-11-07 10:58:19 +0000
commit1d1c19ca25ccb74128132bc30b3fe30b849a20d3 (patch)
treeb0cf98a1f430746580c91b2e042cdd65684e56b0 /man/tramp.texi
parent18b8c421dc9733b870e68d7dc996416451b9809a (diff)
* 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.
Diffstat (limited to 'man/tramp.texi')
-rw-r--r--man/tramp.texi11
1 files changed, 5 insertions, 6 deletions
diff --git a/man/tramp.texi b/man/tramp.texi
index baea8d6652..48d13b67ee 100644
--- a/man/tramp.texi
+++ b/man/tramp.texi
@@ -456,11 +456,10 @@ filenames in July 2002.
@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 @@ choice. This variable controls which method will be used when a method
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