a01eda22c124204c58a8e9f13ce72b79b5878ba1
[bpt/emacs.git] / doc / misc / tramp.texi
1 \input texinfo @c -*-texinfo-*-
2 @setfilename ../../info/tramp
3 @c %**start of header
4 @settitle TRAMP User Manual
5 @c %**end of header
6
7 @c This is *so* much nicer :)
8 @footnotestyle end
9
10 @c In the Tramp CVS, the version number is auto-frobbed from
11 @c configure.ac, so you should edit that file and run
12 @c "autoconf && ./configure" to change the version number.
13
14 @c Additionally, flags are set with respect to the Emacs flavor; and
15 @c depending whether Tramp is packaged into (X)Emacs, or standalone.
16
17 @include trampver.texi
18
19 @c Macro for formatting a filename according to the repective syntax.
20 @c xxx and yyy are auxiliary macros in order to omit leading and
21 @c trailing whitespace. Not very elegant, but I don't know it better.
22
23 @macro xxx {one}@c
24 @set \one\@c
25 @end macro
26
27 @macro yyy {one, two}@c
28 @xxx{x\one\}@c
29 @ifclear x@c
30 \one\@w{}\two\@c
31 @end ifclear
32 @clear x\one\@c
33 @end macro
34
35 @macro trampfn {method, user, host, localname}@c
36 @value{prefix}@yyy{\method\,@value{postfixhop}}@yyy{\user\,@@}\host\@value{postfix}\localname\@c
37 @end macro
38
39 @copying
40 Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005,
41 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
42
43 @quotation
44 Permission is granted to copy, distribute and/or modify this document
45 under the terms of the GNU Free Documentation License, Version 1.3 or
46 any later version published by the Free Software Foundation; with no
47 Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
48 and with the Back-Cover Texts as in (a) below. A copy of the license
49 is included in the section entitled ``GNU Free Documentation License''.
50
51 (a) The FSF's Back-Cover Text is: ``You have the freedom to
52 copy and modify this GNU manual. Buying copies from the FSF
53 supports it in developing GNU and promoting software freedom.''
54 @end quotation
55 @end copying
56
57 @c Entries for @command{install-info} to use
58 @dircategory @value{emacsname}
59 @direntry
60 * TRAMP: (tramp). Transparent Remote Access, Multiple Protocol
61 @value{emacsname} remote file access via rsh and rcp.
62 @end direntry
63
64 @titlepage
65 @title @value{tramp} version @value{trampver} User Manual
66 @author by Daniel Pittman
67 @author based on documentation by Kai Gro@ss{}johann
68 @page
69 @insertcopying
70 @end titlepage
71
72 @contents
73
74 @ifnottex
75 @node Top, Overview, (dir), (dir)
76 @top @value{tramp} version @value{trampver} User Manual
77
78 This file documents @value{tramp} version @value{trampver}, a remote file
79 editing package for @value{emacsname}.
80
81 @value{tramp} stands for `Transparent Remote (file) Access, Multiple
82 Protocol'. This package provides remote file editing, similar to
83 @value{ftppackagename}.
84
85 The difference is that @value{ftppackagename} uses FTP to transfer
86 files between the local and the remote host, whereas @value{tramp} uses a
87 combination of @command{rsh} and @command{rcp} or other work-alike
88 programs, such as @command{ssh}/@command{scp}.
89
90 You can find the latest version of this document on the web at
91 @uref{http://www.gnu.org/software/tramp/}.
92
93 @c Pointer to the other Emacs flavor is necessary only in case of
94 @c standalone installation.
95 @ifset installchapter
96 The manual has been generated for @value{emacsname}.
97 @ifinfo
98 If you want to read the info pages for @value{emacsothername}, you
99 should read in @ref{Installation} how to create them.
100 @end ifinfo
101 @ifhtml
102 If you're using the other Emacs flavor, you should read the
103 @uref{@value{emacsotherfilename}, @value{emacsothername}} pages.
104 @end ifhtml
105 @end ifset
106
107 @ifhtml
108 @ifset jamanual
109 This manual is also available as a @uref{@value{japanesemanual},
110 Japanese translation}.
111 @end ifset
112
113 The latest release of @value{tramp} is available for
114 @uref{ftp://ftp.gnu.org/gnu/tramp/, download}, or you may see
115 @ref{Obtaining Tramp} for more details, including the CVS server
116 details.
117
118 @value{tramp} also has a @uref{http://savannah.gnu.org/projects/tramp/,
119 Savannah Project Page}.
120 @end ifhtml
121
122 There is a mailing list for @value{tramp}, available at
123 @email{tramp-devel@@gnu.org}, and archived at
124 @uref{http://lists.gnu.org/archive/html/tramp-devel/, the
125 @value{tramp} Mail Archive}.
126 @ifhtml
127 Older archives are located at
128 @uref{http://sourceforge.net/mailarchive/forum.php?forum=tramp-devel,
129 SourceForge Mail Archive} and
130 @uref{http://www.mail-archive.com/emacs-rcp@@ls6.cs.uni-dortmund.de/,
131 The Mail Archive}.
132 @c in HTML output, there's no new paragraph.
133 @*@*
134 @end ifhtml
135
136 @insertcopying
137
138 @end ifnottex
139
140 @menu
141 * Overview:: What @value{tramp} can and cannot do.
142
143 For the end user:
144
145 * Obtaining Tramp:: How to obtain @value{tramp}.
146 * History:: History of @value{tramp}.
147 @ifset installchapter
148 * Installation:: Installing @value{tramp} with your @value{emacsname}.
149 @end ifset
150 * Configuration:: Configuring @value{tramp} for use.
151 * Usage:: An overview of the operation of @value{tramp}.
152 * Bug Reports:: Reporting Bugs and Problems.
153 * Frequently Asked Questions:: Questions and answers from the mailing list.
154 * Function Index:: @value{tramp} functions.
155 * Variable Index:: User options and variables.
156 * Concept Index:: An item for each concept.
157
158 For the developer:
159
160 * Files directories and localnames:: How file names, directories and localnames are mangled and managed.
161 * Traces and Profiles:: How to Customize Traces.
162 * Issues:: Debatable Issues and What Was Decided.
163
164 * GNU Free Documentation License:: The license for this documentation.
165
166 @detailmenu
167 --- The Detailed Node Listing ---
168 @c
169 @ifset installchapter
170 Installing @value{tramp} with your @value{emacsname}
171
172 * Installation parameters:: Parameters in order to control installation.
173 * Load paths:: How to plug-in @value{tramp} into your environment.
174 * Japanese manual:: Japanese manual.
175
176 @end ifset
177
178 Configuring @value{tramp} for use
179
180 * Connection types:: Types of connections made to remote machines.
181 * Inline methods:: Inline methods.
182 * External methods:: External methods.
183 @ifset emacsgvfs
184 * GVFS based methods:: GVFS based external methods.
185 @end ifset
186 @ifset emacsgw
187 * Gateway methods:: Gateway methods.
188 @end ifset
189 * Default Method:: Selecting a default method.
190 * Default User:: Selecting a default user.
191 * Default Host:: Selecting a default host.
192 * Multi-hops:: Connecting to a remote host using multiple hops.
193 * Customizing Methods:: Using Non-Standard Methods.
194 * Customizing Completion:: Selecting config files for user/host name completion.
195 * Password handling:: Reusing passwords for several connections.
196 * Connection caching:: Reusing connection related information.
197 * Remote Programs:: How @value{tramp} finds and uses programs on the remote machine.
198 * Remote shell setup:: Remote shell setup hints.
199 * Windows setup hints:: Issues with Cygwin ssh.
200 * Auto-save and Backup:: Auto-save and Backup.
201
202 Using @value{tramp}
203
204 * Filename Syntax:: @value{tramp} filename conventions.
205 * Alternative Syntax:: URL-like filename syntax.
206 * Filename completion:: Filename completion.
207 * Remote processes:: Integration with other @value{emacsname} packages.
208 * Cleanup remote connections:: Cleanup remote connections.
209
210 How file names, directories and localnames are mangled and managed
211
212 * Localname deconstruction:: Breaking a localname into its components.
213 @ifset emacs
214 * External packages:: Integration with external Lisp packages.
215 @end ifset
216
217 @end detailmenu
218 @end menu
219
220 @node Overview
221 @chapter An overview of @value{tramp}
222 @cindex overview
223
224 After the installation of @value{tramp} into your @value{emacsname}, you
225 will be able to access files on remote machines as though they were
226 local. Access to the remote file system for editing files, version
227 control, and @code{dired} are transparently enabled.
228
229 Your access to the remote machine can be with the @command{rsh},
230 @command{rlogin}, @command{telnet} programs or with any similar
231 connection method. This connection must pass @acronym{ASCII}
232 successfully to be usable but need not be 8-bit clean.
233
234 The package provides support for @command{ssh} connections out of the
235 box, one of the more common uses of the package. This allows
236 relatively secure access to machines, especially if @command{ftp}
237 access is disabled.
238
239 Under Windows, @value{tramp} is integrated with the PuTTY package,
240 using the @command{plink} program.
241
242 The majority of activity carried out by @value{tramp} requires only that
243 the remote login is possible and is carried out at the terminal. In
244 order to access remote files @value{tramp} needs to transfer their content
245 to the local machine temporarily.
246
247 @value{tramp} can transfer files between the machines in a variety of ways.
248 The details are easy to select, depending on your needs and the
249 machines in question.
250
251 The fastest transfer methods for large files rely on a remote file
252 transfer package such as @command{rcp}, @command{scp}, @command{rsync}
253 or (under Windows) @command{pscp}.
254
255 If the remote copy methods are not suitable for you, @value{tramp} also
256 supports the use of encoded transfers directly through the shell.
257 This requires that the @command{mimencode} or @command{uuencode} tools
258 are available on the remote machine. These methods are generally
259 faster for small files.
260
261 @value{tramp} is still under active development and any problems you encounter,
262 trivial or major, should be reported to the @value{tramp} developers.
263 @xref{Bug Reports}.
264
265
266 @subsubheading Behind the scenes
267 @cindex behind the scenes
268 @cindex details of operation
269 @cindex how it works
270
271 This section tries to explain what goes on behind the scenes when you
272 access a remote file through @value{tramp}.
273
274 Suppose you type @kbd{C-x C-f} and enter part of an @value{tramp} file name,
275 then hit @kbd{@key{TAB}} for completion. Suppose further that this is
276 the first time that @value{tramp} is invoked for the host in question. Here's
277 what happens:
278
279 @itemize
280 @item
281 @value{tramp} discovers that it needs a connection to the host. So it
282 invokes @samp{telnet @var{host}} or @samp{rsh @var{host} -l
283 @var{user}} or a similar tool to connect to the remote host.
284 Communication with this process happens through an
285 @value{emacsname} buffer, that is, the output from the remote end
286 goes into a buffer.
287
288 @item
289 The remote host may prompt for a login name (for @command{telnet}).
290 The login name is given in the file name, so @value{tramp} sends the
291 login name and a newline.
292
293 @item
294 The remote host may prompt for a password or pass phrase (for
295 @command{rsh} or for @command{telnet} after sending the login name).
296 @value{tramp} displays the prompt in the minibuffer, asking you for the
297 password or pass phrase.
298
299 You enter the password or pass phrase. @value{tramp} sends it to the remote
300 host, followed by a newline.
301
302 @item
303 @value{tramp} now waits for the shell prompt or for a message that the login
304 failed.
305
306 If @value{tramp} sees neither of them after a certain period of time
307 (a minute, say), then it issues an error message saying that it
308 couldn't find the remote shell prompt and shows you what the remote
309 host has sent.
310
311 If @value{tramp} sees a @samp{login failed} message, it tells you so,
312 aborts the login attempt and allows you to try again.
313
314 @item
315 Suppose that the login was successful and @value{tramp} sees the shell prompt
316 from the remote host. Now @value{tramp} invokes @command{/bin/sh} because
317 Bourne shells and C shells have different command
318 syntaxes.@footnote{Invoking @command{/bin/sh} will fail if your login
319 shell doesn't recognize @samp{exec /bin/sh} as a valid command.
320 Maybe you use the Scheme shell @command{scsh}@dots{}}
321
322 After the Bourne shell has come up, @value{tramp} sends a few commands to
323 ensure a good working environment. It turns off echoing, it sets the
324 shell prompt, and a few other things.
325
326 @item
327 Now the remote shell is up and it good working order. Remember, what
328 was supposed to happen is that @value{tramp} tries to find out what files exist
329 on the remote host so that it can do filename completion.
330
331 So, @value{tramp} basically issues @command{cd} and @command{ls} commands and
332 also sometimes @command{echo} with globbing. Another command that is
333 often used is @command{test} to find out whether a file is writable or a
334 directory or the like. The output of each command is parsed for the
335 necessary operation.
336
337 @item
338 Suppose you are finished with filename completion, have entered @kbd{C-x
339 C-f}, a full file name and hit @kbd{@key{RET}}. Now comes the time to
340 transfer the file contents from the remote host to the local host so
341 that you can edit them.
342
343 See above for an explanation of how @value{tramp} transfers the file contents.
344
345 For inline transfers, @value{tramp} issues a command like @samp{mimencode -b
346 /path/to/remote/file}, waits until the output has accumulated in the
347 buffer that's used for communication, then decodes that output to
348 produce the file contents.
349
350 For external transfers, @value{tramp} issues a command like the
351 following:
352 @example
353 rcp user@@host:/path/to/remote/file /tmp/tramp.4711
354 @end example
355 It then reads the local temporary file @file{/tmp/tramp.4711} into a
356 buffer and deletes the temporary file.
357
358 @item
359 You now edit the buffer contents, blithely unaware of what has happened
360 behind the scenes. (Unless you have read this section, that is.) When
361 you are finished, you type @kbd{C-x C-s} to save the buffer.
362
363 @item
364 Again, @value{tramp} transfers the file contents to the remote host
365 either inline or external. This is the reverse of what happens when
366 reading the file.
367 @end itemize
368
369 I hope this has provided you with a basic overview of what happens
370 behind the scenes when you open a file with @value{tramp}.
371
372
373 @c For the end user
374 @node Obtaining Tramp
375 @chapter Obtaining Tramp.
376 @cindex obtaining Tramp
377
378 @value{tramp} is freely available on the Internet and the latest
379 release may be downloaded from
380 @uref{ftp://ftp.gnu.org/gnu/tramp/}. This release includes the full
381 documentation and code for @value{tramp}, suitable for installation.
382 But GNU Emacs (22 or later) includes @value{tramp} already, and there
383 is a @value{tramp} package for XEmacs, as well. So maybe it is easier
384 to just use those. But if you want the bleeding edge, read
385 on@dots{...}
386
387 For the especially brave, @value{tramp} is available from CVS. The CVS
388 version is the latest version of the code and may contain incomplete
389 features or new issues. Use these versions at your own risk.
390
391 Instructions for obtaining the latest development version of @value{tramp}
392 from CVS can be found by going to the Savannah project page at the
393 following URL and then clicking on the CVS link in the navigation bar
394 at the top.
395
396 @noindent
397 @uref{http://savannah.gnu.org/projects/tramp/}
398
399 @noindent
400 Or follow the example session below:
401
402 @example
403 ] @strong{cd ~/@value{emacsdir}}
404 ] @strong{export CVS_RSH="ssh"}
405 ] @strong{cvs -z3 -d:pserver:anonymous@@cvs.savannah.gnu.org:/sources/tramp co tramp}
406 @end example
407
408 @noindent
409 You should now have a directory @file{~/@value{emacsdir}/tramp}
410 containing the latest version of @value{tramp}. You can fetch the latest
411 updates from the repository by issuing the command:
412
413 @example
414 ] @strong{cd ~/@value{emacsdir}/tramp}
415 ] @strong{export CVS_RSH="ssh"}
416 ] @strong{cvs update -d}
417 @end example
418
419 @noindent
420 Once you've got updated files from the CVS repository, you need to run
421 @command{autoconf} in order to get an up-to-date @file{configure}
422 script:
423
424 @example
425 ] @strong{cd ~/@value{emacsdir}/tramp}
426 ] @strong{autoconf}
427 @end example
428
429
430 @node History
431 @chapter History of @value{tramp}
432 @cindex history
433 @cindex development history
434
435 Development was started end of November 1998. The package was called
436 @file{rssh.el}, back then. It only provided one method to access a
437 file, using @command{ssh} to log in to a remote host and using
438 @command{scp} to transfer the file contents. After a while, the name
439 was changed to @file{rcp.el}, and now it's @value{tramp}. Along the way,
440 many more methods for getting a remote shell and for transferring the
441 file contents were added. Support for VC was added.
442
443 After that, there were added the multi-hop methods in April 2000 and
444 the unification of @value{tramp} and Ange-FTP filenames in July 2002.
445 In July 2004, multi-hop methods have been replaced by proxy hosts.
446 Running commands on remote hosts was introduced in December 2005.
447 @ifset emacsgw
448 Support of gateways exists since April 2007.
449 @end ifset
450 @ifset emacsgvfs
451 GVFS integration started in February 2009.
452 @end ifset
453 @ifset emacsimap
454 Storing files into IMAP mailboxes has been added in September 2009.
455 @end ifset
456
457 In December 2001, @value{tramp} has been added to the XEmacs package
458 repository. Being part of the GNU Emacs repository happened in June
459 2002, the first release including @value{tramp} was GNU Emacs 22.1.
460
461 @value{tramp} is also a GNU/Linux Debian package since February 2001.
462
463
464 @c Installation chapter is necessary only in case of standalone
465 @c installation. Text taken from trampinst.texi.
466 @ifset installchapter
467 @include trampinst.texi
468 @end ifset
469
470 @node Configuration
471 @chapter Configuring @value{tramp} for use
472 @cindex configuration
473
474 @cindex default configuration
475 @value{tramp} is (normally) fully functional when it is initially
476 installed. It is initially configured to use the @command{scp}
477 program to connect to the remote host. So in the easiest case, you
478 just type @kbd{C-x C-f} and then enter the filename
479 @file{@trampfn{, user, machine, /path/to.file}}.
480
481 On some hosts, there are problems with opening a connection. These are
482 related to the behavior of the remote shell. See @xref{Remote shell
483 setup}, for details on this.
484
485 If you do not wish to use these commands to connect to the remote
486 host, you should change the default connection and transfer method
487 that @value{tramp} uses. There are several different methods that @value{tramp}
488 can use to connect to remote machines and transfer files
489 (@pxref{Connection types}).
490
491 If you don't know which method is right for you, see @xref{Default
492 Method}.
493
494
495 @menu
496 * Connection types:: Types of connections made to remote machines.
497 * Inline methods:: Inline methods.
498 * External methods:: External methods.
499 @ifset emacsgvfs
500 * GVFS based methods:: GVFS based external methods.
501 @end ifset
502 @ifset emacsgw
503 * Gateway methods:: Gateway methods.
504 @end ifset
505 * Default Method:: Selecting a default method.
506 Here we also try to help those who
507 don't have the foggiest which method
508 is right for them.
509 * Default User:: Selecting a default user.
510 * Default Host:: Selecting a default host.
511 * Multi-hops:: Connecting to a remote host using multiple hops.
512 * Customizing Methods:: Using Non-Standard Methods.
513 * Customizing Completion:: Selecting config files for user/host name completion.
514 * Password handling:: Reusing passwords for several connections.
515 * Connection caching:: Reusing connection related information.
516 * Remote Programs:: How @value{tramp} finds and uses programs on the remote machine.
517 * Remote shell setup:: Remote shell setup hints.
518 * Windows setup hints:: Issues with Cygwin ssh.
519 * Auto-save and Backup:: Auto-save and Backup.
520 @end menu
521
522
523 @node Connection types
524 @section Types of connections made to remote machines.
525 @cindex connection types, overview
526
527 There are two basic types of transfer methods, each with its own
528 advantages and limitations. Both types of connection make use of a
529 remote shell access program such as @command{rsh}, @command{ssh} or
530 @command{telnet} to connect to the remote machine.
531
532 This connection is used to perform many of the operations that @value{tramp}
533 requires to make the remote file system transparently accessible from
534 the local machine. It is only when visiting files that the methods
535 differ.
536
537 @cindex inline methods
538 @cindex external methods
539 @cindex methods, inline
540 @cindex methods, external
541 Loading or saving a remote file requires that the content of the file
542 be transfered between the two machines. The content of the file can
543 be transfered using one of two methods: the @dfn{inline method} over
544 the same connection used to log in to the remote machine, or the
545 @dfn{external method} through another connection using a remote copy
546 program such as @command{rcp}, @command{scp} or @command{rsync}.
547
548 The performance of the external methods is generally better than that
549 of the inline methods, at least for large files. This is caused by
550 the need to encode and decode the data when transferring inline.
551
552 The one exception to this rule are the @command{scp} based transfer
553 methods. While these methods do see better performance when actually
554 transferring files, the overhead of the cryptographic negotiation at
555 startup may drown out the improvement in file transfer times.
556
557 External methods should be configured such a way that they don't
558 require a password (with @command{ssh-agent}, or such alike). Modern
559 @command{scp} implementations offer options to reuse existing
560 @command{ssh} connections, see method @command{scpc}. If it isn't
561 possible, you should consider @ref{Password handling}, otherwise you
562 will be prompted for a password every copy action.
563
564
565 @node Inline methods
566 @section Inline methods
567 @cindex inline methods
568 @cindex methods, inline
569
570 The inline methods in @value{tramp} are quite powerful and can work in
571 situations where you cannot use an external transfer program to connect.
572 Inline methods are the only methods that work when connecting to the
573 remote machine via telnet. (There are also strange inline methods which
574 allow you to transfer files between @emph{user identities} rather than
575 hosts, see below.)
576
577 These methods depend on the existence of a suitable encoding and
578 decoding command on remote machine. Locally, @value{tramp} may be able to
579 use features of @value{emacsname} to decode and encode the files or
580 it may require access to external commands to perform that task.
581
582 @cindex uuencode
583 @cindex mimencode
584 @cindex base-64 encoding
585 @value{tramp} checks the availability and usability of commands like
586 @command{mimencode} (part of the @command{metamail} package) or
587 @command{uuencode} on the remote host. The first reliable command
588 will be used. The search path can be customized, see @ref{Remote
589 Programs}.
590
591 If both commands aren't available on the remote host, @value{tramp}
592 transfers a small piece of Perl code to the remote host, and tries to
593 apply it for encoding and decoding.
594
595
596 @table @asis
597 @item @option{rsh}
598 @cindex method rsh
599 @cindex rsh method
600
601 Connect to the remote host with @command{rsh}. Due to the unsecure
602 connection it is recommended for very local host topology only.
603
604 On operating systems which provide the command @command{remsh} instead
605 of @command{rsh}, you can use the method @option{remsh}. This is true
606 for HP-UX or Cray UNICOS, for example.
607
608
609 @item @option{ssh}
610 @cindex method ssh
611 @cindex ssh method
612
613 Connect to the remote host with @command{ssh}. This is identical to
614 the previous option except that the @command{ssh} package is used,
615 making the connection more secure.
616
617 There are also two variants, @option{ssh1} and @option{ssh2}, that
618 call @samp{ssh -1} and @samp{ssh -2}, respectively. This way, you can
619 explicitly select whether you want to use the SSH protocol version 1
620 or 2 to connect to the remote host. (You can also specify in
621 @file{~/.ssh/config}, the SSH configuration file, which protocol
622 should be used, and use the regular @option{ssh} method.)
623
624 Two other variants, @option{ssh1_old} and @option{ssh2_old}, use the
625 @command{ssh1} and @command{ssh2} commands explicitly. If you don't
626 know what these are, you do not need these options.
627
628 All the methods based on @command{ssh} have an additional kludgy
629 feature: you can specify a host name which looks like @file{host#42}
630 (the real host name, then a hash sign, then a port number). This
631 means to connect to the given host but to also pass @code{-p 42} as
632 arguments to the @command{ssh} command.
633
634
635 @item @option{telnet}
636 @cindex method telnet
637 @cindex telnet method
638
639 Connect to the remote host with @command{telnet}. This is as unsecure
640 as the @option{rsh} method.
641
642
643 @item @option{su}
644 @cindex method su
645 @cindex su method
646
647 This method does not connect to a remote host at all, rather it uses
648 the @command{su} program to allow you to edit files as another user.
649 That means, the specified host name in the file name must be either
650 @samp{localhost} or the host name as returned by the function
651 @command{(system-name)}. For an exception of this rule see
652 @ref{Multi-hops}.
653
654
655 @item @option{sudo}
656 @cindex method sudo
657 @cindex sudo method
658
659 This is similar to the @option{su} method, but it uses @command{sudo}
660 rather than @command{su} to become a different user.
661
662 Note that @command{sudo} must be configured to allow you to start a
663 shell as the user. It would be nice if it was sufficient if
664 @command{ls} and @command{mimencode} were allowed, but that is not
665 easy to implement, so I haven't got around to it, yet.
666
667
668 @item @option{sshx}
669 @cindex method sshx
670 @cindex sshx method
671
672 As you would expect, this is similar to @option{ssh}, only a little
673 different. Whereas @option{ssh} opens a normal interactive shell on
674 the remote host, this option uses @samp{ssh -t -t @var{host} -l
675 @var{user} /bin/sh} to open a connection. This is useful for users
676 where the normal login shell is set up to ask them a number of
677 questions when logging in. This procedure avoids these questions, and
678 just gives @value{tramp} a more-or-less `standard' login shell to work
679 with.
680
681 Note that this procedure does not eliminate questions asked by
682 @command{ssh} itself. For example, @command{ssh} might ask ``Are you
683 sure you want to continue connecting?'' if the host key of the remote
684 host is not known. @value{tramp} does not know how to deal with such a
685 question (yet), therefore you will need to make sure that you can log
686 in without such questions.
687
688 This is also useful for Windows users where @command{ssh}, when
689 invoked from an @value{emacsname} buffer, tells them that it is not
690 allocating a pseudo tty. When this happens, the login shell is wont
691 to not print any shell prompt, which confuses @value{tramp} mightily.
692 For reasons unknown, some Windows ports for @command{ssh} require the
693 doubled @samp{-t} option.
694
695 This supports the @samp{-p} argument.
696
697
698 @item @option{krlogin}
699 @cindex method krlogin
700 @cindex krlogin method
701 @cindex Kerberos (with krlogin method)
702
703 This method is also similar to @option{ssh}. It only uses the
704 @command{krlogin -x} command to log in to the remote host.
705
706
707 @item @option{plink}
708 @cindex method plink
709 @cindex plink method
710
711 This method is mostly interesting for Windows users using the PuTTY
712 implementation of SSH. It uses @samp{plink -ssh} to log in to the
713 remote host.
714
715 This supports the @samp{-P} argument.
716
717 Additionally, the methods @option{plink1} and @option{plink2} are
718 provided, which call @samp{plink -1 -ssh} or @samp{plink -2 -ssh} in
719 order to use SSH protocol version 1 or 2 explicitly.
720
721 CCC: Do we have to connect to the remote host once from the command
722 line to accept the SSH key? Maybe this can be made automatic?
723
724 CCC: Say something about the first shell command failing. This might
725 be due to a wrong setting of @code{tramp-rsh-end-of-line}.
726
727
728 @item @option{plinkx}
729 @cindex method plinkx
730 @cindex plinkx method
731
732 Another method using PuTTY on Windows. Instead of host names, it
733 expects PuTTY session names, calling @samp{plink -load @var{session}
734 -t"}. User names are relevant only in case the corresponding session
735 hasn't defined a user name. Different port numbers must be defined in
736 the session.
737
738
739 @item @option{fish}
740 @cindex method fish
741 @cindex fish method
742
743 This is an experimental implementation of the fish protocol, known from
744 the GNU Midnight Commander or the KDE Konqueror. @value{tramp} expects
745 the fish server implementation from the KDE kioslave. That means, the
746 file @file{~/.fishsrv.pl} is expected to reside on the remote host.
747
748 The implementation lacks good performance. The code is offered anyway,
749 maybe somebody can improve the performance.
750
751 @end table
752
753
754 @node External methods
755 @section External methods
756 @cindex methods, external
757 @cindex external methods
758
759 The external methods operate through multiple channels, using the
760 remote shell connection for many actions while delegating file
761 transfers to an external transfer utility.
762
763 This saves the overhead of encoding and decoding that multiplexing the
764 transfer through the one connection has with the inline methods.
765
766 Since external methods need their own overhead opening a new channel,
767 all files which are smaller than @var{tramp-copy-size-limit} are still
768 transferred with the corresponding inline method. It should provide a
769 fair trade-off between both approaches.
770
771 @table @asis
772 @item @option{rcp} --- @command{rsh} and @command{rcp}
773 @cindex method rcp
774 @cindex rcp method
775 @cindex rcp (with rcp method)
776 @cindex rsh (with rcp method)
777
778 This method uses the @command{rsh} and @command{rcp} commands to connect
779 to the remote machine and transfer files. This is probably the fastest
780 connection method available.
781
782 The alternative method @option{remcp} uses the @command{remsh} and
783 @command{rcp} commands. It should be applied on machines where
784 @command{remsh} is used instead of @command{rsh}.
785
786
787 @item @option{scp} --- @command{ssh} and @command{scp}
788 @cindex method scp
789 @cindex scp method
790 @cindex scp (with scp method)
791 @cindex ssh (with scp method)
792
793 Using @command{ssh} to connect to the remote host and @command{scp} to
794 transfer files between the machines is the best method for securely
795 connecting to a remote machine and accessing files.
796
797 The performance of this option is also quite good. It may be slower than
798 the inline methods when you often open and close small files however.
799 The cost of the cryptographic handshake at the start of an @command{scp}
800 session can begin to absorb the advantage that the lack of encoding and
801 decoding presents.
802
803 There are also two variants, @option{scp1} and @option{scp2}, that
804 call @samp{ssh -1} and @samp{ssh -2}, respectively. This way, you can
805 explicitly select whether you want to use the SSH protocol version 1
806 or 2 to connect to the remote host. (You can also specify in
807 @file{~/.ssh/config}, the SSH configuration file, which protocol
808 should be used, and use the regular @option{scp} method.)
809
810 Two other variants, @option{scp1_old} and @option{scp2_old}, use the
811 @command{ssh1} and @command{ssh2} commands explicitly. If you don't
812 know what these are, you do not need these options.
813
814 All the @command{ssh} based methods support the @samp{-p} feature
815 where you can specify a port number to connect to in the host name.
816 For example, the host name @file{host#42} tells @value{tramp} to
817 specify @samp{-p 42} in the argument list for @command{ssh}, and to
818 specify @samp{-P 42} in the argument list for @command{scp}.
819
820
821 @item @option{sftp} --- @command{ssh} and @command{sftp}
822 @cindex method sftp
823 @cindex sftp method
824 @cindex sftp (with sftp method)
825 @cindex ssh (with sftp method)
826
827 That is mostly the same method as @option{scp}, but using
828 @command{sftp} as transfer command. So the same remarks are valid.
829
830 This command does not work like @value{ftppackagename}, where
831 @command{ftp} is called interactively, and all commands are send from
832 within this session. Instead of, @command{ssh} is used for login.
833
834 This method supports the @samp{-p} argument.
835
836
837 @item @option{rsync} --- @command{ssh} and @command{rsync}
838 @cindex method rsync
839 @cindex rsync method
840 @cindex rsync (with rsync method)
841 @cindex ssh (with rsync method)
842
843 Using the @command{ssh} command to connect securely to the remote
844 machine and the @command{rsync} command to transfer files is almost
845 identical to the @option{scp} method.
846
847 While @command{rsync} performs much better than @command{scp} when
848 transferring files that exist on both hosts, this advantage is lost if
849 the file exists only on one side of the connection. A file can exists
850 on both the remote and local host, when you copy a file from/to a
851 remote host. When you just open a file from the remote host (or write
852 a file there), a temporary file on the local side is kept as long as
853 the corresponding buffer, visiting this file, is alive.
854
855 This method supports the @samp{-p} argument.
856
857
858 @item @option{scpx} --- @command{ssh} and @command{scp}
859 @cindex method scpx
860 @cindex scpx method
861 @cindex scp (with scpx method)
862 @cindex ssh (with scpx method)
863
864 As you would expect, this is similar to @option{scp}, only a little
865 different. Whereas @option{scp} opens a normal interactive shell on
866 the remote host, this option uses @samp{ssh -t -t @var{host} -l
867 @var{user} /bin/sh} to open a connection. This is useful for users
868 where the normal login shell is set up to ask them a number of
869 questions when logging in. This procedure avoids these questions, and
870 just gives @value{tramp} a more-or-less `standard' login shell to work
871 with.
872
873 This is also useful for Windows users where @command{ssh}, when
874 invoked from an @value{emacsname} buffer, tells them that it is not
875 allocating a pseudo tty. When this happens, the login shell is wont
876 to not print any shell prompt, which confuses @value{tramp} mightily.
877
878 This method supports the @samp{-p} argument.
879
880
881 @item @option{scpc} --- @command{ssh} and @command{scp}
882 @cindex method scpc
883 @cindex scpc method
884 @cindex scp (with scpc method)
885 @cindex ssh (with scpc method)
886
887 Newer versions of @option{ssh} (for example OpenSSH 4) offer an option
888 @option{ControlMaster}. This allows @option{scp} to reuse an existing
889 @option{ssh} channel, which increases performance.
890
891 Before you use this method, you shall check whether your @option{ssh}
892 implementation does support this option. Try from the command line
893
894 @example
895 ssh localhost -o ControlMaster=yes
896 @end example
897
898 This method supports the @samp{-p} argument.
899
900
901 @item @option{rsyncc} --- @command{ssh} and @command{rsync}
902 @cindex method rsyncc
903 @cindex rsyncc method
904 @cindex rsync (with rsyncc method)
905 @cindex ssh (with rsyncc method)
906
907 Like the @option{scpc} method, @option{rsyncc} improves the underlying
908 @command{ssh} connection by the option @option{ControlMaster}. This
909 allows @command{rsync} to reuse an existing @command{ssh} channel,
910 which increases performance.
911
912 This method supports the @samp{-p} argument.
913
914
915 @item @option{pscp} --- @command{plink} and @command{pscp}
916 @cindex method pscp
917 @cindex pscp method
918 @cindex pscp (with pscp method)
919 @cindex plink (with pscp method)
920 @cindex PuTTY (with pscp method)
921
922 This method is similar to @option{scp}, but it uses the
923 @command{plink} command to connect to the remote host, and it uses
924 @command{pscp} for transferring the files. These programs are part
925 of PuTTY, an SSH implementation for Windows.
926
927 This method supports the @samp{-P} argument.
928
929
930 @item @option{psftp} --- @command{plink} and @command{psftp}
931 @cindex method psftp
932 @cindex psftp method
933 @cindex psftp (with psftp method)
934 @cindex plink (with psftp method)
935 @cindex PuTTY (with psftp method)
936
937 As you would expect, this method is similar to @option{sftp}, but it
938 uses the @command{plink} command to connect to the remote host, and it
939 uses @command{psftp} for transferring the files. These programs are
940 part of PuTTY, an SSH implementation for Windows.
941
942 This method supports the @samp{-P} argument.
943
944
945 @item @option{fcp} --- @command{fsh} and @command{fcp}
946 @cindex method fcp
947 @cindex fcp method
948 @cindex fsh (with fcp method)
949 @cindex fcp (with fcp method)
950
951 This method is similar to @option{scp}, but it uses the @command{fsh}
952 command to connect to the remote host, and it uses @command{fcp} for
953 transferring the files. @command{fsh/fcp} are a front-end for
954 @command{ssh} which allow for reusing the same @command{ssh} session
955 for submitting several commands. This avoids the startup overhead of
956 @command{scp} (which has to establish a secure connection whenever it
957 is called). Note, however, that you can also use one of the inline
958 methods to achieve a similar effect.
959
960 This method uses the command @samp{fsh @var{host} -l @var{user}
961 /bin/sh -i} to establish the connection, it does not work to just say
962 @command{fsh @var{host} -l @var{user}}.
963
964 @cindex method fsh
965 @cindex fsh method
966
967 There is no inline method using @command{fsh} as the multiplexing
968 provided by the program is not very useful in our context. @value{tramp}
969 opens just one connection to the remote host and then keeps it open,
970 anyway.
971
972
973 @item @option{ftp}
974 @cindex method ftp
975 @cindex ftp method
976
977 This is not a native @value{tramp} method. Instead of, it forwards all
978 requests to @value{ftppackagename}.
979 @ifset xemacs
980 This works only for unified filenames, see @ref{Issues}.
981 @end ifset
982
983
984 @item @option{smb} --- @command{smbclient}
985 @cindex method smb
986 @cindex smb method
987
988 This is another not natural @value{tramp} method. It uses the
989 @command{smbclient} command on different Unices in order to connect to
990 an SMB server. An SMB server might be a Samba (or CIFS) server on
991 another UNIX host or, more interesting, a host running MS Windows. So
992 far, it is tested towards MS Windows NT, MS Windows 2000, and MS
993 Windows XP.
994
995 The first directory in the localname must be a share name on the remote
996 host. Remember, that the @code{$} character in which default shares
997 usually end, must be written @code{$$} due to environment variable
998 substitution in file names. If no share name is given (i.e. remote
999 directory @code{/}), all available shares are listed.
1000
1001 Since authorization is done on share level, you will be prompted
1002 always for a password if you access another share on the same host.
1003 This can be suppressed by @ref{Password handling}.
1004
1005 MS Windows uses for authorization both a user name and a domain name.
1006 Because of this, the @value{tramp} syntax has been extended: you can
1007 specify a user name which looks like @code{user%domain} (the real user
1008 name, then a percent sign, then the domain name). So, to connect to
1009 the machine @code{melancholia} as user @code{daniel} of the domain
1010 @code{BIZARRE}, and edit @file{.emacs} in the home directory (share
1011 @code{daniel$}) I would specify the filename @file{@trampfn{smb,
1012 daniel%BIZARRE, melancholia, /daniel$$/.emacs}}.
1013
1014 Depending on the Windows domain configuration, a Windows user might be
1015 considered as domain user per default. In order to connect as local
1016 user, the WINS name of that machine must be given as domain name.
1017 Usually, it is the machine name in capital letters. In the example
1018 above, the local user @code{daniel} would be specified as
1019 @file{@trampfn{smb, daniel%MELANCHOLIA, melancholia, /daniel$$/.emacs}}.
1020
1021 The domain name as well as the user name are optional. If no user
1022 name is specified at all, the anonymous user (without password
1023 prompting) is assumed. This is different from all other @value{tramp}
1024 methods, where in such a case the local user name is taken.
1025
1026 The @option{smb} method supports the @samp{-p} argument.
1027
1028 @strong{Please note:} If @value{emacsname} runs locally under MS
1029 Windows, this method isn't available. Instead of, you can use UNC
1030 file names like @file{//melancholia/daniel$$/.emacs}. The only
1031 disadvantage is that there's no possibility to specify another user
1032 name.
1033
1034
1035 @ifset emacsimap
1036 @item @option{imap}
1037 @cindex method imap
1038 @cindex method imaps
1039 @cindex imap method
1040 @cindex imaps method
1041
1042 Accessing an IMAP mailbox is intended to save files there as encrypted
1043 message. It could be used in case there are no other remote file
1044 storages available.
1045
1046 @value{tramp} supports both @option{imap} and @option{imaps} methods.
1047 The latter one accesses the IMAP server over ssl.
1048
1049 Both methods support the port number specification.
1050
1051 Note, that special handling is needed for declaring a passphrase for
1052 encryption / decryption of the messages (@pxref{Using an
1053 authentication file}).
1054
1055 @end ifset
1056 @end table
1057
1058
1059 @ifset emacsgvfs
1060 @node GVFS based methods
1061 @section GVFS based external methods
1062 @cindex methods, gvfs
1063 @cindex gvfs based methods
1064 @cindex dbus
1065
1066 The connection methods described in this section are based on GVFS
1067 @uref{http://en.wikipedia.org/wiki/GVFS}. Via GVFS, the remote
1068 filesystem is mounted locally through FUSE. @value{tramp} uses
1069 internally this local mounted directory.
1070
1071 The communication with GVFS is implemented via D-Bus messages.
1072 Therefore, your @value{emacsname} must have D-Bus integration,
1073 @pxref{Top, , D-Bus, dbus}.
1074
1075 @table @asis
1076 @item @option{dav}
1077 @cindex method dav
1078 @cindex method davs
1079 @cindex dav method
1080 @cindex davs method
1081
1082 This method provides access to WebDAV files and directories. There
1083 exists also the external method @option{davs}, which uses SSL
1084 encryption for the access.
1085
1086 Both methods support the port number specification as discussed above.
1087
1088
1089 @item @option{obex}
1090 @cindex method obex
1091 @cindex obex method
1092
1093 OBEX is an FTP-like access protocol for simple devices, like cell
1094 phones. Until now @value{tramp} supports only OBEX over Bluetooth.
1095
1096
1097 @item @option{synce}
1098 @cindex method synce
1099 @cindex synce method
1100
1101 The @option{synce} method allows communication with Windows Mobile
1102 devices. Beside GVFS for mounting remote files and directories via
1103 FUSE, it needs also the SYNCE-GVFS plugin.
1104 @end table
1105
1106 @defopt tramp-gvfs-methods
1107 This customer option, a list, defines the external methods, which
1108 shall be used with GVFS. Per default, these are @option{dav},
1109 @option{davs}, @option{obex} and @option{synce}. Other possible
1110 values are @option{ftp}, @option{sftp} and @option{smb}.
1111 @end defopt
1112 @end ifset
1113
1114
1115 @ifset emacsgw
1116 @node Gateway methods
1117 @section Gateway methods
1118 @cindex methods, gateway
1119 @cindex gateway methods
1120
1121 Gateway methods are not methods to access a remote host directly.
1122 These methods are intended to pass firewalls or proxy servers.
1123 Therefore, they can be used for proxy host declarations
1124 (@pxref{Multi-hops}) only.
1125
1126 A gateway method must come always along with a method who supports
1127 port setting. This is because @value{tramp} targets the accompanied
1128 method to @file{localhost#random_port}, from where the firewall or
1129 proxy server is accessed to.
1130
1131 Gateway methods support user name and password declarations. These
1132 are used to authenticate towards the corresponding firewall or proxy
1133 server. They can be passed only if your friendly administrator has
1134 granted your access.
1135
1136 @table @asis
1137 @item @option{tunnel}
1138 @cindex method tunnel
1139 @cindex tunnel method
1140
1141 This method implements an HTTP tunnel via the @command{CONNECT}
1142 command (see RFC 2616, 2817). Any HTTP 1.1 compliant (proxy) server
1143 shall support this command.
1144
1145 As authentication method, only @option{Basic Authentication} (see RFC
1146 2617) is implemented so far. If no port number is given in the
1147 declaration, port @option{8080} is used for the proxy server.
1148
1149
1150 @item @option{socks}
1151 @cindex method socks
1152 @cindex socks method
1153
1154 The @command{socks} method provides access to SOCKSv5 servers (see
1155 RFC 1928). @option{Username/Password Authentication} according to RFC
1156 1929 is supported.
1157
1158 The default port number of the socks server is @option{1080}, if not
1159 specified otherwise.
1160
1161 @end table
1162 @end ifset
1163
1164
1165 @node Default Method
1166 @section Selecting a default method
1167 @cindex default method
1168
1169 @vindex tramp-default-method
1170 When you select an appropriate transfer method for your typical usage
1171 you should set the variable @code{tramp-default-method} to reflect that
1172 choice. This variable controls which method will be used when a method
1173 is not specified in the @value{tramp} file name. For example:
1174
1175 @lisp
1176 (setq tramp-default-method "ssh")
1177 @end lisp
1178
1179 @vindex tramp-default-method-alist
1180 You can also specify different methods for certain user/host
1181 combinations, via the variable @code{tramp-default-method-alist}. For
1182 example, the following two lines specify to use the @option{ssh}
1183 method for all user names matching @samp{john} and the @option{rsync}
1184 method for all host names matching @samp{lily}. The third line
1185 specifies to use the @option{su} method for the user @samp{root} on
1186 the machine @samp{localhost}.
1187
1188 @lisp
1189 (add-to-list 'tramp-default-method-alist '("" "john" "ssh"))
1190 (add-to-list 'tramp-default-method-alist '("lily" "" "rsync"))
1191 (add-to-list 'tramp-default-method-alist
1192 '("\\`localhost\\'" "\\`root\\'" "su"))
1193 @end lisp
1194
1195 @noindent
1196 See the documentation for the variable
1197 @code{tramp-default-method-alist} for more details.
1198
1199 External methods are normally preferable to inline methods, giving
1200 better performance.
1201
1202 @xref{Inline methods}.
1203 @xref{External methods}.
1204
1205 Another consideration with the selection of transfer methods is the
1206 environment you will use them in and, especially when used over the
1207 Internet, the security implications of your preferred method.
1208
1209 The @option{rsh} and @option{telnet} methods send your password as
1210 plain text as you log in to the remote machine, as well as
1211 transferring the files in such a way that the content can easily be
1212 read from other machines.
1213
1214 If you need to connect to remote systems that are accessible from the
1215 Internet, you should give serious thought to using @option{ssh} based
1216 methods to connect. These provide a much higher level of security,
1217 making it a non-trivial exercise for someone to obtain your password
1218 or read the content of the files you are editing.
1219
1220
1221 @subsection Which method is the right one for me?
1222 @cindex choosing the right method
1223
1224 Given all of the above, you are probably thinking that this is all fine
1225 and good, but it's not helping you to choose a method! Right you are.
1226 As a developer, we don't want to boss our users around but give them
1227 maximum freedom instead. However, the reality is that some users would
1228 like to have some guidance, so here I'll try to give you this guidance
1229 without bossing you around. You tell me whether it works @dots{}
1230
1231 My suggestion is to use an inline method. For large files, external
1232 methods might be more efficient, but I guess that most people will
1233 want to edit mostly small files.
1234
1235 I guess that these days, most people can access a remote machine by
1236 using @command{ssh}. So I suggest that you use the @option{ssh}
1237 method. So, type @kbd{C-x C-f @trampfn{ssh, root, otherhost,
1238 /etc/motd} @key{RET}} to edit the @file{/etc/motd} file on the other
1239 host.
1240
1241 If you can't use @option{ssh} to log in to the remote host, then
1242 select a method that uses a program that works. For instance, Windows
1243 users might like the @option{plink} method which uses the PuTTY
1244 implementation of @command{ssh}. Or you use Kerberos and thus like
1245 @option{krlogin}.
1246
1247 For the special case of editing files on the local host as another
1248 user, see the @option{su} or @option{sudo} methods. They offer
1249 shortened syntax for the @samp{root} account, like
1250 @file{@trampfn{su, , , /etc/motd}}.
1251
1252 People who edit large files may want to consider @option{scpc} instead
1253 of @option{ssh}, or @option{pscp} instead of @option{plink}. These
1254 external methods are faster than inline methods for large files.
1255 Note, however, that external methods suffer from some limitations.
1256 Please try first whether you really get a noticeable speed advantage
1257 from using an external method! Maybe even for large files, inline
1258 methods are fast enough.
1259
1260
1261 @node Default User
1262 @section Selecting a default user
1263 @cindex default user
1264
1265 The user part of a @value{tramp} file name can be omitted. Usually,
1266 it is replaced by the user name you are logged in. Often, this is not
1267 what you want. A typical use of @value{tramp} might be to edit some
1268 files with root permissions on the local host. This case, you should
1269 set the variable @code{tramp-default-user} to reflect that choice.
1270 For example:
1271
1272 @lisp
1273 (setq tramp-default-user "root")
1274 @end lisp
1275
1276 @code{tramp-default-user} is regarded as obsolete, and will be removed
1277 soon.
1278
1279 @vindex tramp-default-user-alist
1280 You can also specify different users for certain method/host
1281 combinations, via the variable @code{tramp-default-user-alist}. For
1282 example, if you always have to use the user @samp{john} in the domain
1283 @samp{somewhere.else}, you can specify the following:
1284
1285 @lisp
1286 (add-to-list 'tramp-default-user-alist
1287 '("ssh" ".*\\.somewhere\\.else\\'" "john"))
1288 @end lisp
1289
1290 @noindent
1291 See the documentation for the variable
1292 @code{tramp-default-user-alist} for more details.
1293
1294 One trap to fall in must be known. If @value{tramp} finds a default
1295 user, this user will be passed always to the connection command as
1296 parameter (for example @samp{ssh here.somewhere.else -l john}. If you
1297 have specified another user for your command in its configuration
1298 files, @value{tramp} cannot know it, and the remote access will fail.
1299 If you have specified in the given example in @file{~/.ssh/config} the
1300 lines
1301
1302 @example
1303 Host here.somewhere.else
1304 User lily
1305 @end example
1306
1307 @noindent
1308 than you must discard selecting a default user by @value{tramp}. This
1309 will be done by setting it to @code{nil} (or @samp{lily}, likewise):
1310
1311 @lisp
1312 (add-to-list 'tramp-default-user-alist
1313 '("ssh" "\\`here\\.somewhere\\.else\\'" nil))
1314 @end lisp
1315
1316 The last entry in @code{tramp-default-user-alist} could be your
1317 default user you'll apply predominantly. You shall @emph{append} it
1318 to that list at the end:
1319
1320 @lisp
1321 (add-to-list 'tramp-default-user-alist '(nil nil "jonas") t)
1322 @end lisp
1323
1324
1325 @node Default Host
1326 @section Selecting a default host
1327 @cindex default host
1328
1329 @vindex tramp-default-host
1330 Finally, it is even possible to omit the host name part of a
1331 @value{tramp} file name. This case, the value of the variable
1332 @code{tramp-default-host} is used. Per default, it is initialized
1333 with the host name your local @value{emacsname} is running.
1334
1335 If you, for example, use @value{tramp} mainly to contact the host
1336 @samp{target} as user @samp{john}, you can specify:
1337
1338 @lisp
1339 (setq tramp-default-user "john"
1340 tramp-default-host "target")
1341 @end lisp
1342
1343 Then the simple file name @samp{@trampfn{ssh, , ,}} will connect you
1344 to John's home directory on target.
1345 @ifset emacs
1346 Note, however, that the most simplification @samp{/::} won't work,
1347 because @samp{/:} is the prefix for quoted file names.
1348 @end ifset
1349
1350
1351 @node Multi-hops
1352 @section Connecting to a remote host using multiple hops
1353 @cindex multi-hop
1354 @cindex proxy hosts
1355
1356 Sometimes, the methods described before are not sufficient. Sometimes,
1357 it is not possible to connect to a remote host using a simple command.
1358 For example, if you are in a secured network, you might have to log in
1359 to a `bastion host' first before you can connect to the outside world.
1360 Of course, the target host may also require a bastion host.
1361
1362 @vindex tramp-default-proxies-alist
1363 In order to specify such multiple hops, it is possible to define a proxy
1364 host to pass through, via the variable
1365 @code{tramp-default-proxies-alist}. This variable keeps a list of
1366 triples (@var{host} @var{user} @var{proxy}).
1367
1368 The first matching item specifies the proxy host to be passed for a
1369 file name located on a remote target matching @var{user}@@@var{host}.
1370 @var{host} and @var{user} are regular expressions or @code{nil}, which
1371 is interpreted as a regular expression which always matches.
1372
1373 @var{proxy} must be a Tramp filename which localname part is ignored.
1374 Method and user name on @var{proxy} are optional, which is interpreted
1375 with the default values.
1376 @ifset emacsgw
1377 The method must be an inline or gateway method (@pxref{Inline
1378 methods}, @pxref{Gateway methods}).
1379 @end ifset
1380 @ifclear emacsgw
1381 The method must be an inline method (@pxref{Inline methods}).
1382 @end ifclear
1383 If @var{proxy} is @code{nil}, no additional hop is required reaching
1384 @var{user}@@@var{host}.
1385
1386 If you, for example, must pass the host @samp{bastion.your.domain} as
1387 user @samp{bird} for any remote host which is not located in your local
1388 domain, you can set
1389
1390 @lisp
1391 (add-to-list 'tramp-default-proxies-alist
1392 '("\\." nil "@trampfn{ssh, bird, bastion.your.domain,}"))
1393 (add-to-list 'tramp-default-proxies-alist
1394 '("\\.your\\.domain\\'" nil nil))
1395 @end lisp
1396
1397 Please note the order of the code. @code{add-to-list} adds elements at the
1398 beginning of a list. Therefore, most relevant rules must be added last.
1399
1400 Proxy hosts can be cascaded. If there is another host called
1401 @samp{jump.your.domain}, which is the only one in your local domain who
1402 is allowed connecting @samp{bastion.your.domain}, you can add another
1403 rule:
1404
1405 @lisp
1406 (add-to-list 'tramp-default-proxies-alist
1407 '("\\`bastion\\.your\\.domain\\'"
1408 "\\`bird\\'"
1409 "@trampfn{ssh, , jump.your.domain,}"))
1410 @end lisp
1411
1412 @var{proxy} can contain the patterns @code{%h} or @code{%u}. These
1413 patterns are replaced by the strings matching @var{host} or
1414 @var{user}, respectively.
1415
1416 If you, for example, wants to work as @samp{root} on hosts in the
1417 domain @samp{your.domain}, but login as @samp{root} is disabled for
1418 non-local access, you might add the following rule:
1419
1420 @lisp
1421 (add-to-list 'tramp-default-proxies-alist
1422 '("\\.your\\.domain\\'" "\\`root\\'" "@trampfn{ssh, , %h,}"))
1423 @end lisp
1424
1425 Opening @file{@trampfn{sudo, , randomhost.your.domain,}} would connect
1426 first @samp{randomhost.your.domain} via @code{ssh} under your account
1427 name, and perform @code{sudo -u root} on that host afterwards. It is
1428 important to know that the given method is applied on the host which
1429 has been reached so far. @code{sudo -u root}, applied on your local
1430 host, wouldn't be useful here.
1431
1432 @var{host}, @var{user} and @var{proxy} can also be Lisp forms. These
1433 forms are evaluated, and must return a string, or @code{nil}. The
1434 previous example could be generalized then: For all hosts except my
1435 local one connect via @code{ssh} first, and apply @code{sudo -u root}
1436 afterwards:
1437
1438 @lisp
1439 (add-to-list 'tramp-default-proxies-alist
1440 '(nil "\\`root\\'" "@trampfn{ssh, , %h,}"))
1441 (add-to-list 'tramp-default-proxies-alist
1442 '((regexp-quote (system-name)) nil nil))
1443 @end lisp
1444
1445 This is the recommended configuration to work as @samp{root} on remote
1446 Ubuntu hosts.
1447
1448 @ifset emacsgw
1449 Finally, @code{tramp-default-proxies-alist} can be used to pass
1450 firewalls or proxy servers. Imagine your local network has a host
1451 @samp{proxy.your.domain} which is used on port 3128 as HTTP proxy to
1452 the outer world. Your friendly administrator has granted you access
1453 under your user name to @samp{host.other.domain} on that proxy
1454 server.@footnote{HTTP tunnels are intended for secure SSL/TLS
1455 communication. Therefore, many proxy server restrict the tunnels to
1456 related target ports. You might need to run your ssh server on your
1457 target host @samp{host.other.domain} on such a port, like 443 (https).
1458 See @uref{http://savannah.gnu.org/maintenance/CvsFromBehindFirewall}
1459 for discussion of ethical issues.} You would need to add the
1460 following rule:
1461
1462 @lisp
1463 (add-to-list 'tramp-default-proxies-alist
1464 '("\\`host\\.other\\.domain\\'" nil
1465 "@trampfn{tunnel, , proxy.your.domain#3128,}"))
1466 @end lisp
1467
1468 Gateway methods can be declared as first hop only in a multiple hop
1469 chain.
1470 @end ifset
1471
1472
1473 @node Customizing Methods
1474 @section Using Non-Standard Methods
1475 @cindex customizing methods
1476 @cindex using non-standard methods
1477 @cindex create your own methods
1478
1479 There is a variable @code{tramp-methods} which you can change if the
1480 predefined methods don't seem right.
1481
1482 For the time being, I'll refer you to the Lisp documentation of that
1483 variable, accessible with @kbd{C-h v tramp-methods @key{RET}}.
1484
1485
1486 @node Customizing Completion
1487 @section Selecting config files for user/host name completion
1488 @cindex customizing completion
1489 @cindex selecting config files
1490 @vindex tramp-completion-function-alist
1491
1492 The variable @code{tramp-completion-function-alist} is intended to
1493 customize which files are taken into account for user and host name
1494 completion (@pxref{Filename completion}). For every method, it keeps
1495 a set of configuration files, accompanied by a Lisp function able to
1496 parse that file. Entries in @code{tramp-completion-function-alist}
1497 have the form (@var{method} @var{pair1} @var{pair2} ...).
1498
1499 Each @var{pair} is composed of (@var{function} @var{file}).
1500 @var{function} is responsible to extract user names and host names
1501 from @var{file} for completion. There are two functions which access
1502 this variable:
1503
1504 @defun tramp-get-completion-function method
1505 This function returns the list of completion functions for @var{method}.
1506
1507 Example:
1508 @example
1509 (tramp-get-completion-function "rsh")
1510
1511 @result{} ((tramp-parse-rhosts "/etc/hosts.equiv")
1512 (tramp-parse-rhosts "~/.rhosts"))
1513 @end example
1514 @end defun
1515
1516 @defun tramp-set-completion-function method function-list
1517 This function sets @var{function-list} as list of completion functions
1518 for @var{method}.
1519
1520 Example:
1521 @example
1522 (tramp-set-completion-function "ssh"
1523 '((tramp-parse-sconfig "/etc/ssh_config")
1524 (tramp-parse-sconfig "~/.ssh/config")))
1525
1526 @result{} ((tramp-parse-sconfig "/etc/ssh_config")
1527 (tramp-parse-sconfig "~/.ssh/config"))
1528 @end example
1529 @end defun
1530
1531 The following predefined functions parsing configuration files exist:
1532
1533 @table @asis
1534 @item @code{tramp-parse-rhosts}
1535 @findex tramp-parse-rhosts
1536
1537 This function parses files which are syntactical equivalent to
1538 @file{~/.rhosts}. It returns both host names and user names, if
1539 specified.
1540
1541 @item @code{tramp-parse-shosts}
1542 @findex tramp-parse-shosts
1543
1544 This function parses files which are syntactical equivalent to
1545 @file{~/.ssh/known_hosts}. Since there are no user names specified
1546 in such files, it can return host names only.
1547
1548 @item @code{tramp-parse-sconfig}
1549 @findex tramp-parse-shosts
1550
1551 This function returns the host nicknames defined by @code{Host} entries
1552 in @file{~/.ssh/config} style files.
1553
1554 @item @code{tramp-parse-shostkeys}
1555 @findex tramp-parse-shostkeys
1556
1557 SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and
1558 @file{~/ssh2/hostkeys/*}. Hosts are coded in file names
1559 @file{hostkey_@var{portnumber}_@var{host-name}.pub}. User names
1560 are always @code{nil}.
1561
1562 @item @code{tramp-parse-sknownhosts}
1563 @findex tramp-parse-shostkeys
1564
1565 Another SSH2 style parsing of directories like
1566 @file{/etc/ssh2/knownhosts/*} and @file{~/ssh2/knownhosts/*}. This
1567 case, hosts names are coded in file names
1568 @file{@var{host-name}.@var{algorithm}.pub}. User names are always @code{nil}.
1569
1570 @item @code{tramp-parse-hosts}
1571 @findex tramp-parse-hosts
1572
1573 A function dedicated to @file{/etc/hosts} style files. It returns
1574 host names only.
1575
1576 @item @code{tramp-parse-passwd}
1577 @findex tramp-parse-passwd
1578
1579 A function which parses @file{/etc/passwd} like files. Obviously, it
1580 can return user names only.
1581
1582 @item @code{tramp-parse-netrc}
1583 @findex tramp-parse-netrc
1584
1585 Finally, a function which parses @file{~/.netrc} like files.
1586 @end table
1587
1588 If you want to keep your own data in a file, with your own structure,
1589 you might provide such a function as well. This function must meet
1590 the following conventions:
1591
1592 @defun my-tramp-parse file
1593 @var{file} must be either a file name on your host, or @code{nil}.
1594 The function must return a list of (@var{user} @var{host}), which are
1595 taken as candidates for user and host name completion.
1596
1597 Example:
1598 @example
1599 (my-tramp-parse "~/.my-tramp-hosts")
1600
1601 @result{} ((nil "toto") ("daniel" "melancholia"))
1602 @end example
1603 @end defun
1604
1605
1606 @node Password handling
1607 @section Reusing passwords for several connections.
1608 @cindex passwords
1609
1610 Sometimes it is necessary to connect to the same remote host several
1611 times. Reentering passwords again and again would be annoying, when
1612 the chosen method does not support access without password prompt
1613 through own configuration.
1614
1615 The best recommendation is to use the method's own mechanism for
1616 password handling. Consider @command{ssh-agent} for @option{ssh}-like
1617 methods, or @command{pageant} for @option{plink}-like methods.
1618
1619 However, if you cannot apply such native password handling,
1620 @value{tramp} offers altenatives.
1621
1622
1623 @anchor{Using an authentication file}
1624 @subsection Using an authentication file
1625
1626 @vindex auth-sources
1627 The package @file{auth-source.el}, originally developed in No Gnus,
1628 offers the possibility to read passwords from a file, like FTP does it
1629 from @file{~/.netrc}. The default authentication file is
1630 @file{~/.authinfo.gpg}, this can be changed via the variable
1631 @code{auth-sources}.
1632
1633 @noindent
1634 A typical entry in the authentication file would be
1635
1636 @example
1637 machine melancholia port scp login daniel password geheim
1638 @end example
1639
1640 The port can be any @value{tramp} method (@pxref{Inline methods},
1641 @pxref{External methods}), to match only this method. When you omit
1642 the port, you match all @value{tramp} methods.
1643
1644 @ifset emacsimap
1645 A special case are @option{imap}-like methods. Authentication with
1646 the IMAP server is performed via @file{imap.el}, there is no special
1647 need from @value{tramp} point of view. An additional passphrase, used
1648 for symmetric encryption and decryption of the stored messages, should
1649 be given with the special port indication @option{tramp-imap}:
1650
1651 @example
1652 machine melancholia port tramp-imap login daniel password ultrageheim
1653 @end example
1654 @end ifset
1655
1656 @anchor{Caching passwords}
1657 @subsection Caching passwords
1658
1659 If there is no authentication file, @value{tramp} caches the passwords
1660 entered by you. They will be reused next time if a connection needs
1661 them for the same user name and host name, independently of the
1662 connection method.
1663
1664 @vindex password-cache-expiry
1665 Passwords are not saved permanently, that means the password caching
1666 is limited to the lifetime of your @value{emacsname} session. You
1667 can influence the lifetime of password caching by customizing the
1668 variable @code{password-cache-expiry}. The value is the number of
1669 seconds how long passwords are cached. Setting it to @code{nil}
1670 disables the expiration.
1671
1672 @vindex password-cache
1673 If you don't like this feature for security reasons, password caching
1674 can be disabled totally by customizing the variable
1675 @code{password-cache} (setting it to @code{nil}).
1676
1677 Implementation Note: password caching is based on the package
1678 @file{password-cache.el}. For the time being, it is activated only
1679 when this package is seen in the @code{load-path} while loading
1680 @value{tramp}.
1681 @ifset installchapter
1682 If you don't use No Gnus, you can take @file{password.el} from the
1683 @value{tramp} @file{contrib} directory, see @ref{Installation
1684 parameters}.
1685 @end ifset
1686
1687
1688 @node Connection caching
1689 @section Reusing connection related information.
1690 @cindex caching
1691
1692 @vindex tramp-persistency-file-name
1693 In order to reduce initial connection time, @value{tramp} stores
1694 connection related information persistently. The variable
1695 @code{tramp-persistency-file-name} keeps the file name where these
1696 information are written. Its default value is
1697 @ifset emacs
1698 @file{~/.emacs.d/tramp}.
1699 @end ifset
1700 @ifset xemacs
1701 @file{~/.xemacs/tramp}.
1702 @end ifset
1703 It is recommended to choose a local file name.
1704
1705 @value{tramp} reads this file during startup, and writes it when
1706 exiting @value{emacsname}. You can simply remove this file if
1707 @value{tramp} shall be urged to recompute these information next
1708 @value{emacsname} startup time.
1709
1710 Using such persistent information can be disabled by setting
1711 @code{tramp-persistency-file-name} to @code{nil}.
1712
1713 Once consequence of reusing connection related information is that
1714 @var{tramp} needs to distinguish hosts. If you, for example, run a
1715 local @code{sshd} on port 3001, which tunnels @command{ssh} to another
1716 host, you could access both @file{@trampfn{ssh, , localhost,}} and
1717 @file{@trampfn{ssh, , localhost#3001,}}. @var{tramp} would use the
1718 same host related information (like paths, Perl variants, etc) for
1719 both connections, although the information is valid only for one of
1720 them.
1721
1722 In order to avoid trouble, you must use another host name for one of
1723 the connections, like introducing a @option{Host} section in
1724 @file{~/.ssh/config} (@pxref{Frequently Asked Questions}) or applying
1725 multiple hops (@pxref{Multi-hops}).
1726
1727 When @value{tramp} detects a changed operating system version on a
1728 remote host (via the command @command{uname -sr}), it flushes all
1729 connection related information for this host, and opens the
1730 connection, again.
1731
1732
1733 @node Remote Programs
1734 @section How @value{tramp} finds and uses programs on the remote machine.
1735
1736 @value{tramp} depends on a number of programs on the remote host in order to
1737 function, including @command{ls}, @command{test}, @command{find} and
1738 @command{cat}.
1739
1740 In addition to these required tools, there are various tools that may be
1741 required based on the connection method. See @ref{Inline methods} and
1742 @ref{External methods} for details on these.
1743
1744 Certain other tools, such as @command{perl} (or @command{perl5}) and
1745 @command{grep} will be used if they can be found. When they are
1746 available, they are used to improve the performance and accuracy of
1747 remote file access.
1748
1749 @vindex tramp-remote-path
1750 @vindex tramp-default-remote-path
1751 @vindex tramp-own-remote-path
1752 @defopt tramp-remote-path
1753 When @value{tramp} connects to the remote machine, it searches for the
1754 programs that it can use. The variable @code{tramp-remote-path}
1755 controls the directories searched on the remote machine.
1756
1757 By default, this is set to a reasonable set of defaults for most
1758 machines. The symbol @code{tramp-default-remote-path} is a place
1759 holder, it is replaced by the list of directories received via the
1760 command @command{getconf PATH} on your remote machine. For example,
1761 on GNU Debian this is @file{/bin:/usr/bin}, whereas on Solaris this is
1762 @file{/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin}. It is
1763 recommended to apply this symbol on top of @code{tramp-remote-path}.
1764
1765 It is possible, however, that your local (or remote ;) system
1766 administrator has put the tools you want in some obscure local
1767 directory.
1768
1769 In this case, you can still use them with @value{tramp}. You simply
1770 need to add code to your @file{.emacs} to add the directory to the
1771 remote path. This will then be searched by @value{tramp} when you
1772 connect and the software found.
1773
1774 To add a directory to the remote search path, you could use code such
1775 as:
1776
1777 @lisp
1778 @i{;; We load @value{tramp} to define the variable.}
1779 (require 'tramp)
1780 @i{;; We have @command{perl} in "/usr/local/perl/bin"}
1781 (add-to-list 'tramp-remote-path "/usr/local/perl/bin")
1782 @end lisp
1783
1784 Another possibility is to reuse the path settings of your remote
1785 account, when you log in. Usually, these settings are overwritten,
1786 because they might not be useful for @value{tramp}. The place holder
1787 @code{tramp-own-remote-path} preserves these settings. You can
1788 activate it via
1789
1790 @lisp
1791 (add-to-list 'tramp-remote-path 'tramp-own-remote-path)
1792 @end lisp
1793 @end defopt
1794
1795 @value{tramp} caches several information, like the Perl binary
1796 location. The changed remote search path wouldn't affect these
1797 settings. In order to force @value{tramp} to recompute these values,
1798 you must exit @value{emacsname}, remove your persistency file
1799 (@pxref{Connection caching}), and restart @value{emacsname}.
1800
1801
1802 @node Remote shell setup
1803 @section Remote shell setup hints
1804 @cindex remote shell setup
1805 @cindex @file{.profile} file
1806 @cindex @file{.login} file
1807 @cindex shell init files
1808
1809 As explained in the @ref{Overview} section, @value{tramp} connects to the
1810 remote host and talks to the shell it finds there. Of course, when you
1811 log in, the shell executes its init files. Suppose your init file
1812 requires you to enter the birth date of your mother; clearly @value{tramp}
1813 does not know this and hence fails to log you in to that host.
1814
1815 There are different possible strategies for pursuing this problem. One
1816 strategy is to enable @value{tramp} to deal with all possible situations.
1817 This is a losing battle, since it is not possible to deal with
1818 @emph{all} situations. The other strategy is to require you to set up
1819 the remote host such that it behaves like @value{tramp} expects. This might
1820 be inconvenient because you have to invest a lot of effort into shell
1821 setup before you can begin to use @value{tramp}.
1822
1823 The package, therefore, pursues a combined approach. It tries to
1824 figure out some of the more common setups, and only requires you to
1825 avoid really exotic stuff. For example, it looks through a list of
1826 directories to find some programs on the remote host. And also, it
1827 knows that it is not obvious how to check whether a file exists, and
1828 therefore it tries different possibilities. (On some hosts and
1829 shells, the command @command{test -e} does the trick, on some hosts
1830 the shell builtin doesn't work but the program @command{/usr/bin/test
1831 -e} or @command{/bin/test -e} works. And on still other hosts,
1832 @command{ls -d} is the right way to do this.)
1833
1834 Below you find a discussion of a few things that @value{tramp} does not deal
1835 with, and that you therefore have to set up correctly.
1836
1837 @table @asis
1838 @item @var{shell-prompt-pattern}
1839 @vindex shell-prompt-pattern
1840
1841 After logging in to the remote host, @value{tramp} has to wait for the remote
1842 shell startup to finish before it can send commands to the remote
1843 shell. The strategy here is to wait for the shell prompt. In order to
1844 recognize the shell prompt, the variable @code{shell-prompt-pattern} has
1845 to be set correctly to recognize the shell prompt on the remote host.
1846
1847 Note that @value{tramp} requires the match for @code{shell-prompt-pattern}
1848 to be at the end of the buffer. Many people have something like the
1849 following as the value for the variable: @code{"^[^>$][>$] *"}. Now
1850 suppose your shell prompt is @code{a <b> c $ }. In this case,
1851 @value{tramp} recognizes the @code{>} character as the end of the prompt,
1852 but it is not at the end of the buffer.
1853
1854 @item @var{tramp-shell-prompt-pattern}
1855 @vindex tramp-shell-prompt-pattern
1856
1857 This regular expression is used by @value{tramp} in the same way as
1858 @code{shell-prompt-pattern}, to match prompts from the remote shell.
1859 This second variable exists because the prompt from the remote shell
1860 might be different from the prompt from a local shell --- after all,
1861 the whole point of @value{tramp} is to log in to remote hosts as a
1862 different user. The default value of
1863 @code{tramp-shell-prompt-pattern} is the same as the default value of
1864 @code{shell-prompt-pattern}, which is reported to work well in many
1865 circumstances.
1866
1867 @item @var{tramp-password-prompt-regexp}
1868 @vindex tramp-password-prompt-regexp
1869 @vindex tramp-wrong-passwd-regexp
1870
1871 During login, @value{tramp} might be forced to enter a password or a
1872 passphrase. The difference between both is that a password is
1873 requested from the shell on the remote host, while a passphrase is
1874 needed for accessing local authentication information, like your ssh
1875 key.
1876
1877 @var{tramp-password-prompt-regexp} handles the detection of such
1878 requests for English environments. When you use another localization
1879 of your (local or remote) host, you might need to adapt this. Example:
1880
1881 @lisp
1882 (setq
1883 tramp-password-prompt-regexp
1884 (concat
1885 "^.*"
1886 (regexp-opt
1887 '("passphrase" "Passphrase"
1888 ;; English
1889 "password" "Password"
1890 ;; Deutsch
1891 "passwort" "Passwort"
1892 ;; Fran@,{c}ais
1893 "mot de passe" "Mot de passe") t)
1894 ".*: