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