Merge from emacs-24
[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 repository, 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 @c There are subtle differences between texinfo 4.13 and 5.0. We must
24 @c declare two versions of the macro. This will be improved, hopefully.
25
26 @c Texinfo 5.0.
27 @ifset txicommandconditionals
28 @macro xxx {one}
29 @set \one\
30 @end macro
31
32 @macro yyy {one, two}
33 @xxx{x\one\}@c
34 @ifclear x
35 \one\@w{}\two\@c
36 @end ifclear
37 @clear x\one\
38 @end macro
39
40 @macro trampfn {method, user, host, localname}
41 @value{prefix}@c
42 @yyy{\method\,@value{postfixhop}}@c
43 @yyy{\user\,@@}@c
44 \host\@value{postfix}\localname\
45 @end macro
46 @end ifset
47
48 @c Texinfo 4.13.
49 @ifclear txicommandconditionals
50 @macro xxx {one}@c
51 @set \one\@c
52 @end macro
53
54 @macro yyy {one, two}@c
55 @xxx{x\one\}@c
56 @ifclear x@c
57 \one\@w{}\two\@c
58 @end ifclear
59 @clear x\one\@c
60 @end macro
61
62 @macro trampfn {method, user, host, localname}@c
63 @value{prefix}@yyy{\method\,@value{postfixhop}}@yyy{\user\,@@}\host\@value{postfix}\localname\@c
64 @end macro
65 @end ifclear
66
67 @copying
68 Copyright @copyright{} 1999--2013 Free Software Foundation, Inc.
69
70 @quotation
71 Permission is granted to copy, distribute and/or modify this document
72 under the terms of the GNU Free Documentation License, Version 1.3 or
73 any later version published by the Free Software Foundation; with no
74 Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
75 and with the Back-Cover Texts as in (a) below. A copy of the license
76 is included in the section entitled ``GNU Free Documentation License''.
77
78 (a) The FSF's Back-Cover Text is: ``You have the freedom to
79 copy and modify this GNU manual.''
80 @end quotation
81 @end copying
82
83 @c Entries for @command{install-info} to use
84 @dircategory @value{emacsname} network features
85 @direntry
86 * TRAMP: (tramp). Transparent Remote Access, Multiple Protocol
87 @value{emacsname} remote file access via rsh and rcp.
88 @end direntry
89
90 @titlepage
91 @title @value{tramp} version @value{trampver} User Manual
92 @author by Daniel Pittman
93 @author based on documentation by Kai Gro@ss{}johann
94 @page
95 @insertcopying
96 @end titlepage
97
98 @contents
99
100 @ifnottex
101 @node Top, Overview, (dir), (dir)
102 @top @value{tramp} version @value{trampver} User Manual
103
104 This file documents @value{tramp} version @value{trampver}, a remote file
105 editing package for @value{emacsname}.
106
107 @value{tramp} stands for `Transparent Remote (file) Access, Multiple
108 Protocol'. This package provides remote file editing, similar to
109 @value{ftppackagename}.
110
111 The difference is that @value{ftppackagename} uses FTP to transfer
112 files between the local and the remote host, whereas @value{tramp} uses a
113 combination of @command{rsh} and @command{rcp} or other work-alike
114 programs, such as @command{ssh}/@command{scp}.
115
116 You can find the latest version of this document on the web at
117 @uref{http://www.gnu.org/software/tramp/}.
118
119 @c Pointer to the other Emacs flavor is necessary only in case of
120 @c standalone installation.
121 @ifset installchapter
122 The manual has been generated for @value{emacsname}.
123 @ifinfo
124 If you want to read the info pages for @value{emacsothername}, you
125 should read in @ref{Installation} how to create them.
126 @end ifinfo
127 @ifhtml
128 If you're using the other Emacs flavor, you should read the
129 @uref{@value{emacsotherfilename}, @value{emacsothername}} pages.
130 @end ifhtml
131 @end ifset
132
133 @ifhtml
134 The latest release of @value{tramp} is available for
135 @uref{ftp://ftp.gnu.org/gnu/tramp/, download}, or you may see
136 @ref{Obtaining Tramp} for more details, including the Git server
137 details.
138
139 @value{tramp} also has a @uref{http://savannah.gnu.org/projects/tramp/,
140 Savannah Project Page}.
141 @end ifhtml
142
143 There is a mailing list for @value{tramp}, available at
144 @email{tramp-devel@@gnu.org}, and archived at
145 @uref{http://lists.gnu.org/archive/html/tramp-devel/, the
146 @value{tramp} Mail Archive}.
147 @ifhtml
148 Older archives are located at
149 @uref{http://sourceforge.net/mailarchive/forum.php?forum=tramp-devel,
150 SourceForge Mail Archive} and
151 @uref{http://www.mail-archive.com/emacs-rcp@@ls6.cs.uni-dortmund.de/,
152 The Mail Archive}.
153 @c in HTML output, there's no new paragraph.
154 @*@*
155 @end ifhtml
156
157 @insertcopying
158
159 @end ifnottex
160
161 @menu
162 * Overview:: What @value{tramp} can and cannot do.
163
164 For the end user:
165
166 * Obtaining Tramp:: How to obtain @value{tramp}.
167 * History:: History of @value{tramp}.
168 @ifset installchapter
169 * Installation:: Installing @value{tramp} with your @value{emacsname}.
170 @end ifset
171 * Configuration:: Configuring @value{tramp} for use.
172 * Usage:: An overview of the operation of @value{tramp}.
173 * Bug Reports:: Reporting Bugs and Problems.
174 * Frequently Asked Questions:: Questions and answers from the mailing list.
175
176 For the developer:
177
178 * Files directories and localnames:: How file names, directories and localnames are mangled and managed.
179 * Traces and Profiles:: How to Customize Traces.
180 * Issues:: Debatable Issues and What Was Decided.
181
182 * GNU Free Documentation License:: The license for this documentation.
183 * Function Index:: @value{tramp} functions.
184 * Variable Index:: User options and variables.
185 * Concept Index:: An item for each concept.
186
187 @detailmenu
188 --- The Detailed Node Listing ---
189 @c
190 @ifset installchapter
191 Installing @value{tramp} with your @value{emacsname}
192
193 * Installation parameters:: Parameters in order to control installation.
194 * Load paths:: How to plug-in @value{tramp} into your environment.
195
196 @end ifset
197
198 Configuring @value{tramp} for use
199
200 * Connection types:: Types of connections made to remote machines.
201 * Inline methods:: Inline methods.
202 * External methods:: External methods.
203 @ifset emacsgvfs
204 * GVFS based methods:: GVFS based external methods.
205 @end ifset
206 @ifset emacsgw
207 * Gateway methods:: Gateway methods.
208 @end ifset
209 * Default Method:: Selecting a default method.
210 * Default User:: Selecting a default user.
211 * Default Host:: Selecting a default host.
212 * Multi-hops:: Connecting to a remote host using multiple hops.
213 * Customizing Methods:: Using Non-Standard Methods.
214 * Customizing Completion:: Selecting config files for user/host name completion.
215 * Password handling:: Reusing passwords for several connections.
216 * Connection caching:: Reusing connection related information.
217 * Remote Programs:: How @value{tramp} finds and uses programs on the remote machine.
218 * Remote shell setup:: Remote shell setup hints.
219 * Android shell setup:: Android shell setup hints.
220 * Auto-save and Backup:: Auto-save and Backup.
221 * Windows setup hints:: Issues with Cygwin ssh.
222
223 Using @value{tramp}
224
225 * Filename Syntax:: @value{tramp} filename conventions.
226 * Alternative Syntax:: URL-like filename syntax.
227 * Filename completion:: Filename completion.
228 * Ad-hoc multi-hops:: Declaring multiple hops in the file name.
229 * Remote processes:: Integration with other @value{emacsname} packages.
230 * Cleanup remote connections:: Cleanup remote connections.
231
232 How file names, directories and localnames are mangled and managed
233
234 * Localname deconstruction:: Breaking a localname into its components.
235 @ifset emacs
236 * External packages:: Integration with external Lisp packages.
237 @end ifset
238
239 @end detailmenu
240 @end menu
241
242 @node Overview
243 @chapter An overview of @value{tramp}
244 @cindex overview
245
246 After the installation of @value{tramp} into your @value{emacsname}, you
247 will be able to access files on remote machines as though they were
248 local. Access to the remote file system for editing files, version
249 control, and @code{dired} are transparently enabled.
250
251 Your access to the remote machine can be with the @command{rsh},
252 @command{rlogin}, @command{telnet} programs or with any similar
253 connection method. This connection must pass @acronym{ASCII}
254 successfully to be usable but need not be 8-bit clean.
255
256 The package provides support for @command{ssh} connections out of the
257 box, one of the more common uses of the package. This allows
258 relatively secure access to machines, especially if @command{ftp}
259 access is disabled.
260
261 Under Windows, @value{tramp} is integrated with the PuTTY package,
262 using the @command{plink} program.
263
264 The majority of activity carried out by @value{tramp} requires only that
265 the remote login is possible and is carried out at the terminal. In
266 order to access remote files @value{tramp} needs to transfer their content
267 to the local machine temporarily.
268
269 @value{tramp} can transfer files between the machines in a variety of ways.
270 The details are easy to select, depending on your needs and the
271 machines in question.
272
273 The fastest transfer methods for large files rely on a remote file
274 transfer package such as @command{rcp}, @command{scp}, @command{rsync}
275 or (under Windows) @command{pscp}.
276
277 If the remote copy methods are not suitable for you, @value{tramp} also
278 supports the use of encoded transfers directly through the shell.
279 This requires that the @command{mimencode} or @command{uuencode} tools
280 are available on the remote machine. These methods are generally
281 faster for small files.
282
283 @value{tramp} is still under active development and any problems you encounter,
284 trivial or major, should be reported to the @value{tramp} developers.
285 @xref{Bug Reports}.
286
287
288 @subsubheading Behind the scenes
289 @cindex behind the scenes
290 @cindex details of operation
291 @cindex how it works
292
293 This section tries to explain what goes on behind the scenes when you
294 access a remote file through @value{tramp}.
295
296 Suppose you type @kbd{C-x C-f} and enter part of an @value{tramp} file name,
297 then hit @kbd{@key{TAB}} for completion. Suppose further that this is
298 the first time that @value{tramp} is invoked for the host in question. Here's
299 what happens:
300
301 @itemize
302 @item
303 @value{tramp} discovers that it needs a connection to the host. So it
304 invokes @samp{telnet @var{host}} or @samp{rsh @var{host} -l
305 @var{user}} or a similar tool to connect to the remote host.
306 Communication with this process happens through an
307 @value{emacsname} buffer, that is, the output from the remote end
308 goes into a buffer.
309
310 @item
311 The remote host may prompt for a login name (for @command{telnet}).
312 The login name is given in the file name, so @value{tramp} sends the
313 login name and a newline.
314
315 @item
316 The remote host may prompt for a password or pass phrase (for
317 @command{rsh} or for @command{telnet} after sending the login name).
318 @value{tramp} displays the prompt in the minibuffer, asking you for the
319 password or pass phrase.
320
321 You enter the password or pass phrase. @value{tramp} sends it to the remote
322 host, followed by a newline.
323
324 @item
325 @value{tramp} now waits for the shell prompt or for a message that the login
326 failed.
327
328 If @value{tramp} sees neither of them after a certain period of time
329 (a minute, say), then it issues an error message saying that it
330 couldn't find the remote shell prompt and shows you what the remote
331 host has sent.
332
333 If @value{tramp} sees a @samp{login failed} message, it tells you so,
334 aborts the login attempt and allows you to try again.
335
336 @item
337 Suppose that the login was successful and @value{tramp} sees the shell prompt
338 from the remote host. Now @value{tramp} invokes @command{/bin/sh} because
339 Bourne shells and C shells have different command
340 syntaxes.@footnote{Invoking @command{/bin/sh} will fail if your login
341 shell doesn't recognize @samp{exec /bin/sh} as a valid command.
342 Maybe you use the Scheme shell @command{scsh}@dots{}}
343
344 After the Bourne shell has come up, @value{tramp} sends a few commands to
345 ensure a good working environment. It turns off echoing, it sets the
346 shell prompt, and a few other things.
347
348 @item
349 Now the remote shell is up and it good working order. Remember, what
350 was supposed to happen is that @value{tramp} tries to find out what files exist
351 on the remote host so that it can do filename completion.
352
353 So, @value{tramp} basically issues @command{cd} and @command{ls} commands and
354 also sometimes @command{echo} with globbing. Another command that is
355 often used is @command{test} to find out whether a file is writable or a
356 directory or the like. The output of each command is parsed for the
357 necessary operation.
358
359 @item
360 Suppose you are finished with filename completion, have entered @kbd{C-x
361 C-f}, a full file name and hit @kbd{@key{RET}}. Now comes the time to
362 transfer the file contents from the remote host to the local host so
363 that you can edit them.
364
365 See above for an explanation of how @value{tramp} transfers the file contents.
366
367 For inline transfers, @value{tramp} issues a command like @samp{mimencode -b
368 /path/to/remote/file}, waits until the output has accumulated in the
369 buffer that's used for communication, then decodes that output to
370 produce the file contents.
371
372 For external transfers, @value{tramp} issues a command like the
373 following:
374 @example
375 rcp user@@host:/path/to/remote/file /tmp/tramp.4711
376 @end example
377 It then reads the local temporary file @file{/tmp/tramp.4711} into a
378 buffer and deletes the temporary file.
379
380 @item
381 You now edit the buffer contents, blithely unaware of what has happened
382 behind the scenes. (Unless you have read this section, that is.) When
383 you are finished, you type @kbd{C-x C-s} to save the buffer.
384
385 @item
386 Again, @value{tramp} transfers the file contents to the remote host
387 either inline or external. This is the reverse of what happens when
388 reading the file.
389 @end itemize
390
391 I hope this has provided you with a basic overview of what happens
392 behind the scenes when you open a file with @value{tramp}.
393
394
395 @c For the end user
396 @node Obtaining Tramp
397 @chapter Obtaining Tramp.
398 @cindex obtaining Tramp
399
400 @value{tramp} is freely available on the Internet and the latest
401 release may be downloaded from @uref{ftp://ftp.gnu.org/gnu/tramp/}.
402 This release includes the full documentation and code for
403 @value{tramp}, suitable for installation. But Emacs (22 or later)
404 includes @value{tramp} already, and there is a @value{tramp} package
405 for XEmacs, as well. So maybe it is easier to just use those. But if
406 you want the bleeding edge, read on@dots{}
407
408 For the especially brave, @value{tramp} is available from Git. The Git
409 version is the latest version of the code and may contain incomplete
410 features or new issues. Use these versions at your own risk.
411
412 Instructions for obtaining the latest development version of @value{tramp}
413 from Git can be found by going to the Savannah project page at the
414 following URL and then clicking on the Git link in the navigation bar
415 at the top.
416
417 @noindent
418 @uref{http://savannah.gnu.org/projects/tramp/}
419
420 @noindent
421 Or follow the example session below:
422
423 @example
424 ] @strong{cd ~/@value{emacsdir}}
425 ] @strong{git clone git://git.savannah.gnu.org/tramp.git}
426 @end example
427
428 @noindent
429 Tramp developers use instead
430
431 @example
432 ] @strong{git clone login@@git.sv.gnu.org:/srv/git/tramp.git}
433 @end example
434
435 @noindent
436 You should now have a directory @file{~/@value{emacsdir}/tramp}
437 containing the latest version of @value{tramp}. You can fetch the latest
438 updates from the repository by issuing the command:
439
440 @example
441 ] @strong{cd ~/@value{emacsdir}/tramp}
442 ] @strong{git pull}
443 @end example
444
445 @noindent
446 Once you've got updated files from the Git repository, you need to run
447 @command{autoconf} in order to get an up-to-date @file{configure}
448 script:
449
450 @example
451 ] @strong{cd ~/@value{emacsdir}/tramp}
452 ] @strong{autoconf}
453 @end example
454
455
456 @node History
457 @chapter History of @value{tramp}
458 @cindex history
459 @cindex development history
460
461 Development was started end of November 1998. The package was called
462 @file{rssh.el}, back then. It only provided one method to access a
463 file, using @command{ssh} to log in to a remote host and using
464 @command{scp} to transfer the file contents. After a while, the name
465 was changed to @file{rcp.el}, and now it's @value{tramp}. Along the way,
466 many more methods for getting a remote shell and for transferring the
467 file contents were added. Support for VC was added.
468
469 After that, there were added the multi-hop methods in April 2000 and
470 the unification of @value{tramp} and Ange-FTP filenames in July 2002.
471 In July 2004, multi-hop methods have been replaced by proxy hosts.
472 Running commands on remote hosts was introduced in December 2005.
473 @ifset emacsgw
474 Support of gateways exists since April 2007.
475 @end ifset
476 @ifset emacsgvfs
477 GVFS integration started in February 2009.
478 @end ifset
479 @ifset emacs
480 Remote commands on Windows hosts are available since September 2011.
481 @end ifset
482 Ad-hoc multi-hop methods (with a changed syntax) have been reenabled
483 in November 2011. In November 2012, Juergen Hoetzel's
484 @file{tramp-adb.el} has been added.
485
486 In December 2001, @value{tramp} has been added to the XEmacs package
487 repository. Being part of the Emacs repository happened in June 2002,
488 the first release including @value{tramp} was Emacs 22.1.
489
490 @value{tramp} is also a Debian GNU/Linux package since February 2001.
491
492
493 @c Installation chapter is necessary only in case of standalone
494 @c installation. Text taken from trampinst.texi.
495 @ifset installchapter
496 @include trampinst.texi
497 @end ifset
498
499 @node Configuration
500 @chapter Configuring @value{tramp} for use
501 @cindex configuration
502
503 @cindex default configuration
504 @value{tramp} is (normally) fully functional when it is initially
505 installed. It is initially configured to use the @command{scp}
506 program to connect to the remote host. So in the easiest case, you
507 just type @kbd{C-x C-f} and then enter the filename
508 @file{@trampfn{, user, machine, /path/to.file}}.
509
510 On some hosts, there are problems with opening a connection. These are
511 related to the behavior of the remote shell. See @xref{Remote shell
512 setup}, for details on this.
513
514 If you do not wish to use these commands to connect to the remote
515 host, you should change the default connection and transfer method
516 that @value{tramp} uses. There are several different methods that @value{tramp}
517 can use to connect to remote machines and transfer files
518 (@pxref{Connection types}).
519
520 If you don't know which method is right for you, see @xref{Default
521 Method}.
522
523
524 @menu
525 * Connection types:: Types of connections made to remote machines.
526 * Inline methods:: Inline methods.
527 * External methods:: External methods.
528 @ifset emacsgvfs
529 * GVFS based methods:: GVFS based external methods.
530 @end ifset
531 @ifset emacsgw
532 * Gateway methods:: Gateway methods.
533 @end ifset
534 * Default Method:: Selecting a default method.
535 Here we also try to help those who
536 don't have the foggiest which method
537 is right for them.
538 * Default User:: Selecting a default user.
539 * Default Host:: Selecting a default host.
540 * Multi-hops:: Connecting to a remote host using multiple hops.
541 * Customizing Methods:: Using Non-Standard Methods.
542 * Customizing Completion:: Selecting config files for user/host name completion.
543 * Password handling:: Reusing passwords for several connections.
544 * Connection caching:: Reusing connection related information.
545 * Remote Programs:: How @value{tramp} finds and uses programs on the remote machine.
546 * Remote shell setup:: Remote shell setup hints.
547 * Android shell setup:: Android shell setup hints.
548 * Auto-save and Backup:: Auto-save and Backup.
549 * Windows setup hints:: Issues with Cygwin ssh.
550 @end menu
551
552
553 @node Connection types
554 @section Types of connections made to remote machines
555 @cindex connection types, overview
556
557 There are two basic types of transfer methods, each with its own
558 advantages and limitations. Both types of connection make use of a
559 remote shell access program such as @command{rsh}, @command{ssh} or
560 @command{telnet} to connect to the remote machine.
561
562 This connection is used to perform many of the operations that @value{tramp}
563 requires to make the remote file system transparently accessible from
564 the local machine. It is only when visiting files that the methods
565 differ.
566
567 @cindex inline methods
568 @cindex external methods
569 @cindex methods, inline
570 @cindex methods, external
571 Loading or saving a remote file requires that the content of the file
572 be transferred between the two machines. The content of the file can
573 be transferred using one of two methods: the @dfn{inline method} over
574 the same connection used to log in to the remote machine, or the
575 @dfn{external method} through another connection using a remote copy
576 program such as @command{rcp}, @command{scp} or @command{rsync}.
577
578 The performance of the external methods is generally better than that
579 of the inline methods, at least for large files. This is caused by
580 the need to encode and decode the data when transferring inline.
581
582 The one exception to this rule are the @command{scp} based transfer
583 methods. While these methods do see better performance when actually
584 transferring files, the overhead of the cryptographic negotiation at
585 startup may drown out the improvement in file transfer times.
586
587 External methods should be configured such a way that they don't
588 require a password (with @command{ssh-agent}, or such alike). Modern
589 @command{scp} implementations offer options to reuse existing
590 @command{ssh} connections, which will be enabled by default if
591 available. If it isn't possible, you should consider @ref{Password
592 handling}, otherwise you will be prompted for a password every copy
593 action.
594
595
596 @node Inline methods
597 @section Inline methods
598 @cindex inline methods
599 @cindex methods, inline
600
601 The inline methods in @value{tramp} are quite powerful and can work in
602 situations where you cannot use an external transfer program to connect.
603 Inline methods are the only methods that work when connecting to the
604 remote machine via telnet. (There are also strange inline methods which
605 allow you to transfer files between @emph{user identities} rather than
606 hosts, see below.)
607
608 These methods depend on the existence of a suitable encoding and
609 decoding command on remote machine. Locally, @value{tramp} may be able to
610 use features of @value{emacsname} to decode and encode the files or
611 it may require access to external commands to perform that task.
612
613 @cindex uuencode
614 @cindex mimencode
615 @cindex base-64 encoding
616 @value{tramp} checks the availability and usability of commands like
617 @command{mimencode} (part of the @command{metamail} package) or
618 @command{uuencode} on the remote host. The first reliable command
619 will be used. The search path can be customized, see @ref{Remote
620 Programs}.
621
622 If both commands aren't available on the remote host, @value{tramp}
623 transfers a small piece of Perl code to the remote host, and tries to
624 apply it for encoding and decoding.
625
626 The variable @var{tramp-inline-compress-start-size} controls, whether
627 a file shall be compressed before encoding. This could increase
628 transfer speed for large text files.
629
630
631 @table @asis
632 @item @option{rsh}
633 @cindex method rsh
634 @cindex rsh method
635
636 Connect to the remote host with @command{rsh}. Due to the unsecure
637 connection it is recommended for very local host topology only.
638
639 On operating systems which provide the command @command{remsh} instead
640 of @command{rsh}, you can use the method @option{remsh}. This is true
641 for HP-UX or Cray UNICOS, for example.
642
643
644 @item @option{ssh}
645 @cindex method ssh
646 @cindex ssh method
647
648 Connect to the remote host with @command{ssh}. This is identical to
649 the previous option except that the @command{ssh} package is used,
650 making the connection more secure.
651
652 All the methods based on @command{ssh} have an additional feature: you
653 can specify a host name which looks like @file{host#42} (the real host
654 name, then a hash sign, then a port number). This means to connect to
655 the given host but to also pass @code{-p 42} as arguments to the
656 @command{ssh} command.
657
658
659 @item @option{telnet}
660 @cindex method telnet
661 @cindex telnet method
662
663 Connect to the remote host with @command{telnet}. This is as unsecure
664 as the @option{rsh} method.
665
666
667 @item @option{su}
668 @cindex method su
669 @cindex su method
670
671 This method does not connect to a remote host at all, rather it uses
672 the @command{su} program to allow you to edit files as another user.
673 That means, the specified host name in the file name must be either
674 @samp{localhost} or the host name as returned by the function
675 @command{(system-name)}. For an exception of this rule see
676 @ref{Multi-hops}.
677
678
679 @item @option{sudo}
680 @cindex method sudo
681 @cindex sudo method
682
683 This is similar to the @option{su} method, but it uses @command{sudo}
684 rather than @command{su} to become a different user.
685
686 Note that @command{sudo} must be configured to allow you to start a
687 shell as the user. It would be nice if it was sufficient if
688 @command{ls} and @command{mimencode} were allowed, but that is not
689 easy to implement, so I haven't got around to it, yet.
690
691
692 @item @option{sshx}
693 @cindex method sshx
694 @cindex sshx method
695
696 As you would expect, this is similar to @option{ssh}, only a little
697 different. Whereas @option{ssh} opens a normal interactive shell on
698 the remote host, this option uses @samp{ssh -t -t @var{host} -l
699 @var{user} /bin/sh} to open a connection. This is useful for users
700 where the normal login shell is set up to ask them a number of
701 questions when logging in. This procedure avoids these questions, and
702 just gives @value{tramp} a more-or-less `standard' login shell to work
703 with.
704
705 Note that this procedure does not eliminate questions asked by
706 @command{ssh} itself. For example, @command{ssh} might ask ``Are you
707 sure you want to continue connecting?'' if the host key of the remote
708 host is not known. @value{tramp} does not know how to deal with such a
709 question (yet), therefore you will need to make sure that you can log
710 in without such questions.
711
712 This is also useful for Windows users where @command{ssh}, when
713 invoked from an @value{emacsname} buffer, tells them that it is not
714 allocating a pseudo tty. When this happens, the login shell is wont
715 to not print any shell prompt, which confuses @value{tramp} mightily.
716
717 This supports the @samp{-p} argument.
718
719
720 @item @option{krlogin}
721 @cindex method krlogin
722 @cindex krlogin method
723 @cindex Kerberos (with krlogin method)
724
725 This method is also similar to @option{ssh}. It only uses the
726 @command{krlogin -x} command to log in to the remote host.
727
728
729 @item @option{ksu}
730 @cindex method ksu
731 @cindex ksu method
732 @cindex Kerberos (with ksu method)
733
734 This is another method from the Kerberos suite. It behaves like @option{su}.
735
736
737 @item @option{plink}
738 @cindex method plink
739 @cindex plink method
740
741 This method is mostly interesting for Windows users using the PuTTY
742 implementation of SSH@. It uses @samp{plink -ssh} to log in to the
743 remote host.
744
745 This supports the @samp{-P} argument.
746
747
748 @item @option{plinkx}
749 @cindex method plinkx
750 @cindex plinkx method
751
752 Another method using PuTTY on Windows. Instead of host names, it
753 expects PuTTY session names, calling @samp{plink -load @var{session}
754 -t"}. User names are relevant only in case the corresponding session
755 hasn't defined a user name. Different port numbers must be defined in
756 the session.
757
758 @end table
759
760
761 @node External methods
762 @section External methods
763 @cindex methods, external
764 @cindex external methods
765
766 The external methods operate through multiple channels, using the
767 remote shell connection for many actions while delegating file
768 transfers to an external transfer utility.
769
770 This saves the overhead of encoding and decoding that multiplexing the
771 transfer through the one connection has with the inline methods.
772
773 Since external methods need their own overhead opening a new channel,
774 all files which are smaller than @var{tramp-copy-size-limit} are still
775 transferred with the corresponding inline method. It should provide a
776 fair trade-off between both approaches.
777
778 @table @asis
779 @item @option{rcp}---@command{rsh} and @command{rcp}
780 @cindex method rcp
781 @cindex rcp method
782 @cindex rcp (with rcp method)
783 @cindex rsh (with rcp method)
784
785 This method uses the @command{rsh} and @command{rcp} commands to connect
786 to the remote machine and transfer files. This is probably the fastest
787 connection method available.
788
789 The alternative method @option{remcp} uses the @command{remsh} and
790 @command{rcp} commands. It should be applied on machines where
791 @command{remsh} is used instead of @command{rsh}.
792
793
794 @item @option{scp}---@command{ssh} and @command{scp}
795 @cindex method scp
796 @cindex scp method
797 @cindex scp (with scp method)
798 @cindex ssh (with scp method)
799
800 Using @command{ssh} to connect to the remote host and @command{scp} to
801 transfer files between the machines is the best method for securely
802 connecting to a remote machine and accessing files.
803
804 The performance of this option is also quite good. It may be slower than
805 the inline methods when you often open and close small files however.
806 The cost of the cryptographic handshake at the start of an @command{scp}
807 session can begin to absorb the advantage that the lack of encoding and
808 decoding presents.
809
810 All the @command{ssh} based methods support the @samp{-p} feature
811 where you can specify a port number to connect to in the host name.
812 For example, the host name @file{host#42} tells @value{tramp} to
813 specify @samp{-p 42} in the argument list for @command{ssh}, and to
814 specify @samp{-P 42} in the argument list for @command{scp}.
815
816
817 @item @option{sftp}---@command{ssh} and @command{sftp}
818 @cindex method sftp
819 @cindex sftp method
820 @cindex sftp (with sftp method)
821 @cindex ssh (with sftp method)
822
823 That is mostly the same method as @option{scp}, but using
824 @command{sftp} as transfer command. So the same remarks are valid.
825
826 This command does not work like @value{ftppackagename}, where
827 @command{ftp} is called interactively, and all commands are send from
828 within this session. Instead of, @command{ssh} is used for login.
829
830 This method supports the @samp{-p} argument.
831
832
833 @item @option{rsync}---@command{ssh} and @command{rsync}
834 @cindex method rsync
835 @cindex rsync method
836 @cindex rsync (with rsync method)
837 @cindex ssh (with rsync method)
838
839 Using the @command{ssh} command to connect securely to the remote
840 machine and the @command{rsync} command to transfer files is almost
841 identical to the @option{scp} method.
842
843 While @command{rsync} performs much better than @command{scp} when
844 transferring files that exist on both hosts, this advantage is lost if
845 the file exists only on one side of the connection. A file can exists
846 on both the remote and local host, when you copy a file from/to a
847 remote host. When you just open a file from the remote host (or write
848 a file there), a temporary file on the local side is kept as long as
849 the corresponding buffer, visiting this file, is alive.
850
851 This method supports the @samp{-p} argument.
852
853
854 @item @option{scpx}---@command{ssh} and @command{scp}
855 @cindex method scpx
856 @cindex scpx method
857 @cindex scp (with scpx method)
858 @cindex ssh (with scpx method)
859
860 As you would expect, this is similar to @option{scp}, only a little
861 different. Whereas @option{scp} opens a normal interactive shell on
862 the remote host, this option uses @samp{ssh -t -t @var{host} -l
863 @var{user} /bin/sh} to open a connection. This is useful for users
864 where the normal login shell is set up to ask them a number of
865 questions when logging in. This procedure avoids these questions, and
866 just gives @value{tramp} a more-or-less `standard' login shell to work
867 with.
868
869 This is also useful for Windows users where @command{ssh}, when
870 invoked from an @value{emacsname} buffer, tells them that it is not
871 allocating a pseudo tty. When this happens, the login shell is wont
872 to not print any shell prompt, which confuses @value{tramp} mightily.
873
874 This method supports the @samp{-p} argument.
875
876
877 @item @option{pscp}---@command{plink} and @command{pscp}
878 @cindex method pscp
879 @cindex pscp method
880 @cindex pscp (with pscp method)
881 @cindex plink (with pscp method)
882 @cindex PuTTY (with pscp method)
883
884 This method is similar to @option{scp}, but it uses the
885 @command{plink} command to connect to the remote host, and it uses
886 @command{pscp} for transferring the files. These programs are part
887 of PuTTY, an SSH implementation for Windows.
888
889 This method supports the @samp{-P} argument.
890
891
892 @item @option{psftp}---@command{plink} and @command{psftp}
893 @cindex method psftp
894 @cindex psftp method
895 @cindex psftp (with psftp method)
896 @cindex plink (with psftp method)
897 @cindex PuTTY (with psftp method)
898
899 As you would expect, this method is similar to @option{sftp}, but it
900 uses the @command{plink} command to connect to the remote host, and it
901 uses @command{psftp} for transferring the files. These programs are
902 part of PuTTY, an SSH implementation for Windows.
903
904 This method supports the @samp{-P} argument.
905
906
907 @item @option{fcp}---@command{fsh} and @command{fcp}
908 @cindex method fcp
909 @cindex fcp method
910 @cindex fsh (with fcp method)
911 @cindex fcp (with fcp method)
912
913 This method is similar to @option{scp}, but it uses the @command{fsh}
914 command to connect to the remote host, and it uses @command{fcp} for
915 transferring the files. @command{fsh/fcp} are a front-end for
916 @command{ssh} which allow for reusing the same @command{ssh} session
917 for submitting several commands. This avoids the startup overhead of
918 @command{scp} (which has to establish a secure connection whenever it
919 is called). Note, however, that you can also use one of the inline
920 methods to achieve a similar effect.
921
922 This method uses the command @samp{fsh @var{host} -l @var{user}
923 /bin/sh -i} to establish the connection, it does not work to just say
924 @command{fsh @var{host} -l @var{user}}.
925
926 @cindex method fsh
927 @cindex fsh method
928
929 There is no inline method using @command{fsh} as the multiplexing
930 provided by the program is not very useful in our context. @value{tramp}
931 opens just one connection to the remote host and then keeps it open,
932 anyway.
933
934
935 @item @option{ftp}
936 @cindex method ftp
937 @cindex ftp method
938
939 This is not a native @value{tramp} method. Instead, it forwards all
940 requests to @value{ftppackagename}.
941 @ifset xemacs
942 This works only for unified filenames, see @ref{Issues}.
943 @end ifset
944
945
946 @item @option{smb}---@command{smbclient}
947 @cindex method smb
948 @cindex smb method
949
950 This is another not native @value{tramp} method. It uses the
951 @command{smbclient} command on different Unices in order to connect to
952 an SMB server. An SMB server might be a Samba (or CIFS) server on
953 another UNIX host or, more interesting, a host running MS Windows. So
954 far, it is tested against MS Windows NT, MS Windows 2000, MS Windows
955 XP, MS Windows Vista, and MS Windows 7.
956
957 The first directory in the localname must be a share name on the remote
958 host. Remember that the @code{$} character, in which default shares
959 usually end, must be written @code{$$} due to environment variable
960 substitution in file names. If no share name is given (i.e., remote
961 directory @code{/}), all available shares are listed.
962
963 Since authorization is done on share level, you will always be
964 prompted for a password if you access another share on the same host.
965 This can be suppressed by @ref{Password handling}.
966
967 For authorization, MS Windows uses both a user name and a domain name.
968 Because of this, the @value{tramp} syntax has been extended: you can
969 specify a user name which looks like @code{user%domain} (the real user
970 name, then a percent sign, then the domain name). So, to connect to
971 the machine @code{melancholia} as user @code{daniel} of the domain
972 @code{BIZARRE}, and edit @file{.emacs} in the home directory (share
973 @code{daniel$}) I would specify the filename @file{@trampfn{smb,
974 daniel%BIZARRE, melancholia, /daniel$$/.emacs}}.
975
976 Depending on the Windows domain configuration, a Windows user might be
977 considered as domain user per default. In order to connect as local
978 user, the WINS name of that machine must be given as domain name.
979 Usually, it is the machine name in capital letters. In the example
980 above, the local user @code{daniel} would be specified as
981 @file{@trampfn{smb, daniel%MELANCHOLIA, melancholia, /daniel$$/.emacs}}.
982
983 The domain name as well as the user name are optional. If no user
984 name is specified at all, the anonymous user (without password
985 prompting) is assumed. This is different from all other @value{tramp}
986 methods, where in such a case the local user name is taken.
987
988 The @option{smb} method supports the @samp{-p} argument.
989
990 @strong{Please note:} If @value{emacsname} runs locally under MS
991 Windows, this method isn't available. Instead, you can use UNC
992 file names like @file{//melancholia/daniel$$/.emacs}. The only
993 disadvantage is that there's no possibility to specify another user
994 name.
995
996
997 @item @option{adb}
998 @cindex method adb
999 @cindex adb method
1000
1001 This special method uses the Android Debug Bridge for accessing
1002 Android devices. The Android Debug Bridge must be installed locally.
1003 Some GNU/Linux distributions offer it for installation, otherwise it
1004 can be installed as part of the Android SDK. If the @command{adb}
1005 program is not found via the @code{$PATH} environment variable, the
1006 variable @var{tramp-adb-program} must point to its absolute path.
1007
1008 Tramp does not connect Android devices to @command{adb}. This must be
1009 performed outside @value{emacsname}. If there is exactly one Android
1010 device connected to @command{adb}, a host name is not needed in the
1011 remote file name. The default @value{tramp} name to be used is
1012 @file{@trampfn{adb, , ,}} therefore. Otherwise, one could find
1013 potential host names with the command @command{adb devices}.
1014
1015 Usually, the @command{adb} method does not need any user name. It
1016 runs under the permissions of the @command{adbd} process on the
1017 Android device. If a user name is specified, @value{tramp} applies an
1018 @command{su} on the device. This does not work with all Android
1019 devices, especially with unrooted ones. In that case, an error
1020 message is displayed.
1021
1022 @end table
1023
1024
1025 @ifset emacsgvfs
1026 @node GVFS based methods
1027 @section GVFS based external methods
1028 @cindex methods, gvfs
1029 @cindex gvfs based methods
1030 @cindex dbus
1031
1032 The connection methods described in this section are based on GVFS
1033 @uref{http://en.wikipedia.org/wiki/GVFS}. Via GVFS, the remote
1034 filesystem is mounted locally through FUSE@. @value{tramp} uses
1035 this local mounted directory internally.
1036
1037 The communication with GVFS is implemented via D-Bus messages.
1038 Therefore, your @value{emacsname} must have D-Bus integration,
1039 @pxref{Top, , D-Bus, dbus}.
1040
1041 @table @asis
1042 @item @option{dav}
1043 @cindex method dav
1044 @cindex method davs
1045 @cindex dav method
1046 @cindex davs method
1047
1048 This method provides access to WebDAV files and directories. There
1049 exists also the external method @option{davs}, which uses SSL
1050 encryption for the access.
1051
1052 Both methods support the port number specification as discussed above.
1053
1054
1055 @item @option{obex}
1056 @cindex method obex
1057 @cindex obex method
1058
1059 OBEX is an FTP-like access protocol for simple devices, like cell
1060 phones. For the time being, @value{tramp} only supports OBEX over Bluetooth.
1061
1062
1063 @item @option{synce}
1064 @cindex method synce
1065 @cindex synce method
1066
1067 The @option{synce} method allows communication with Windows Mobile
1068 devices. Beside GVFS for mounting remote files and directories via
1069 FUSE, it also needs the SYNCE-GVFS plugin.
1070
1071 @end table
1072
1073 @defopt tramp-gvfs-methods
1074 This customer option, a list, defines the external methods which
1075 shall be used with GVFS@. Per default, these are @option{dav},
1076 @option{davs}, @option{obex} and @option{synce}. Other possible
1077 values are @option{ftp}, @option{sftp} and @option{smb}.
1078 @end defopt
1079 @end ifset
1080
1081
1082 @ifset emacsgw
1083 @node Gateway methods
1084 @section Gateway methods
1085 @cindex methods, gateway
1086 @cindex gateway methods
1087
1088 Gateway methods are not methods to access a remote host directly.
1089 These methods are intended to pass firewalls or proxy servers.
1090 Therefore, they can be used for proxy host declarations
1091 (@pxref{Multi-hops}) only.
1092
1093 A gateway method must always come along with a method which supports
1094 port setting. This is because @value{tramp} targets the accompanied
1095 method to @file{localhost#random_port}, from where the firewall or
1096 proxy server is accessed.
1097
1098 Gateway methods support user name and password declarations. These
1099 are used to authenticate towards the corresponding firewall or proxy
1100 server. They can be passed only if your friendly administrator has
1101 granted your access.
1102
1103 @table @asis
1104 @item @option{tunnel}
1105 @cindex method tunnel
1106 @cindex tunnel method
1107
1108 This method implements an HTTP tunnel via the @command{CONNECT}
1109 command (see RFC 2616, 2817). Any HTTP 1.1 compliant (proxy) server
1110 shall support this command.
1111
1112 As authentication method, only @option{Basic Authentication} (see RFC
1113 2617) is implemented so far. If no port number is given in the
1114 declaration, port @option{8080} is used for the proxy server.
1115
1116
1117 @item @option{socks}
1118 @cindex method socks
1119 @cindex socks method
1120
1121 The @command{socks} method provides access to SOCKSv5 servers (see
1122 RFC 1928). @option{Username/Password Authentication} according to RFC
1123 1929 is supported.
1124
1125 The default port number of the socks server is @option{1080}, if not
1126 specified otherwise.
1127
1128 @end table
1129 @end ifset
1130
1131
1132 @node Default Method
1133 @section Selecting a default method
1134 @cindex default method
1135
1136 @vindex tramp-default-method
1137 When you select an appropriate transfer method for your typical usage
1138 you should set the variable @code{tramp-default-method} to reflect that
1139 choice. This variable controls which method will be used when a method
1140 is not specified in the @value{tramp} file name. For example:
1141
1142 @lisp
1143 (setq tramp-default-method "ssh")
1144 @end lisp
1145
1146 @vindex tramp-default-method-alist
1147 You can also specify different methods for certain user/host
1148 combinations, via the variable @code{tramp-default-method-alist}. For
1149 example, the following two lines specify to use the @option{ssh}
1150 method for all user names matching @samp{john} and the @option{rsync}
1151 method for all host names matching @samp{lily}. The third line
1152 specifies to use the @option{su} method for the user @samp{root} on
1153 the machine @samp{localhost}.
1154
1155 @lisp
1156 (add-to-list 'tramp-default-method-alist '("" "john" "ssh"))
1157 (add-to-list 'tramp-default-method-alist '("lily" "" "rsync"))
1158 (add-to-list 'tramp-default-method-alist
1159 '("\\`localhost\\'" "\\`root\\'" "su"))
1160 @end lisp
1161
1162 @noindent
1163 See the documentation for the variable
1164 @code{tramp-default-method-alist} for more details.
1165
1166 External methods are normally preferable to inline methods, giving
1167 better performance.
1168
1169 @xref{Inline methods}.
1170 @xref{External methods}.
1171
1172 Another consideration with the selection of transfer methods is the
1173 environment you will use them in and, especially when used over the
1174 Internet, the security implications of your preferred method.
1175
1176 The @option{rsh} and @option{telnet} methods send your password as
1177 plain text as you log in to the remote machine, as well as
1178 transferring the files in such a way that the content can easily be
1179 read from other machines.
1180
1181 If you need to connect to remote systems that are accessible from the
1182 Internet, you should give serious thought to using @option{ssh} based
1183 methods to connect. These provide a much higher level of security,
1184 making it a non-trivial exercise for someone to obtain your password
1185 or read the content of the files you are editing.
1186
1187
1188 @subsection Which method is the right one for me?
1189 @cindex choosing the right method
1190
1191 Given all of the above, you are probably thinking that this is all fine
1192 and good, but it's not helping you to choose a method! Right you are.
1193 As a developer, we don't want to boss our users around but give them
1194 maximum freedom instead. However, the reality is that some users would
1195 like to have some guidance, so here I'll try to give you this guidance
1196 without bossing you around. You tell me whether it works @dots{}
1197
1198 My suggestion is to use an inline method. For large files, external
1199 methods might be more efficient, but I guess that most people will
1200 want to edit mostly small files. And if you access large text files,
1201 compression (driven by @var{tramp-inline-compress-start-size}) shall
1202 still result in good performance.
1203
1204 I guess that these days, most people can access a remote machine by
1205 using @command{ssh}. So I suggest that you use the @option{ssh}
1206 method. So, type @kbd{C-x C-f @trampfn{ssh, root, otherhost,
1207 /etc/motd} @key{RET}} to edit the @file{/etc/motd} file on the other
1208 host.
1209
1210 If you can't use @option{ssh} to log in to the remote host, then
1211 select a method that uses a program that works. For instance, Windows
1212 users might like the @option{plink} method which uses the PuTTY
1213 implementation of @command{ssh}. Or you use Kerberos and thus like
1214 @option{krlogin}.
1215
1216 For the special case of editing files on the local host as another
1217 user, see the @option{su} or @option{sudo} methods. They offer
1218 shortened syntax for the @samp{root} account, like
1219 @file{@trampfn{su, , , /etc/motd}}.
1220
1221 People who edit large files may want to consider @option{scp} instead
1222 of @option{ssh}, or @option{pscp} instead of @option{plink}. These
1223 external methods are faster than inline methods for large files.
1224 Note, however, that external methods suffer from some limitations.
1225 Please try first whether you really get a noticeable speed advantage
1226 from using an external method! Maybe even for large files, inline
1227 methods are fast enough.
1228
1229
1230 @node Default User
1231 @section Selecting a default user
1232 @cindex default user
1233
1234 The user part of a @value{tramp} file name can be omitted. Usually,
1235 it is replaced by the user name you are logged in. Often, this is not
1236 what you want. A typical use of @value{tramp} might be to edit some
1237 files with root permissions on the local host. This case, you should
1238 set the variable @code{tramp-default-user} to reflect that choice.
1239 For example:
1240
1241 @lisp
1242 (setq tramp-default-user "root")
1243 @end lisp
1244
1245 @code{tramp-default-user} is regarded as obsolete, and will be removed
1246 soon.
1247
1248 @vindex tramp-default-user-alist
1249 You can also specify different users for certain method/host
1250 combinations, via the variable @code{tramp-default-user-alist}. For
1251 example, if you always have to use the user @samp{john} in the domain
1252 @samp{somewhere.else}, you can specify the following:
1253
1254 @lisp
1255 (add-to-list 'tramp-default-user-alist
1256 '("ssh" ".*\\.somewhere\\.else\\'" "john"))
1257 @end lisp
1258
1259 @noindent
1260 See the documentation for the variable @code{tramp-default-user-alist}
1261 for more details.
1262
1263 One trap to fall in must be known. If @value{tramp} finds a default
1264 user, this user will be passed always to the connection command as
1265 parameter (for example @command{ssh here.somewhere.else -l john}. If
1266 you have specified another user for your command in its configuration
1267 files, @value{tramp} cannot know it, and the remote access will fail.
1268 If you have specified in the given example in @file{~/.ssh/config} the
1269 lines
1270
1271 @example
1272 Host here.somewhere.else
1273 User lily
1274 @end example
1275
1276 @noindent
1277 than you must discard selecting a default user by @value{tramp}. This
1278 will be done by setting it to @code{nil} (or @samp{lily}, likewise):
1279
1280 @lisp
1281 (add-to-list 'tramp-default-user-alist
1282 '("ssh" "\\`here\\.somewhere\\.else\\'" nil))
1283 @end lisp
1284
1285 The last entry in @code{tramp-default-user-alist} could be your
1286 default user you'll apply predominantly. You shall @emph{append} it
1287 to that list at the end:
1288
1289 @lisp
1290 (add-to-list 'tramp-default-user-alist '(nil nil "jonas") t)
1291 @end lisp
1292
1293
1294 @node Default Host
1295 @section Selecting a default host
1296 @cindex default host
1297
1298 @vindex tramp-default-host
1299 Finally, it is even possible to omit the host name part of a
1300 @value{tramp} file name. This case, the value of the variable
1301 @code{tramp-default-host} is used. Per default, it is initialized
1302 with the host name your local @value{emacsname} is running.
1303
1304 If you, for example, use @value{tramp} mainly to contact the host
1305 @samp{target} as user @samp{john}, you can specify:
1306
1307 @lisp
1308 (setq tramp-default-user "john"
1309 tramp-default-host "target")
1310 @end lisp
1311
1312 Then the simple file name @samp{@trampfn{ssh, , ,}} will connect you
1313 to John's home directory on target.
1314 @ifset emacs
1315 Note, however, that the most simplification @samp{/::} won't work,
1316 because @samp{/:} is the prefix for quoted file names.
1317 @end ifset
1318
1319 @vindex tramp-default-host-alist
1320 Like with methods and users, you can also specify different default
1321 hosts for certain method/user combinations via the variable
1322 @code{tramp-default-host-alist}. Usually, this isn't necessary,
1323 because @code{tramp-default-host} should be sufficient. For some
1324 methods, like @option{adb}, that default value must be overwritten,
1325 which is already the initial value of @code{tramp-default-host-alist}.
1326
1327 @noindent
1328 See the documentation for the variable @code{tramp-default-host-alist}
1329 for more details.
1330
1331
1332 @node Multi-hops
1333 @section Connecting to a remote host using multiple hops
1334 @cindex multi-hop
1335 @cindex proxy hosts
1336
1337 Sometimes, the methods described before are not sufficient.
1338 Sometimes, it is not possible to connect to a remote host using a
1339 simple command. For example, if you are in a secured network, you
1340 might have to log in to a bastion host first before you can connect to
1341 the outside world. Of course, the target host may also require a
1342 bastion host.
1343
1344 @vindex tramp-default-proxies-alist
1345 @defopt tramp-default-proxies-alist
1346 In order to specify multiple hops, it is possible to define a proxy
1347 host to pass through, via the variable
1348 @code{tramp-default-proxies-alist}. This variable keeps a list of
1349 triples (@var{host} @var{user} @var{proxy}).
1350
1351 The first matching item specifies the proxy host to be passed for a
1352 file name located on a remote target matching @var{user}@@@var{host}.
1353 @var{host} and @var{user} are regular expressions or @code{nil}, which
1354 is interpreted as a regular expression which always matches.
1355
1356 @var{proxy} must be a Tramp filename which localname part is ignored.
1357 Method and user name on @var{proxy} are optional, which is interpreted
1358 with the default values.
1359 @ifset emacsgw
1360 The method must be an inline or gateway method (@pxref{Inline
1361 methods}, @pxref{Gateway methods}).
1362 @end ifset
1363 @ifclear emacsgw
1364 The method must be an inline method (@pxref{Inline methods}).
1365 @end ifclear
1366 If @var{proxy} is @code{nil}, no additional hop is required reaching
1367 @var{user}@@@var{host}.
1368
1369 If you, for example, must pass the host @samp{bastion.your.domain} as
1370 user @samp{bird} for any remote host which is not located in your local
1371 domain, you can set
1372
1373 @lisp
1374 (add-to-list 'tramp-default-proxies-alist
1375 '("\\." nil "@trampfn{ssh, bird, bastion.your.domain,}"))
1376 (add-to-list 'tramp-default-proxies-alist
1377 '("\\.your\\.domain\\'" nil nil))
1378 @end lisp
1379
1380 Please note the order of the code. @code{add-to-list} adds elements at the
1381 beginning of a list. Therefore, most relevant rules must be added last.
1382
1383 Proxy hosts can be cascaded. If there is another host called
1384 @samp{jump.your.domain}, which is the only one in your local domain who
1385 is allowed connecting @samp{bastion.your.domain}, you can add another
1386 rule:
1387
1388 @lisp
1389 (add-to-list 'tramp-default-proxies-alist
1390 '("\\`bastion\\.your\\.domain\\'"
1391 "\\`bird\\'"
1392 "@trampfn{ssh, , jump.your.domain,}"))
1393 @end lisp
1394
1395 @var{proxy} can contain the patterns @code{%h} or @code{%u}. These
1396 patterns are replaced by the strings matching @var{host} or
1397 @var{user}, respectively.
1398
1399 If you, for example, wants to work as @samp{root} on hosts in the
1400 domain @samp{your.domain}, but login as @samp{root} is disabled for
1401 non-local access, you might add the following rule:
1402
1403 @lisp
1404 (add-to-list 'tramp-default-proxies-alist
1405 '("\\.your\\.domain\\'" "\\`root\\'" "@trampfn{ssh, , %h,}"))
1406 @end lisp
1407
1408 Opening @file{@trampfn{sudo, , randomhost.your.domain,}} would connect
1409 first @samp{randomhost.your.domain} via @code{ssh} under your account
1410 name, and perform @code{sudo -u root} on that host afterwards. It is
1411 important to know that the given method is applied on the host which
1412 has been reached so far. @code{sudo -u root}, applied on your local
1413 host, wouldn't be useful here.
1414
1415 @var{host}, @var{user} and @var{proxy} can also be Lisp forms. These
1416 forms are evaluated, and must return a string, or @code{nil}. The
1417 previous example could be generalized then: For all hosts except my
1418 local one connect via @command{ssh} first, and apply @command{sudo -u
1419 root} afterwards:
1420
1421 @lisp
1422 (add-to-list 'tramp-default-proxies-alist
1423 '(nil "\\`root\\'" "@trampfn{ssh, , %h,}"))
1424 (add-to-list 'tramp-default-proxies-alist
1425 '((regexp-quote (system-name)) nil nil))
1426 @end lisp
1427
1428 This is the recommended configuration to work as @samp{root} on remote
1429 Ubuntu hosts.
1430
1431 @ifset emacsgw
1432 Finally, @code{tramp-default-proxies-alist} can be used to pass
1433 firewalls or proxy servers. Imagine your local network has a host
1434 @samp{proxy.your.domain} which is used on port 3128 as HTTP proxy to
1435 the outer world. Your friendly administrator has granted you access
1436 under your user name to @samp{host.other.domain} on that proxy
1437 server.@footnote{HTTP tunnels are intended for secure SSL/TLS
1438 communication. Therefore, many proxy server restrict the tunnels to
1439 related target ports. You might need to run your ssh server on your
1440 target host @samp{host.other.domain} on such a port, like 443 (https).
1441 See @uref{http://savannah.gnu.org/maintenance/CvsFromBehindFirewall}
1442 for discussion of ethical issues.} You would need to add the
1443 following rule:
1444
1445 @lisp
1446 (add-to-list 'tramp-default-proxies-alist
1447 '("\\`host\\.other\\.domain\\'" nil
1448 "@trampfn{tunnel, , proxy.your.domain#3128,}"))
1449 @end lisp
1450
1451 Gateway methods can be declared as first hop only in a multiple hop
1452 chain.
1453 @end ifset
1454 @end defopt
1455
1456 Hops to be passed tend to be restricted firewalls and alike.
1457 Sometimes they offer limited features only, like running @command{rbash}
1458 (restricted bash). This must be told to @value{tramp}.
1459
1460 @vindex tramp-restricted-shell-hosts-alist
1461 @defopt tramp-restricted-shell-hosts-alist
1462 This variable keeps a list of regular expressions, which denote hosts
1463 running a registered shell like "rbash". Those hosts can be used as
1464 proxies only.
1465
1466 If the bastion host from the example above runs a restricted shell,
1467 you shall apply
1468
1469 @lisp
1470 (add-to-list 'tramp-restricted-shell-hosts-alist
1471 "\\`bastion\\.your\\.domain\\'")
1472 @end lisp
1473 @end defopt
1474
1475
1476 @node Customizing Methods
1477 @section Using Non-Standard Methods
1478 @cindex customizing methods
1479 @cindex using non-standard methods
1480 @cindex create your own methods
1481
1482 There is a variable @code{tramp-methods} which you can change if the
1483 predefined methods don't seem right.
1484
1485 For the time being, I'll refer you to the Lisp documentation of that
1486 variable, accessible with @kbd{C-h v tramp-methods @key{RET}}.
1487
1488
1489 @node Customizing Completion
1490 @section Selecting config files for user/host name completion
1491 @cindex customizing completion
1492 @cindex selecting config files
1493 @vindex tramp-completion-function-alist
1494
1495 The variable @code{tramp-completion-function-alist} is intended to
1496 customize which files are taken into account for user and host name
1497 completion (@pxref{Filename completion}). For every method, it keeps
1498 a set of configuration files, accompanied by a Lisp function able to
1499 parse that file. Entries in @code{tramp-completion-function-alist}
1500 have the form (@var{method} @var{pair1} @var{pair2} ...).
1501
1502 Each @var{pair} is composed of (@var{function} @var{file}).
1503 @var{function} is responsible to extract user names and host names
1504 from @var{file} for completion. There are two functions which access
1505 this variable:
1506
1507 @defun tramp-get-completion-function method
1508 This function returns the list of completion functions for @var{method}.
1509
1510 Example:
1511 @example
1512 (tramp-get-completion-function "rsh")
1513
1514 @result{} ((tramp-parse-rhosts "/etc/hosts.equiv")
1515 (tramp-parse-rhosts "~/.rhosts"))
1516 @end example
1517 @end defun
1518
1519 @defun tramp-set-completion-function method function-list
1520 This function sets @var{function-list} as list of completion functions
1521 for @var{method}.
1522
1523 Example:
1524 @example
1525 (tramp-set-completion-function "ssh"
1526 '((tramp-parse-sconfig "/etc/ssh_config")
1527 (tramp-parse-sconfig "~/.ssh/config")))
1528
1529 @result{} ((tramp-parse-sconfig "/etc/ssh_config")
1530 (tramp-parse-sconfig "~/.ssh/config"))
1531 @end example
1532 @end defun
1533
1534 The following predefined functions parsing configuration files exist:
1535
1536 @table @asis
1537 @item @code{tramp-parse-rhosts}
1538 @findex tramp-parse-rhosts
1539
1540 This function parses files which are syntactical equivalent to
1541 @file{~/.rhosts}. It returns both host names and user names, if
1542 specified.
1543
1544 @item @code{tramp-parse-shosts}
1545 @findex tramp-parse-shosts
1546
1547 This function parses files which are syntactical equivalent to
1548 @file{~/.ssh/known_hosts}. Since there are no user names specified
1549 in such files, it can return host names only.
1550
1551 @item @code{tramp-parse-sconfig}
1552 @findex tramp-parse-shosts
1553
1554 This function returns the host nicknames defined by @code{Host} entries
1555 in @file{~/.ssh/config} style files.
1556
1557 @item @code{tramp-parse-shostkeys}
1558 @findex tramp-parse-shostkeys
1559
1560 SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and
1561 @file{~/ssh2/hostkeys/*}. Hosts are coded in file names
1562 @file{hostkey_@var{portnumber}_@var{host-name}.pub}. User names
1563 are always @code{nil}.
1564
1565 @item @code{tramp-parse-sknownhosts}
1566 @findex tramp-parse-shostkeys
1567
1568 Another SSH2 style parsing of directories like
1569 @file{/etc/ssh2/knownhosts/*} and @file{~/ssh2/knownhosts/*}. This
1570 case, hosts names are coded in file names
1571 @file{@var{host-name}.@var{algorithm}.pub}. User names are always @code{nil}.
1572
1573 @item @code{tramp-parse-hosts}
1574 @findex tramp-parse-hosts
1575
1576 A function dedicated to @file{/etc/hosts} style files. It returns
1577 host names only.
1578
1579 @item @code{tramp-parse-passwd}
1580 @findex tramp-parse-passwd
1581
1582 A function which parses @file{/etc/passwd} like files. Obviously, it
1583 can return user names only.
1584
1585 @item @code{tramp-parse-netrc}
1586 @findex tramp-parse-netrc
1587
1588 Finally, a function which parses @file{~/.netrc} like files. This
1589 includes also @file{~/.authinfo}-style files.
1590
1591 @end table
1592
1593 If you want to keep your own data in a file, with your own structure,
1594 you might provide such a function as well. This function must meet
1595 the following conventions:
1596
1597 @defun my-tramp-parse file
1598 @var{file} must be either a file name on your host, or @code{nil}.
1599 The function must return a list of (@var{user} @var{host}), which are
1600 taken as candidates for user and host name completion.
1601
1602 Example:
1603 @example
1604 (my-tramp-parse "~/.my-tramp-hosts")
1605
1606 @result{} ((nil "toto") ("daniel" "melancholia"))
1607 @end example
1608 @end defun
1609
1610
1611 @node Password handling
1612 @section Reusing passwords for several connections
1613 @cindex passwords
1614
1615 Sometimes it is necessary to connect to the same remote host several
1616 times. Reentering passwords again and again would be annoying, when
1617 the chosen method does not support access without password prompt
1618 through own configuration.
1619
1620 The best recommendation is to use the method's own mechanism for
1621 password handling. Consider @command{ssh-agent} for @option{ssh}-like
1622 methods, or @command{pageant} for @option{plink}-like methods.
1623
1624 However, if you cannot apply such native password handling,
1625 @value{tramp} offers alternatives.
1626
1627
1628 @anchor{Using an authentication file}
1629 @subsection Using an authentication file
1630
1631 @vindex auth-sources
1632 The package @file{auth-source.el}, originally developed in No Gnus,
1633 offers the possibility to read passwords from a file, like FTP does it
1634 from @file{~/.netrc}. The default authentication file is
1635 @file{~/.authinfo.gpg}, this can be changed via the variable
1636 @code{auth-sources}.
1637
1638 @noindent
1639 A typical entry in the authentication file would be
1640
1641 @example
1642 machine melancholia port scp login daniel password geheim
1643 @end example
1644
1645 The port can be any @value{tramp} method (@pxref{Inline methods},
1646 @pxref{External methods}), to match only this method. When you omit
1647 the port, you match all @value{tramp} methods.
1648
1649 In case of problems, setting @code{auth-source-debug} to @code{t}
1650 gives useful debug messages.
1651
1652
1653 @anchor{Caching passwords}
1654 @subsection Caching passwords
1655
1656 If there is no authentication file, @value{tramp} caches the passwords
1657 entered by you. They will be reused next time if a connection needs
1658 them for the same user name and host name, independently of the
1659 connection method.
1660
1661 @vindex password-cache-expiry
1662 Passwords are not saved permanently, that means the password caching
1663 is limited to the lifetime of your @value{emacsname} session. You
1664 can influence the lifetime of password caching by customizing the
1665 variable @code{password-cache-expiry}. The value is the number of
1666 seconds how long passwords are cached. Setting it to @code{nil}
1667 disables the expiration.
1668
1669 @vindex password-cache
1670 If you don't like this feature for security reasons, password caching
1671 can be disabled totally by customizing the variable
1672 @code{password-cache} (setting it to @code{nil}).
1673
1674 Implementation Note: password caching is based on the package
1675 @file{password-cache.el}. For the time being, it is activated only
1676 when this package is seen in the @code{load-path} while loading
1677 @value{tramp}.
1678 @ifset installchapter
1679 If you don't use No Gnus, you can take @file{password.el} from the
1680 @value{tramp} @file{contrib} directory, see @ref{Installation
1681 parameters}.
1682 @end ifset
1683
1684
1685 @node Connection caching
1686 @section Reusing connection related information
1687 @cindex caching
1688
1689 @vindex tramp-persistency-file-name
1690 In order to reduce initial connection time, @value{tramp} stores
1691 connection related information persistently. The variable
1692 @code{tramp-persistency-file-name} keeps the file name where these
1693 information are written. Its default value is
1694 @ifset emacs
1695 @file{~/.emacs.d/tramp}.
1696 @end ifset
1697 @ifset xemacs
1698 @file{~/.xemacs/tramp}.
1699 @end ifset
1700 It is recommended to choose a local file name.
1701
1702 @value{tramp} reads this file during startup, and writes it when
1703 exiting @value{emacsname}. You can simply remove this file if
1704 @value{tramp} shall be urged to recompute these information next
1705 @value{emacsname} startup time.
1706
1707 Using such persistent information can be disabled by setting
1708 @code{tramp-persistency-file-name} to @code{nil}.
1709
1710 Once consequence of reusing connection related information is that
1711 @var{tramp} needs to distinguish hosts. If you, for example, run a
1712 local @code{sshd} on port 3001, which tunnels @command{ssh} to another
1713 host, you could access both @file{@trampfn{ssh, , localhost,}} and
1714 @file{@trampfn{ssh, , localhost#3001,}}. @var{tramp} would use the
1715 same host related information (like paths, Perl variants, etc) for
1716 both connections, although the information is valid only for one of
1717 them.
1718
1719 In order to avoid trouble, you must use another host name for one of
1720 the connections, like introducing a @option{Host} section in
1721 @file{~/.ssh/config} (@pxref{Frequently Asked Questions}) or applying
1722 multiple hops (@pxref{Multi-hops}).
1723
1724 When @value{tramp} detects a changed operating system version on a
1725 remote host (via the command @command{uname -sr}), it flushes all
1726 connection related information for this host, and opens the
1727 connection again.
1728
1729
1730 @node Remote Programs
1731 @section How @value{tramp} finds and uses programs on the remote machine
1732
1733 @value{tramp} depends on a number of programs on the remote host in order to
1734 function, including @command{ls}, @command{test}, @command{find} and
1735 @command{cat}.
1736
1737 In addition to these required tools, there are various tools that may be
1738 required based on the connection method. See @ref{Inline methods} and
1739 @ref{External methods} for details on these.
1740
1741 Certain other tools, such as @command{perl} (or @command{perl5}) and
1742 @command{grep} will be used if they can be found. When they are
1743 available, they are used to improve the performance and accuracy of
1744 remote file access.
1745
1746 @vindex tramp-remote-path
1747 @vindex tramp-default-remote-path
1748 @vindex tramp-own-remote-path
1749 @defopt tramp-remote-path
1750 When @value{tramp} connects to the remote machine, it searches for the
1751 programs that it can use. The variable @code{tramp-remote-path}
1752 controls the directories searched on the remote machine.
1753
1754 By default, this is set to a reasonable set of defaults for most
1755 machines. The symbol @code{tramp-default-remote-path} is a place
1756 holder, it is replaced by the list of directories received via the
1757 command @command{getconf PATH} on your remote machine. For example,
1758 on Debian GNU/Linux this is @file{/bin:/usr/bin}, whereas on Solaris
1759 this is @file{/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin}.
1760 It is recommended to apply this symbol on top of
1761 @code{tramp-remote-path}.
1762
1763 It is possible, however, that your local (or remote ;) system
1764 administrator has put the tools you want in some obscure local
1765 directory.
1766
1767 In this case, you can still use them with @value{tramp}. You simply
1768 need to add code to your @file{.emacs} to add the directory to the
1769 remote path. This will then be searched by @value{tramp} when you
1770 connect and the software found.
1771
1772 To add a directory to the remote search path, you could use code such
1773 as:
1774
1775 @lisp
1776 @i{;; We load @value{tramp} to define the variable.}
1777 (require 'tramp)
1778 @i{;; We have @command{perl} in "/usr/local/perl/bin"}
1779 (add-to-list 'tramp-remote-path "/usr/local/perl/bin")
1780 @end lisp
1781
1782 Another possibility is to reuse the path settings of your remote
1783 account when you log in. Usually, these settings are overwritten,
1784 because they might not be useful for @value{tramp}. The place holder
1785 @code{tramp-own-remote-path} preserves these settings. You can
1786 activate it via
1787
1788 @lisp
1789 (add-to-list 'tramp-remote-path 'tramp-own-remote-path)
1790 @end lisp
1791 @end defopt
1792
1793 @value{tramp} caches several information, like the Perl binary
1794 location. The changed remote search path wouldn't affect these
1795 settings. In order to force @value{tramp} to recompute these values,
1796 you must exit @value{emacsname}, remove your persistency file
1797 (@pxref{Connection caching}), and restart @value{emacsname}.
1798
1799
1800 @node Remote shell setup
1801 @section Remote shell setup hints
1802 @cindex remote shell setup
1803 @cindex @file{.profile} file
1804 @cindex @file{.login} file
1805 @cindex shell init files
1806
1807 As explained in the @ref{Overview} section, @value{tramp} connects to the
1808 remote host and talks to the shell it finds there. Of course, when you
1809 log in, the shell executes its init files. Suppose your init file
1810 requires you to enter the birth date of your mother; clearly @value{tramp}
1811 does not know this and hence fails to log you in to that host.
1812
1813 There are different possible strategies for pursuing this problem. One
1814 strategy is to enable @value{tramp} to deal with all possible situations.
1815 This is a losing battle, since it is not possible to deal with
1816 @emph{all} situations. The other strategy is to require you to set up
1817 the remote host such that it behaves like @value{tramp} expects. This might
1818 be inconvenient because you have to invest a lot of effort into shell
1819 setup before you can begin to use @value{tramp}.
1820
1821 The package, therefore, pursues a combined approach. It tries to
1822 figure out some of the more common setups, and only requires you to
1823 avoid really exotic stuff. For example, it looks through a list of
1824 directories to find some programs on the remote host. And also, it
1825 knows that it is not obvious how to check whether a file exists, and
1826 therefore it tries different possibilities. (On some hosts and
1827 shells, the command @command{test -e} does the trick, on some hosts
1828 the shell builtin doesn't work but the program @command{/usr/bin/test
1829 -e} or @command{/bin/test -e} works. And on still other hosts,
1830 @command{ls -d} is the right way to do this.)
1831
1832 Below you find a discussion of a few things that @value{tramp} does not deal
1833 with, and that you therefore have to set up correctly.
1834
1835 @table @asis
1836 @item @var{shell-prompt-pattern}
1837 @vindex shell-prompt-pattern
1838
1839 After logging in to the remote host, @value{tramp} has to wait for the remote
1840 shell startup to finish before it can send commands to the remote
1841 shell. The strategy here is to wait for the shell prompt. In order to
1842 recognize the shell prompt, the variable @code{shell-prompt-pattern} has
1843 to be set correctly to recognize the shell prompt on the remote host.
1844
1845 Note that @value{tramp} requires the match for @code{shell-prompt-pattern}
1846 to be at the end of the buffer. Many people have something like the
1847 following as the value for the variable: @code{"^[^>$][>$] *"}. Now
1848 suppose your shell prompt is @code{a <b> c $ }. In this case,
1849 @value{tramp} recognizes the @code{>} character as the end of the prompt,
1850 but it is not at the end of the buffer.
1851
1852 @item @var{tramp-shell-prompt-pattern}
1853 @vindex tramp-shell-prompt-pattern
1854
1855 This regular expression is used by @value{tramp} in the same way as
1856 @code{shell-prompt-pattern}, to match prompts from the remote shell.
1857 This second variable exists because the prompt from the remote shell
1858 might be different from the prompt from a local shell---after all,
1859 the whole point of @value{tramp} is to log in to remote hosts as a
1860 different user. The default value of
1861 @code{tramp-shell-prompt-pattern} is the same as the default value of
1862 @code{shell-prompt-pattern}, which is reported to work well in many
1863 circumstances.
1864
1865 @item @var{tramp-password-prompt-regexp}
1866 @vindex tramp-password-prompt-regexp
1867 @vindex tramp-wrong-passwd-regexp
1868
1869 During login, @value{tramp} might be forced to enter a password or a
1870 passphrase. The difference between both is that a password is
1871 requested from the shell on the remote host, while a passphrase is
1872 needed for accessing local authentication information, like your ssh
1873 key.
1874
1875 @var{tramp-password-prompt-regexp} handles the detection of such
1876 requests for English environments. When you use another localization
1877 of your (local or remote) host, you might need to adapt this. Example:
1878
1879 @lisp
1880 (setq
1881 tramp-password-prompt-regexp
1882 (concat
1883 "^.*"
1884 (regexp-opt
1885 '("passphrase" "Passphrase"
1886 ;; English
1887 "password" "Password"
1888 ;; Deutsch
1889 "passwort" "Passwort"
1890 ;; Fran@,{c}ais
1891 "mot de passe" "Mot de passe") t)
1892 ".*:\0? *"))
1893 @end lisp
1894
1895 In parallel, it might also be necessary to adapt
1896 @var{tramp-wrong-passwd-regexp}.
1897
1898 @item @command{tset} and other questions
1899 @cindex Unix command tset
1900 @cindex tset Unix command
1901
1902 Some people invoke the @command{tset} program from their shell startup
1903 scripts which asks the user about the terminal type of the shell.
1904 Maybe some shells ask other questions when they are started.
1905 @value{tramp} does not know how to answer these questions. There are
1906 two approaches for dealing with this problem. One approach is to take
1907 care that the shell does not ask any questions when invoked from
1908 @value{tramp}. You can do this by checking the @env{TERM}
1909 environment variable, it will be set to @code{dumb} when connecting.
1910
1911 @vindex tramp-terminal-type
1912 The variable @code{tramp-terminal-type} can be used to change this value
1913 to @code{dumb}.
1914
1915 @vindex tramp-actions-before-shell
1916 The other approach is to teach @value{tramp} about these questions. See
1917 the variable @code{tramp-actions-before-shell}. Example:
1918
1919 @lisp
1920 (defconst my-tramp-prompt-regexp
1921 (concat (regexp-opt '("Enter the birth date of your mother:") t)
1922 "\\s-*")
1923 "Regular expression matching my login prompt question.")
1924
1925 (defun my-tramp-action (proc vec)
1926 "Enter \"19000101\" in order to give a correct answer."
1927 (save-window-excursion
1928 (with-current-buffer (tramp-get-connection-buffer vec)
1929 (tramp-message vec 6 "\n%s" (buffer-string))
1930 (tramp-send-string vec "19000101"))))
1931
1932 (add-to-list 'tramp-actions-before-shell
1933 '(my-tramp-prompt-regexp my-tramp-action))
1934 @end lisp
1935
1936
1937 @item Environment variables named like users in @file{.profile}
1938
1939 If you have a user named frumple and set the variable @env{FRUMPLE} in
1940 your shell environment, then this might cause trouble. Maybe rename
1941 the variable to @env{FRUMPLE_DIR} or the like.
1942
1943 This weird effect was actually reported by a @value{tramp} user!
1944
1945
1946 @item Non-Bourne commands in @file{.profile}
1947
1948 After logging in to the remote host, @value{tramp} issues the command
1949 @command{exec /bin/sh}. (Actually, the command is slightly
1950 different.) When @command{/bin/sh} is executed, it reads some init
1951 files, such as @file{~/.shrc} or @file{~/.profile}.
1952
1953 Now, some people have a login shell which is not @code{/bin/sh} but a
1954 Bourne-ish shell such as bash or ksh. Some of these people might put
1955 their shell setup into the files @file{~/.shrc} or @file{~/.profile}.
1956 This way, it is possible for non-Bourne constructs to end up in those
1957 files. Then, @command{exec /bin/sh} might cause the Bourne shell to
1958 barf on those constructs.
1959
1960 As an example, imagine somebody putting @command{export FOO=bar} into
1961 the file @file{~/.profile}. The standard Bourne shell does not
1962 understand this syntax and will emit a syntax error when it reaches
1963 this line.
1964
1965 Another example is the tilde (@code{~}) character, say when adding
1966 @file{~/bin} to @env{PATH}. Many Bourne shells will not expand this
1967 character, and since there is usually no directory whose name consists
1968 of the single character tilde, strange things will happen.
1969
1970 What can you do about this?
1971
1972 Well, one possibility is to make sure that everything in
1973 @file{~/.shrc} and @file{~/.profile} on all remote hosts is
1974 Bourne-compatible. In the above example, instead of @command{export
1975 FOO=bar}, you might use @command{FOO=bar; export FOO} instead.
1976
1977 The other possibility is to put your non-Bourne shell setup into some
1978 other files. For example, bash reads the file @file{~/.bash_profile}
1979 instead of @file{~/.profile}, if the former exists. So bash
1980 aficionados just rename their @file{~/.profile} to
1981 @file{~/.bash_profile} on all remote hosts, and Bob's your uncle.
1982
1983 The @value{tramp} developers would like to circumvent this problem, so
1984 if you have an idea about it, please tell us. However, we are afraid
1985 it is not that simple: before saying @command{exec /bin/sh},
1986 @value{tramp} does not know which kind of shell it might be talking
1987 to. It could be a Bourne-ish shell like ksh or bash, or it could be a
1988 csh derivative like tcsh, or it could be zsh, or even rc. If the
1989 shell is Bourne-ish already, then it might be prudent to omit the
1990 @command{exec /bin/sh} step. But how to find out if the shell is
1991 Bourne-ish?
1992
1993
1994 @item Interactive shell prompt
1995
1996 @value{tramp} redefines the shell prompt in order to parse the shell's
1997 output robustly. When calling an interactive shell by @kbd{M-x
1998 shell}, this doesn't look nice.
1999
2000 You can redefine the shell prompt by checking the environment variable
2001 @env{INSIDE_EMACS}, which is set by @value{tramp}, in your startup
2002 script @file{~/.emacs_SHELLNAME}. @env{SHELLNAME} might be the string
2003 @code{bash} or similar, in case of doubt you could set it the
2004 environment variable @env{ESHELL} in your @file{.emacs}:
2005
2006 @lisp
2007 (setenv "ESHELL" "bash")
2008 @end lisp
2009
2010 Your file @file{~/.emacs_SHELLNAME} could contain code like
2011
2012 @example
2013 # Reset the prompt for remote Tramp shells.
2014 if [ "$@{INSIDE_EMACS/*tramp*/tramp@}" == "tramp" ] ; then
2015 PS1="[\u@@\h \w]$ "
2016 fi
2017 @end example
2018
2019 @ifinfo
2020 @ifset emacs
2021 @xref{Interactive Shell, , , @value{emacsdir}}.
2022 @end ifset
2023 @end ifinfo
2024
2025 @end table
2026
2027
2028 @node Android shell setup
2029 @section Android shell setup hints
2030 @cindex android shell setup
2031
2032 Android devices use a restricted shell. They can be accessed via the
2033 @option{adb} method. However, this restricts the access to a USB
2034 connection, and it requires the installation of the Android SDK on the
2035 local machine.
2036
2037 When an @command{sshd} process runs on the Android device, like
2038 provided by the @code{SSHDroid} app, any @option{ssh}-based method can
2039 be used. This requires some special settings.
2040
2041 The default shell @code{/bin/sh} does not exist. Instead, you shall
2042 use just @code{sh}, which invokes the shell installed on the device.
2043 You can instruct @value{tramp} by this form:
2044
2045 @lisp
2046 (add-to-list 'tramp-connection-properties
2047 (list (regexp-quote "192.168.0.26") "remote-shell" "sh"))
2048 @end lisp
2049
2050 @noindent
2051 with @samp{192.168.0.26} being the IP address of your Android device.
2052
2053 The user settings for the @code{$PATH} environment variable must be
2054 preserved. It has also been reported, that the commands in
2055 @file{/system/xbin} are better suited than the ones in
2056 @file{/system/bin}. Add these setting:
2057
2058 @lisp
2059 (add-to-list 'tramp-remote-path 'tramp-own-remote-path)
2060 (add-to-list 'tramp-remote-path "/system/xbin")
2061 @end lisp
2062
2063 @noindent
2064 If the Android device is not @samp{rooted}, you must give the shell a
2065 writable directory for temporary files:
2066
2067 @lisp
2068 (add-to-list 'tramp-remote-process-environment "TMPDIR=$HOME")
2069 @end lisp
2070
2071 @noindent
2072 Now you shall be able to open a remote connection with @kbd{C-x C-f
2073 @trampfn{ssh, , 192.168.0.26#2222, }}, given that @command{sshd}
2074 listens on port @samp{2222}.
2075
2076 It is also recommended to add a corresponding entry to your
2077 @file{~/.ssh/config} for that connection, like
2078
2079 @example
2080 Host android
2081 HostName 192.168.0.26
2082 User root
2083 Port 2222
2084 @end example
2085
2086 @noindent
2087 In this case, you must change the setting for the remote shell to
2088
2089 @lisp
2090 (add-to-list 'tramp-connection-properties
2091 (list (regexp-quote "android") "remote-shell" "sh"))
2092 @end lisp
2093
2094 @noindent
2095 You would open the connection with @kbd{C-x C-f @trampfn{ssh, ,
2096 android, }} then.
2097
2098
2099 @node Auto-save and Backup
2100 @section Auto-save and Backup configuration
2101 @cindex auto-save
2102 @cindex backup
2103 @ifset emacs
2104 @vindex backup-directory-alist
2105 @end ifset
2106 @ifset xemacs
2107 @vindex bkup-backup-directory-info
2108 @end ifset
2109
2110 Normally, @value{emacsname} writes backup files to the same directory
2111 as the original files, but this behavior can be changed via the
2112 variable
2113 @ifset emacs
2114 @code{backup-directory-alist}.
2115 @end ifset
2116 @ifset xemacs
2117 @code{bkup-backup-directory-info}.
2118 @end ifset
2119 In connection with @value{tramp}, this can have unexpected side
2120 effects. Suppose that you specify that all backups should go to the
2121 directory @file{~/.emacs.d/backups/}, and then you edit the file
2122 @file{@trampfn{su, root, localhost, /etc/secretfile}}. The effect is
2123 that the backup file will be owned by you and not by root, thus
2124 possibly enabling others to see it even if they were not intended to
2125 see it.
2126
2127 When
2128 @ifset emacs
2129 @code{backup-directory-alist}
2130 @end ifset
2131 @ifset xemacs
2132 @code{bkup-backup-directory-info}
2133 @end ifset
2134 is @code{nil} (the default), such problems do not occur.
2135
2136 Therefore, it is useful to set special values for @value{tramp}
2137 files. For example, the following statement effectively `turns off'
2138 the effect of
2139 @ifset emacs
2140 @code{backup-directory-alist}
2141 @end ifset
2142 @ifset xemacs
2143 @code{bkup-backup-directory-info}
2144 @end ifset
2145 for @value{tramp} files:
2146
2147 @ifset emacs
2148 @lisp
2149 (add-to-list 'backup-directory-alist
2150 (cons tramp-file-name-regexp nil))
2151 @end lisp
2152 @end ifset
2153 @ifset xemacs
2154 @lisp
2155 (require 'backup-dir)
2156 (add-to-list 'bkup-backup-directory-info
2157 (list tramp-file-name-regexp ""))
2158 @end lisp
2159 @end ifset
2160
2161 @ifset emacs
2162 It is also possible to disable backups depending on the used method.
2163 The following code disables backups for the @option{su} and
2164 @option{sudo} methods:
2165
2166 @lisp
2167 (setq backup-enable-predicate
2168 (lambda (name)
2169 (and (normal-backup-enable-predicate name)
2170 (not
2171 (let ((method (file-remote-p name 'method)))
2172 (when (stringp method)
2173 (member method '("su" "sudo"))))))))
2174 @end lisp
2175 @end ifset
2176
2177
2178 Another possibility is to use the @value{tramp} variable
2179 @ifset emacs
2180 @code{tramp-backup-directory-alist}.
2181 @end ifset
2182 @ifset xemacs
2183 @code{tramp-bkup-backup-directory-info}.
2184 @end ifset
2185 This variable has the same meaning like
2186 @ifset emacs
2187 @code{backup-directory-alist}.
2188 @end ifset
2189 @ifset xemacs
2190 @code{bkup-backup-directory-info}.
2191 @end ifset
2192 If a @value{tramp} file is backed up, and DIRECTORY is an absolute
2193 local file name, DIRECTORY is prepended with the @value{tramp} file
2194 name prefix of the file to be backed up.
2195
2196 @noindent
2197 Example:
2198
2199 @ifset emacs
2200 @lisp
2201 (add-to-list 'backup-directory-alist
2202 (cons "." "~/.emacs.d/backups/"))
2203 (setq tramp-backup-directory-alist backup-directory-alist)
2204 @end lisp
2205 @end ifset
2206 @ifset xemacs
2207 @lisp
2208 (require 'backup-dir)
2209 (add-to-list 'bkup-backup-directory-info
2210 (list "." "~/.emacs.d/backups/" 'full-path))
2211 (setq tramp-bkup-backup-directory-info bkup-backup-directory-info)
2212 @end lisp
2213 @end ifset
2214
2215 @noindent
2216 The backup file name of @file{@trampfn{su, root, localhost,
2217 /etc/secretfile}} would be
2218 @ifset emacs
2219 @file{@trampfn{su, root, localhost,
2220 ~/.emacs.d/backups/!su:root@@localhost:!etc!secretfile~}}
2221 @end ifset
2222 @ifset xemacs
2223 @file{@trampfn{su, root, localhost,
2224 ~/.emacs.d/backups/![su!root@@localhost]!etc!secretfile~}}
2225 @end ifset
2226
2227 The same problem can happen with auto-saving files.
2228 @ifset emacs
2229 The variable @code{auto-save-file-name-transforms} keeps information,
2230 on which directory an auto-saved file should go. By default, it is
2231 initialized for @value{tramp} files to the local temporary directory.
2232
2233 On some versions of @value{emacsname}, namely the version built for
2234 Debian GNU/Linux, the variable @code{auto-save-file-name-transforms}
2235 contains the directory where @value{emacsname} was built. A
2236 workaround is to manually set the variable to a sane value.
2237
2238 If auto-saved files should go into the same directory as the original
2239 files, @code{auto-save-file-name-transforms} should be set to @code{nil}.
2240
2241 Another possibility is to set the variable
2242 @code{tramp-auto-save-directory} to a proper value.
2243 @end ifset
2244 @ifset xemacs
2245 For this purpose you can set the variable @code{auto-save-directory}
2246 to a proper value.
2247 @end ifset
2248
2249
2250 @node Windows setup hints
2251 @section Issues with Cygwin ssh
2252 @cindex Cygwin, issues
2253
2254 This section needs a lot of work! Please help.
2255
2256 @cindex method sshx with Cygwin
2257 @cindex sshx method with Cygwin
2258 The recent Cygwin installation of @command{ssh} works only with a
2259 Cygwinized @value{emacsname}. You can check it by typing @kbd{M-x
2260 eshell}, and starting @kbd{ssh test.machine}. The problem is evident
2261 if you see a message like this:
2262
2263 @example
2264 Pseudo-terminal will not be allocated because stdin is not a terminal.
2265 @end example
2266
2267 Older @command{ssh} versions of Cygwin are told to cooperate with
2268 @value{tramp} selecting @option{sshx} as the connection method. You
2269 can find information about setting up Cygwin in their FAQ at
2270 @uref{http://cygwin.com/faq/}.
2271
2272 @cindex method scpx with Cygwin
2273 @cindex scpx method with Cygwin
2274 If you wish to use the @option{scpx} connection method, then you might
2275 have the problem that @value{emacsname} calls @command{scp} with a
2276 Windows filename such as @code{c:/foo}. The Cygwin version of
2277 @command{scp} does not know about Windows filenames and interprets
2278 this as a remote filename on the host @code{c}.
2279
2280 One possible workaround is to write a wrapper script for @option{scp}
2281 which converts the Windows filename to a Cygwinized filename.
2282
2283 @cindex Cygwin and ssh-agent
2284 @cindex SSH_AUTH_SOCK and @value{emacsname} on Windows
2285 If you want to use either @option{ssh} based method on Windows, then
2286 you might encounter problems with @command{ssh-agent}. Using this
2287 program, you can avoid typing the pass-phrase every time you log in.
2288 However, if you start @value{emacsname} from a desktop shortcut, then
2289 the environment variable @env{SSH_AUTH_SOCK} is not set and so
2290 @value{emacsname} and thus @value{tramp} and thus @command{ssh} and
2291 @command{scp} started from @value{tramp} cannot communicate with
2292 @command{ssh-agent}. It works better to start @value{emacsname} from
2293 the shell.
2294
2295 If anyone knows how to start @command{ssh-agent} under Windows in such a
2296 way that desktop shortcuts can profit, please holler. I don't really
2297 know anything at all about Windows@dots{}
2298
2299
2300 @node Usage
2301 @chapter Using @value{tramp}
2302 @cindex using @value{tramp}
2303
2304 Once you have installed @value{tramp} it will operate fairly
2305 transparently. You will be able to access files on any remote machine
2306 that you can log in to as though they were local.
2307
2308 Files are specified to @value{tramp} using a formalized syntax specifying the
2309 details of the system to connect to. This is similar to the syntax used
2310 by the @value{ftppackagename} package.
2311
2312 @cindex type-ahead
2313 Something that might happen which surprises you is that
2314 @value{emacsname} remembers all your keystrokes, so if you see a
2315 password prompt from @value{emacsname}, say, and hit @kbd{@key{RET}}
2316 twice instead of once, then the second keystroke will be processed by
2317 @value{emacsname} after @value{tramp} has done its thing. Why, this
2318 type-ahead is normal behavior, you say. Right you are, but be aware
2319 that opening a remote file might take quite a while, maybe half a
2320 minute when a connection needs to be opened. Maybe after half a
2321 minute you have already forgotten that you hit that key!
2322
2323 @menu
2324 * Filename Syntax:: @value{tramp} filename conventions.
2325 * Alternative Syntax:: URL-like filename syntax.
2326 * Filename completion:: Filename completion.
2327 * Ad-hoc multi-hops:: Declaring multiple hops in the file name.
2328 * Remote processes:: Integration with other @value{emacsname} packages.
2329 * Cleanup remote connections:: Cleanup remote connections.
2330 @end menu
2331
2332
2333 @node Filename Syntax
2334 @section @value{tramp} filename conventions
2335 @cindex filename syntax
2336 @cindex filename examples
2337
2338 To access the file @var{localname} on the remote machine @var{machine}
2339 you would specify the filename @file{@trampfn{, , machine,
2340 localname}}. This will connect to @var{machine} and transfer the file
2341 using the default method. @xref{Default Method}.
2342
2343 Some examples of @value{tramp} filenames are shown below.
2344
2345 @table @file
2346 @item @value{prefix}melancholia@value{postfix}.emacs
2347 Edit the file @file{.emacs} in your home directory on the machine
2348 @code{melancholia}.
2349
2350 @item @value{prefix}melancholia.danann.net@value{postfix}.emacs
2351 This edits the same file, using the fully qualified domain name of
2352 the machine.
2353
2354 @item @value{prefix}melancholia@value{postfix}~/.emacs
2355 This also edits the same file; the @file{~} is expanded to your
2356 home directory on the remote machine, just like it is locally.
2357
2358 @item @value{prefix}melancholia@value{postfix}~daniel/.emacs
2359 This edits the file @file{.emacs} in the home directory of the user
2360 @code{daniel} on the machine @code{melancholia}. The @file{~<user>}
2361 construct is expanded to the home directory of that user on the remote
2362 machine.
2363
2364 @item @value{prefix}melancholia@value{postfix}/etc/squid.conf
2365 This edits the file @file{/etc/squid.conf} on the machine
2366 @code{melancholia}.
2367
2368 @end table
2369
2370 @var{machine} can also be an IPv4 or IPv6 address, like in
2371 @file{@trampfn{, , 127.0.0.1, .emacs}} or @file{@trampfn{, ,
2372 @value{ipv6prefix}::1@value{ipv6postfix}, .emacs}}.
2373 @ifset emacs
2374 For syntactical reasons, IPv6 addresses must be embedded in square
2375 brackets @file{@value{ipv6prefix}} and @file{@value{ipv6postfix}}.
2376 @end ifset
2377
2378 Unless you specify a different name to use, @value{tramp} will use the
2379 current local user name as the remote user name to log in with. If you
2380 need to log in as a different user, you can specify the user name as
2381 part of the filename.
2382
2383 To log in to the remote machine as a specific user, you use the syntax
2384 @file{@trampfn{, user, machine, path/to.file}}. That means that
2385 connecting to @code{melancholia} as @code{daniel} and editing
2386 @file{.emacs} in your home directory you would specify
2387 @file{@trampfn{, daniel, melancholia, .emacs}}.
2388
2389 It is also possible to specify other file transfer methods
2390 (@pxref{Inline methods}, @pxref{External methods}) as part of the
2391 filename.
2392 @ifset emacs
2393 This is done by putting the method before the user and host name, as
2394 in @file{@value{prefix}@var{method}@value{postfixhop}} (Note the
2395 trailing colon).
2396 @end ifset
2397 @ifset xemacs
2398 This is done by replacing the initial @file{@value{prefix}} with
2399 @file{@value{prefix}<method>@value{postfixhop}}. (Note the trailing
2400 slash!).
2401 @end ifset
2402 The user, machine and file specification remain the same.
2403
2404 So, to connect to the machine @code{melancholia} as @code{daniel},
2405 using the @option{ssh} method to transfer files, and edit
2406 @file{.emacs} in my home directory I would specify the filename
2407 @file{@trampfn{ssh, daniel, melancholia, .emacs}}.
2408
2409 Finally, for some methods it is possible to specify a different port
2410 number than the default one, given by the method. This is specified
2411 by adding @file{#<port>} to the host name, like in @file{@trampfn{ssh,
2412 daniel, melancholia#42, .emacs}}.
2413
2414 Note that @value{tramp} supports only filenames encoded in unibyte.
2415
2416
2417 @node Alternative Syntax
2418 @section URL-like filename syntax
2419 @cindex filename syntax
2420 @cindex filename examples
2421
2422 Additionally to the syntax described in the previous chapter, it is
2423 possible to use a URL-like syntax for @value{tramp}. This can be
2424 switched on by customizing the variable @code{tramp-syntax}. Please
2425 note that this feature is experimental for the time being.
2426
2427 The variable @code{tramp-syntax} must be set before requiring @value{tramp}:
2428
2429 @lisp
2430 (setq tramp-syntax 'url)
2431 (require 'tramp)
2432 @end lisp
2433
2434 Then, a @value{tramp} filename would look like this:
2435 @file{/@var{method}://@var{user}@@@var{machine}:@var{port}/@var{path/to.file}}.
2436 @file{/@var{method}://} is mandatory, all other parts are optional.
2437 @file{:@var{port}} is useful for methods only who support this.
2438
2439 The last example from the previous section would look like this:
2440 @file{/ssh://daniel@@melancholia/.emacs}.
2441
2442 For the time being, @code{tramp-syntax} can have the following values:
2443
2444 @itemize @w{}
2445 @ifset emacs
2446 @item @code{ftp}---That is the default syntax
2447 @item @code{url}---URL-like syntax
2448 @end ifset
2449 @ifset xemacs
2450 @item @code{sep}---That is the default syntax
2451 @item @code{url}---URL-like syntax
2452 @item @code{ftp}---EFS-like syntax
2453 @end ifset
2454 @end itemize
2455
2456
2457 @node Filename completion
2458 @section Filename completion
2459 @cindex filename completion
2460
2461 Filename completion works with @value{tramp} for completion of method
2462 names, of user names and of machine names as well as for completion of
2463 file names on remote machines.
2464 @ifset emacs
2465 In order to enable this, partial completion must be activated in your
2466 @file{.emacs}.
2467 @ifinfo
2468 @xref{Completion Options, , , @value{emacsdir}}.
2469 @end ifinfo
2470 @end ifset
2471
2472 If you, for example, type @kbd{C-x C-f @value{prefix}t
2473 @key{TAB}}, @value{tramp} might give you as result the choice for
2474
2475 @example
2476 @c @multitable {@trampfn{telnet, , melancholia.danann.net,}} {@trampfn{telnet, , 192.168.0.1,}}
2477 @multitable @columnfractions .5 .5
2478 @ifset emacs
2479 @item @value{prefixhop}telnet@value{postfixhop} @tab tmp/
2480 @item @value{prefixhop}toto@value{postfix} @tab
2481 @end ifset
2482 @ifset xemacs
2483 @item @value{prefixhop}telnet@value{postfixhop} @tab @value{prefixhop}toto@value{postfix}
2484 @end ifset
2485 @end multitable
2486 @end example
2487
2488 @samp{@value{prefixhop}telnet@value{postfixhop}}
2489 is a possible completion for the respective method,
2490 @ifset emacs
2491 @samp{tmp/} stands for the directory @file{/tmp} on your local
2492 machine,
2493 @end ifset
2494 and @samp{@value{prefixhop}toto@value{postfix}}
2495 might be a host @value{tramp} has detected in your @file{~/.ssh/known_hosts}
2496 file (given you're using default method @option{ssh}).
2497
2498 If you go on to type @kbd{e @key{TAB}}, the minibuffer is completed to
2499 @samp{@value{prefix}telnet@value{postfixhop}}.
2500 Next @kbd{@key{TAB}} brings you all machine names @value{tramp} detects in
2501 your @file{/etc/hosts} file, let's say
2502
2503 @example
2504 @multitable @columnfractions .5 .5
2505 @c @multitable {@trampfn{telnet, , melancholia.danann.net,}} {@trampfn{telnet, , 192.168.0.1,}}
2506 @item @trampfn{telnet, , 127.0.0.1,} @tab @trampfn{telnet, , 192.168.0.1,}
2507 @item @trampfn{telnet, , @value{ipv6prefix}::1@value{ipv6postfix},} @tab @trampfn{telnet, , localhost,}
2508 @item @trampfn{telnet, , melancholia.danann.net,} @tab @trampfn{telnet, , melancholia,}
2509 @end multitable
2510 @end example
2511
2512 Now you can choose the desired machine, and you can continue to
2513 complete file names on that machine.
2514
2515 If the configuration files (@pxref{Customizing Completion}), which
2516 @value{tramp} uses for analysis of completion, offer user names, those user
2517 names will be taken into account as well.
2518
2519 Remote machines which have been visited in the past and kept
2520 persistently (@pxref{Connection caching}) will be offered too.
2521
2522 Once the remote machine identification is completed, it comes to
2523 filename completion on the remote host. This works pretty much like
2524 for files on the local host, with the exception that minibuffer
2525 killing via a double-slash works only on the filename part, except
2526 that filename part starts with @file{//}.
2527 @ifset emacs
2528 A triple-slash stands for the default behavior.
2529 @end ifset
2530 @ifinfo
2531 @xref{Minibuffer File, , , @value{emacsdir}}.
2532 @end ifinfo
2533
2534 @noindent
2535 Example:
2536
2537 @example
2538 @ifset emacs
2539 @kbd{C-x C-f @trampfn{telnet, , melancholia, /usr/local/bin//etc} @key{TAB}}
2540 @print{} @trampfn{telnet, , melancholia, /etc}
2541
2542 @kbd{C-x C-f @trampfn{telnet, , melancholia, //etc} @key{TAB}}
2543 @print{} /etc
2544
2545 @kbd{C-x C-f @trampfn{telnet, , melancholia, /usr/local/bin///etc} @key{TAB}}
2546 @print{} /etc
2547 @end ifset
2548
2549 @ifset xemacs
2550 @kbd{C-x C-f @trampfn{telnet, , melancholia, /usr/local/bin//}}
2551 @print{} @trampfn{telnet, , melancholia, /}
2552
2553 @kbd{C-x C-f @trampfn{telnet, , melancholia, //}}
2554 @print{} /
2555 @end ifset
2556 @end example
2557
2558 A remote directory might have changed its contents out of
2559 @value{emacsname} control, for example by creation or deletion of
2560 files by other processes. Therefore, during filename completion, the
2561 remote directory contents are reread regularly in order to detect such
2562 changes, which would be invisible otherwise (@pxref{Connection caching}).
2563
2564 @defopt tramp-completion-reread-directory-timeout
2565 This variable defines the number of seconds since last remote command
2566 before rereading a directory contents. A value of 0 would require an
2567 immediate reread during filename completion, @code{nil} means to use
2568 always cached values for the directory contents.
2569 @end defopt
2570
2571
2572 @node Ad-hoc multi-hops
2573 @section Declaring multiple hops in the file name
2574 @cindex multi-hop, ad-hoc
2575 @cindex proxy hosts, ad-hoc
2576
2577 Multiple hops are configured with the variable
2578 @code{tramp-default-proxies-alist} (@pxref{Multi-hops}). However,
2579 sometimes it is desirable to reach a remote host immediately, without
2580 configuration changes. This can be reached by an ad-hoc specification
2581 of the proxies.
2582
2583 A proxy looks like a remote file name specification without the local
2584 file name part. It is prepended to the target remote file name,
2585 separated by @samp{|}. As an example, a remote file on
2586 @samp{you@@remotehost}, passing the proxy @samp{bird@@bastion}, could
2587 be opened by
2588
2589 @example
2590 @c @kbd{C-x C-f @trampfn{ssh@value{postfixhop}bird@@bastion|ssh, you,
2591 @c remotehost, /path}}
2592 @kbd{C-x C-f @value{prefix}ssh@value{postfixhop}bird@@bastion|ssh@value{postfixhop}you@@remotehost@value{postfix}/path}
2593 @end example
2594
2595 Multiple hops can be cascaded, separating all proxies by @samp{|}.
2596 The proxies can also contain the patterns @code{%h} or @code{%u}.
2597
2598 The ad-hoc definition is added on the fly to
2599 @code{tramp-default-proxies-alist}. Therefore, during the lifetime of
2600 the @value{emacsname} session it is not necessary to enter this ad-hoc
2601 specification, again. The remote file name @samp{@trampfn{ssh, you,
2602 remotehost, /path}} would be sufficient from now on.
2603
2604 @vindex tramp-save-ad-hoc-proxies
2605 @defopt tramp-save-ad-hoc-proxies
2606 This customer option controls whether ad-hoc definitions are kept
2607 persistently in @code{tramp-default-proxies-alist}. That means, those
2608 definitions are available also for future @value{emacsname} sessions.
2609 @end defopt
2610
2611
2612 @node Remote processes
2613 @section Integration with other @value{emacsname} packages
2614 @cindex compile
2615 @cindex recompile
2616
2617 @value{tramp} supports running processes on a remote host. This
2618 allows to exploit @value{emacsname} packages without modification for
2619 remote file names. It does not work for the @option{ftp} method.
2620 Association of a pty, as specified in @code{start-file-process}, is
2621 not supported.
2622
2623 @code{process-file} and @code{start-file-process} work on the remote
2624 host when the variable @code{default-directory} is remote:
2625
2626 @lisp
2627 (let ((default-directory "/ssh:remote.host:"))
2628 (start-file-process "grep" (get-buffer-create "*grep*")
2629 "/bin/sh" "-c" "grep -e tramp *"))
2630 @end lisp
2631
2632 @ifset emacsgvfs
2633 If the remote host is mounted via GVFS (see @ref{GVFS based methods}),
2634 the remote filesystem is mounted locally. Therefore, there are no
2635 remote processes; all processes run still locally on your machine with
2636 an adapted @code{default-directory}. This section does not apply for
2637 such connection methods.
2638 @end ifset
2639
2640 Remote processes are started when a corresponding command is executed
2641 from a buffer belonging to a remote file or directory. Up to now, the
2642 packages @file{compile.el} (commands like @code{compile} and
2643 @code{grep}) and @file{gud.el} (@code{gdb} or @code{perldb}) have been
2644 integrated. Integration of further packages is planned, any help for
2645 this is welcome!
2646
2647 When your program is not found in the default search path
2648 @value{tramp} sets on the remote machine, you should either use an
2649 absolute path, or extend @code{tramp-remote-path} (see @ref{Remote
2650 Programs}):
2651
2652 @lisp
2653 (add-to-list 'tramp-remote-path "~/bin")
2654 (add-to-list 'tramp-remote-path "/appli/pub/bin")
2655 @end lisp
2656
2657 The environment for your program can be adapted by customizing
2658 @code{tramp-remote-process-environment}. This variable is a list of
2659 strings. It is structured like @code{process-environment}. Each
2660 element is a string of the form @code{"ENVVARNAME=VALUE"}. An entry
2661 @code{"ENVVARNAME="} disables the corresponding environment variable,
2662 which might have been set in your init file like @file{~/.profile}.
2663
2664 @noindent
2665 Adding an entry can be performed via @code{add-to-list}:
2666
2667 @lisp
2668 (add-to-list 'tramp-remote-process-environment "JAVA_HOME=/opt/java")
2669 @end lisp
2670
2671 Changing or removing an existing entry is not encouraged. The default
2672 values are chosen for proper @value{tramp} work. Nevertheless, if for
2673 example a paranoid system administrator disallows changing the
2674 @env{HISTORY} environment variable, you can customize
2675 @code{tramp-remote-process-environment}, or you can apply the
2676 following code in your @file{.emacs}:
2677
2678 @lisp
2679 (let ((process-environment tramp-remote-process-environment))
2680 (setenv "HISTORY" nil)
2681 (setq tramp-remote-process-environment process-environment))
2682 @end lisp
2683
2684 If you use other @value{emacsname} packages which do not run
2685 out-of-the-box on a remote host, please let us know. We will try to
2686 integrate them as well. @xref{Bug Reports}.
2687
2688
2689 @subsection Running remote programs that create local X11 windows
2690
2691 If you want to run a remote program, which shall connect the X11
2692 server you are using with your local host, you can set the
2693 @env{DISPLAY} environment variable on the remote host:
2694
2695 @lisp
2696 (add-to-list 'tramp-remote-process-environment
2697 (format "DISPLAY=%s" (getenv "DISPLAY")))
2698 @end lisp
2699
2700 @noindent
2701 @code{(getenv "DISPLAY")} shall return a string containing a host
2702 name, which can be interpreted on the remote host; otherwise you might
2703 use a fixed host name. Strings like @code{:0} cannot be used properly
2704 on the remote host.
2705
2706 Another trick might be that you put @code{ForwardX11 yes} or
2707 @code{ForwardX11Trusted yes} to your @file{~/.ssh/config} file for
2708 that host.
2709
2710
2711 @subsection Running @code{shell} on a remote host
2712 @cindex shell
2713
2714 Calling @kbd{M-x shell} in a buffer related to a remote host runs the
2715 local shell as defined in @option{shell-file-name}. This might be
2716 also a valid path name for a shell to be applied on the remote host,
2717 but it will fail at least when your local and remote hosts belong to
2718 different system types, like @samp{windows-nt} and @samp{gnu/linux}.
2719
2720 You must set the variable @option{explicit-shell-file-name} to the
2721 shell path name on the remote host, in order to start that shell on
2722 the remote host.
2723
2724 @ifset emacs
2725 Starting with Emacs 24 this won't be necessary, if you call
2726 @code{shell} interactively. You will be asked for the remote shell
2727 path, if you are on a remote buffer, and if
2728 @option{explicit-shell-file-name} is equal to @code{nil}.
2729 @end ifset
2730
2731
2732 @subsection Running @code{shell-command} on a remote host
2733 @cindex shell-command
2734
2735 @code{shell-command} allows to execute commands in a shell, either
2736 synchronously, either asynchronously. This works also on remote
2737 hosts. Example:
2738
2739 @example
2740 @kbd{C-x C-f @trampfn{sudo, , , } @key{RET}}
2741 @kbd{M-! tail -f /var/log/syslog.log & @key{RET}}
2742 @end example
2743
2744 You will see the buffer @file{*Async Shell Command*}, containing the
2745 continuous output of the @command{tail} command.
2746
2747 @ifset emacs
2748 A similar behaviour can be reached by @kbd{M-x auto-revert-tail-mode},
2749 if available.
2750 @end ifset
2751
2752
2753 @subsection Running @code{eshell} on a remote host
2754 @cindex eshell
2755
2756 @value{tramp} is integrated into @file{eshell.el}. That is, you can
2757 open an interactive shell on your remote host, and run commands there.
2758 After you have started @kbd{M-x eshell}, you could perform commands
2759 like this:
2760
2761 @example
2762 @b{~ $} cd @trampfn{sudo, , , /etc} @key{RET}
2763 @b{@trampfn{sudo, root, host, /etc} $} hostname @key{RET}
2764 host
2765 @b{@trampfn{sudo, root, host, /etc} $} id @key{RET}
2766 uid=0(root) gid=0(root) groups=0(root)
2767 @b{@trampfn{sudo, root, host, /etc} $} find-file shadow @key{RET}
2768 #<buffer shadow>
2769 @b{@trampfn{sudo, root, host, /etc} $}
2770 @end example
2771
2772 @ifset emacs
2773 Since @value{emacsname} 23.2, @code{eshell} has also an own
2774 implementation of the @code{su} and @code{sudo} commands. Both
2775 commands change the default directory of the @file{*eshell*} buffer to
2776 the value related to the user the command has switched to. This works
2777 even on remote hosts, adding silently a corresponding entry to the
2778 variable @code{tramp-default-proxies-alist} (@pxref{Multi-hops}):
2779
2780 @example
2781 @b{~ $} cd @trampfn{ssh, user, remotehost, /etc} @key{RET}
2782 @b{@trampfn{ssh, user, remotehost, /etc} $} find-file shadow @key{RET}
2783 File is not readable: @trampfn{ssh, user, remotehost, /etc/shadow}
2784 @b{@trampfn{ssh, user, remotehost, /etc} $} sudo find-file shadow @key{RET}
2785 #<buffer shadow>
2786
2787 @b{@trampfn{ssh, user, remotehost, /etc} $} su - @key{RET}
2788 @b{@trampfn{su, root, remotehost, /root} $} id @key{RET}
2789 uid=0(root) gid=0(root) groups=0(root)
2790 @b{@trampfn{su, root, remotehost, /root} $}
2791 @end example
2792 @end ifset
2793
2794
2795 @anchor{Running a debugger on a remote host}
2796 @subsection Running a debugger on a remote host
2797 @cindex gud
2798 @cindex gdb
2799 @cindex perldb
2800
2801 @file{gud.el} offers an unified interface to several symbolic
2802 debuggers
2803 @ifset emacs
2804 @ifinfo
2805 (@ref{Debuggers, , , @value{emacsdir}}).
2806 @end ifinfo
2807 @end ifset
2808 With @value{tramp}, it is possible to debug programs on
2809 remote hosts. You can call @code{gdb} with a remote file name:
2810
2811 @example
2812 @kbd{M-x gdb @key{RET}}
2813 @b{Run gdb (like this):} gdb --annotate=3 @trampfn{ssh, , host, ~/myprog} @key{RET}
2814 @end example
2815
2816 The file name can also be relative to a remote default directory.
2817 Given you are in a buffer that belongs to the remote directory
2818 @trampfn{ssh, , host, /home/user}, you could call
2819
2820 @example
2821 @kbd{M-x perldb @key{RET}}
2822 @b{Run perldb (like this):} perl -d myprog.pl @key{RET}
2823 @end example
2824
2825 It is not possible to use just the absolute local part of a remote
2826 file name as program to debug, like @kbd{perl -d
2827 /home/user/myprog.pl}, though.
2828
2829 Arguments of the program to be debugged are taken literally. That
2830 means, file names as arguments must be given as ordinary relative or
2831 absolute file names, without any remote specification.
2832
2833
2834 @subsection Running remote processes on Windows hosts
2835 @cindex winexe
2836 @cindex powershell
2837
2838 With the help of the @command{winexe} it is possible tu run processes
2839 on a remote Windows host. @value{tramp} has implemented this for
2840 @code{process-file} and @code{start-file-process}.
2841
2842 The variable @code{tramp-smb-winexe-program} must contain the file
2843 name of your local @command{winexe} command. On the remote host,
2844 Powershell V2.0 must be installed; it is used to run the remote
2845 process.
2846
2847 In order to open a remote shell on the Windows host via @kbd{M-x
2848 shell}, you must set the variables @option{explicit-shell-file-name}
2849 and @option{explicit-*-args}. If you want, for example, run
2850 @command{cmd}, you must set:
2851
2852 @lisp
2853 (setq explicit-shell-file-name "cmd"
2854 explicit-cmd-args '("/q"))
2855 @end lisp
2856
2857 @noindent
2858 In case of running @command{powershell} as remote shell, the settings are
2859
2860 @lisp
2861 (setq explicit-shell-file-name "powershell"
2862 explicit-powershell-args '("-file" "-"))
2863 @end lisp
2864
2865
2866 @node Cleanup remote connections
2867 @section Cleanup remote connections
2868 @cindex cleanup
2869
2870 Sometimes it is useful to cleanup remote connections. The following
2871 commands support this.
2872
2873 @deffn Command tramp-cleanup-connection vec
2874 This command flushes all connection related objects. @option{vec} is
2875 the internal representation of a remote connection. Called
2876 interactively, the command offers all active remote connections in the
2877 minibuffer as remote file name prefix like @file{@trampfn{method,
2878 user, host, }}. The cleanup includes password cache (@pxref{Password
2879 handling}), file cache, connection cache (@pxref{Connection caching}),
2880 connection buffers.
2881 @end deffn
2882
2883 @deffn Command tramp-cleanup-this-connection
2884 This command flushes all objects of the current buffer's remote
2885 connection. The same objects are removed as in
2886 @code{tramp-cleanup-connection}.
2887 @end deffn
2888
2889 @deffn Command tramp-cleanup-all-connections
2890 This command flushes objects for all active remote connections. The
2891 same objects are removed as in @code{tramp-cleanup-connection}.
2892 @end deffn
2893
2894 @deffn Command tramp-cleanup-all-buffers
2895 Like in @code{tramp-cleanup-all-connections}, all remote connections
2896 are cleaned up. Additionally all buffers, which are related to a
2897 remote connection, are killed.
2898 @end deffn
2899
2900
2901 @node Bug Reports
2902 @chapter Reporting Bugs and Problems
2903 @cindex bug reports
2904
2905 Bugs and problems with @value{tramp} are actively worked on by the
2906 development team. Feature requests and suggestions are also more than
2907 welcome.
2908
2909 The @value{tramp} mailing list is a great place to get information on
2910 working with @value{tramp}, solving problems and general discussion
2911 and advice on topics relating to the package. It is moderated so
2912 non-subscribers can post but messages will be delayed, possibly up to
2913 48 hours (or longer in case of holidays), until the moderator approves
2914 your message.
2915
2916 The mailing list is at @email{tramp-devel@@gnu.org}. Messages sent to
2917 this address go to all the subscribers. This is @emph{not} the address
2918 to send subscription requests to.
2919
2920 Subscribing to the list is performed via
2921 @uref{http://lists.gnu.org/mailman/listinfo/tramp-devel/,
2922 the @value{tramp} Mail Subscription Page}.
2923
2924 @findex tramp-bug
2925 To report a bug in @value{tramp}, you should execute @kbd{M-x
2926 tramp-bug}. This will automatically generate a buffer with the details
2927 of your system and @value{tramp} version.
2928
2929 When submitting a bug report, please try to describe in excruciating
2930 detail the steps required to reproduce the problem, the setup of the
2931 remote machine and any special conditions that exist. You should also
2932 check that your problem is not described already in @xref{Frequently
2933 Asked Questions}.
2934
2935 If you can identify a minimal test case that reproduces the problem,
2936 include that with your bug report. This will make it much easier for
2937 the development team to analyze and correct the problem.
2938
2939 Sometimes, there might be also problems due to Tramp caches. Flush
2940 all caches before running the test, @ref{Cleanup remote connections}.
2941
2942 Before reporting the bug, you should set the verbosity level to 6
2943 (@pxref{Traces and Profiles, Traces}) in the @file{~/.emacs} file and
2944 repeat the bug. Then, include the contents of the @file{*tramp/foo*}
2945 and @file{*debug tramp/foo*} buffers in your bug report. A verbosity
2946 level greater than 6 will produce a very huge debug buffer, which is
2947 mostly not necessary for the analysis.
2948
2949 Please be aware that, with a verbosity level of 6 or greater, the
2950 contents of files and directories will be included in the debug
2951 buffer. Passwords you've typed will never be included there.
2952
2953
2954 @node Frequently Asked Questions
2955 @chapter Frequently Asked Questions
2956 @cindex frequently asked questions
2957 @cindex FAQ
2958
2959 @itemize @bullet
2960 @item
2961 Where can I get the latest @value{tramp}?
2962
2963 @value{tramp} is available under the URL below.
2964
2965 @noindent
2966 @uref{ftp://ftp.gnu.org/gnu/tramp/}
2967
2968 @noindent
2969 There is also a Savannah project page.
2970
2971 @noindent
2972 @uref{http://savannah.gnu.org/projects/tramp/}
2973
2974
2975 @item
2976 Which systems does it work on?
2977
2978 The package has been used successfully on Emacs 22, Emacs 23, Emacs
2979 24, XEmacs 21 (starting with 21.4), and SXEmacs 22.
2980
2981 The package was intended to work on Unix, and it really expects a
2982 Unix-like system on the remote end (except the @option{smb} method),
2983 but some people seemed to have some success getting it to work on MS
2984 Windows XP/Vista/7 @value{emacsname}.
2985
2986
2987 @item
2988 How could I speed up @value{tramp}?
2989
2990 In the backstage, @value{tramp} needs a lot of operations on the
2991 remote host. The time for transferring data from and to the remote
2992 host as well as the time needed to perform the operations there count.
2993 In order to speed up @value{tramp}, one could either try to avoid some
2994 of the operations, or one could try to improve their performance.
2995
2996 Use an external method, like @option{scp}.
2997
2998 Use caching. This is already enabled by default. Information about
2999 the remote host as well as the remote files are cached for reuse. The
3000 information about remote hosts is kept in the file specified in
3001 @code{tramp-persistency-file-name}. Keep this file. If you are
3002 confident that files on remote hosts are not changed out of
3003 @value{emacsname}' control, set @code{remote-file-name-inhibit-cache}
3004 to @code{nil}. Set also @code{tramp-completion-reread-directory-timeout}
3005 to @code{nil}, @ref{Filename completion}.
3006
3007 Disable version control. If you access remote files which are not
3008 under version control, a lot of check operations can be avoided by
3009 disabling VC@. This can be achieved by
3010
3011 @lisp
3012 (setq vc-ignore-dir-regexp
3013 (format "\\(%s\\)\\|\\(%s\\)"
3014 vc-ignore-dir-regexp
3015 tramp-file-name-regexp))
3016 @end lisp
3017
3018 Disable excessive traces. The default trace level of @value{tramp},
3019 defined in the variable @code{tramp-verbose}, is 3. You should
3020 increase this level only temporarily, hunting bugs.
3021
3022
3023 @item
3024 @value{tramp} does not connect to the remote host
3025
3026 When @value{tramp} does not connect to the remote host, there are three
3027 reasons heading the bug mailing list:
3028
3029 @itemize @minus
3030 @item
3031 Unknown characters in the prompt
3032
3033 @value{tramp} needs to recognize the prompt on the remote machine
3034 after execution any command. This is not possible when the prompt
3035 contains unknown characters like escape sequences for coloring. This
3036 should be avoided on the remote side. @xref{Remote shell setup}. for
3037 setting the regular expression detecting the prompt.
3038
3039 You can check your settings after an unsuccessful connection by
3040 switching to the @value{tramp} connection buffer @file{*tramp/foo*},
3041 setting the cursor at the top of the buffer, and applying the expression
3042
3043 @example
3044 @kbd{M-: (re-search-forward (concat tramp-shell-prompt-pattern "$"))}
3045 @end example
3046
3047 If it fails, or the cursor is not moved at the end of the buffer, your
3048 prompt is not recognized correctly.
3049
3050 A special problem is the zsh, which uses left-hand side and right-hand
3051 side prompts in parallel. Therefore, it is necessary to disable the
3052 zsh line editor on the remote host. You shall add to @file{~/.zshrc}
3053 the following command:
3054
3055 @example
3056 [ $TERM = "dumb" ] && unsetopt zle && PS1='$ '
3057 @end example
3058
3059 Furthermore it has been reported, that @value{tramp} (like sshfs,
3060 incidentally) doesn't work with WinSSHD due to strange prompt settings.
3061
3062 @item
3063 Echoed characters after login
3064
3065 When the remote machine opens an echoing shell, there might be control
3066 characters in the welcome message. @value{tramp} tries to suppress
3067 such echoes via the @command{stty -echo} command, but sometimes this
3068 command is not reached, because the echoed output has confused
3069 @value{tramp} already. In such situations it might be helpful to use
3070 the @option{sshx} or @option{scpx} methods, which allocate a pseudo tty.
3071 @xref{Inline methods}.
3072
3073 @item
3074 @value{tramp} doesn't transfer strings with more than 500 characters
3075 correctly
3076
3077 On some few systems, the implementation of @code{process-send-string}
3078 seems to be broken for longer strings. It is reported for HP-UX,
3079 FreeBSD and Tru64 Unix, for example. This case, you should customize
3080 the variable @code{tramp-chunksize} to 500. For a description how to
3081 determine whether this is necessary see the documentation of
3082 @code{tramp-chunksize}.
3083
3084 Additionally, it will be useful to set @code{file-precious-flag} to
3085 @code{t} for @value{tramp} files. Then the file contents will be
3086 written into a temporary file first, which is checked for correct
3087 checksum.
3088 @ifinfo
3089 @pxref{Saving Buffers, , , elisp}
3090 @end ifinfo
3091
3092 @lisp
3093 (add-hook
3094 'find-file-hook
3095 (lambda ()
3096 (when (file-remote-p default-directory)
3097 (set (make-local-variable 'file-precious-flag) t))))
3098 @end lisp
3099 @end itemize
3100
3101
3102 @item
3103 @value{tramp} does not recognize hung @command{ssh} sessions
3104
3105 When your network connection is down, @command{ssh} sessions might
3106 hang. @value{tramp} cannot detect it safely, because it still sees a
3107 running @command{ssh} process. Timeouts cannot be used as well,
3108 because it cannot be predicted how long a remote command will last,
3109 for example when copying very large files.
3110
3111 Therefore, you must configure the @command{ssh} process to die
3112 in such a case. The following entry in @file{~/.ssh/config} would do
3113 the job:
3114
3115 @example
3116 Host *
3117 ServerAliveInterval 5
3118 @end example
3119
3120
3121 @item
3122 File name completion does not work with @value{tramp}
3123
3124 When you log in to the remote machine, do you see the output of
3125 @command{ls} in color? If so, this may be the cause of your problems.
3126
3127 @command{ls} outputs @acronym{ANSI} escape sequences that your terminal
3128 emulator interprets to set the colors. These escape sequences will
3129 confuse @value{tramp} however.
3130
3131 In your @file{.bashrc}, @file{.profile} or equivalent on the remote
3132 machine you probably have an alias configured that adds the option
3133 @option{--color=yes} or @option{--color=auto}.
3134
3135 You should remove that alias and ensure that a new login @emph{does not}
3136 display the output of @command{ls} in color. If you still cannot use
3137 filename completion, report a bug to the @value{tramp} developers.
3138
3139
3140 @item
3141 File name completion does not work in large directories
3142
3143 @value{tramp} uses globbing for some operations. (Globbing means to use the
3144 shell to expand wildcards such as `*.c'.) This might create long
3145 command lines, especially in directories with many files. Some shells
3146 choke on long command lines, or don't cope well with the globbing
3147 itself.
3148
3149 If you have a large directory on the remote end, you may wish to execute
3150 a command like @samp{ls -d * ..?* > /dev/null} and see if it hangs.
3151 Note that you must first start the right shell, which might be
3152 @command{/bin/sh}, @command{ksh} or @command{bash}, depending on which
3153 of those supports tilde expansion.
3154
3155
3156 @item
3157 How can I get notified when @value{tramp} file transfers are complete?
3158
3159 The following snippet can be put in your @file{~/.emacs} file. It
3160 makes @value{emacsname} beep after reading from or writing to the
3161 remote host.
3162
3163 @lisp
3164 (defadvice tramp-handle-write-region
3165 (after tramp-write-beep-advice activate)
3166 "Make tramp beep after writing a file."
3167 (interactive)
3168 (beep))
3169
3170 (defadvice tramp-handle-do-copy-or-rename-file
3171 (after tramp-copy-beep-advice activate)
3172 "Make tramp beep after copying a file."
3173 (interactive)
3174 (beep))
3175
3176 (defadvice tramp-handle-insert-file-contents
3177 (after tramp-insert-beep-advice activate)
3178 "Make tramp beep after inserting a file."
3179 (interactive)
3180 (beep))
3181 @end lisp
3182
3183
3184 @ifset emacs
3185 @item
3186 I'ld like to get a Visual Warning when working in a sudo:ed context
3187
3188 When you are working with @samp{root} privileges, it might be useful
3189 to get an indication in the buffer's modeline. The following code,
3190 tested with @value{emacsname} 22.1, does the job. You should put it
3191 into your @file{~/.emacs}:
3192
3193 @lisp
3194 (defun my-mode-line-function ()
3195 (when (string-match "^/su\\(do\\)?:" default-directory)
3196 (setq mode-line-format
3197 (format-mode-line mode-line-format 'font-lock-warning-face))))
3198
3199 (add-hook 'find-file-hook 'my-mode-line-function)
3200 (add-hook 'dired-mode-hook 'my-mode-line-function)
3201 @end lisp
3202 @end ifset
3203
3204
3205 @ifset emacs
3206 @item
3207 I'ld like to see a host indication in the mode line when I'm remote
3208
3209 The following code has been tested with @value{emacsname} 22.1. You
3210 should put it into your @file{~/.emacs}:
3211
3212 @lisp
3213 (defconst my-mode-line-buffer-identification
3214 (list
3215 '(:eval
3216 (let ((host-name
3217 (if (file-remote-p default-directory)
3218 (tramp-file-name-host
3219 (tramp-dissect-file-name default-directory))
3220 (system-name))))
3221 (if (string-match "^[^0-9][^.]*\\(\\..*\\)" host-name)
3222 (substring host-name 0 (match-beginning 1))
3223 host-name)))
3224 ": %12b"))
3225
3226 (setq-default
3227 mode-line-buffer-identification
3228 my-mode-line-buffer-identification)
3229
3230 (add-hook
3231 'dired-mode-hook
3232 (lambda ()
3233 (setq
3234 mode-line-buffer-identification
3235 my-mode-line-buffer-identification)))
3236 @end lisp
3237
3238 Since @value{emacsname} 23.1, the mode line contains an indication if
3239 @code{default-directory} for the current buffer is on a remote host.
3240 The corresponding tooltip includes the name of that host. If you
3241 still want the host name as part of the mode line, you can use the
3242 example above, but the @code{:eval} clause can be simplified:
3243
3244 @lisp
3245 '(:eval
3246 (let ((host-name
3247 (or (file-remote-p default-directory 'host)
3248 (system-name))))
3249 (if (string-match "^[^0-9][^.]*\\(\\..*\\)" host-name)
3250 (substring host-name 0 (match-beginning 1))
3251 host-name)))
3252 @end lisp
3253 @end ifset
3254
3255
3256 @ifset emacs
3257 @item
3258 My remote host does not understand default directory listing options
3259
3260 @value{emacsname} computes the @command{dired} options depending on
3261 the local host you are working. If your @command{ls} command on the
3262 remote host does not understand those options, you can change them
3263 like this:
3264
3265 @lisp
3266 (add-hook
3267 'dired-before-readin-hook
3268 (lambda ()
3269 (when (file-remote-p default-directory)
3270 (setq dired-actual-switches "-al"))))
3271 @end lisp
3272 @end ifset
3273
3274
3275 @item
3276 There's this @file{~/.sh_history} file on the remote host which keeps
3277 growing and growing. What's that?
3278
3279 Sometimes, @value{tramp} starts @command{ksh} on the remote host for
3280 tilde expansion. Maybe @command{ksh} saves the history by default.
3281 @value{tramp} tries to turn off saving the history, but maybe you have
3282 to help. For example, you could put this in your @file{.kshrc}:
3283
3284 @example
3285 if [ -f $HOME/.sh_history ] ; then
3286 /bin/rm $HOME/.sh_history
3287 fi
3288 if [ "$@{HISTFILE-unset@}" != "unset" ] ; then
3289 unset HISTFILE
3290 fi
3291 if [ "$@{HISTSIZE-unset@}" != "unset" ] ; then
3292 unset HISTSIZE
3293 fi
3294 @end example
3295
3296
3297 @item There are longish file names to type. How to shorten this?
3298
3299 Let's say you need regularly access to @file{@trampfn{ssh, news,
3300 news.my.domain, /opt/news/etc}}, which is boring to type again and
3301 again. The following approaches can be mixed:
3302
3303 @enumerate
3304
3305 @item Use default values for method and user name:
3306
3307 You can define default methods and user names for hosts,
3308 (@pxref{Default Method}, @pxref{Default User}):
3309
3310 @lisp
3311 (setq tramp-default-method "ssh"
3312 tramp-default-user "news")
3313 @end lisp
3314
3315 The file name left to type would be
3316 @kbd{C-x C-f @trampfn{, , news.my.domain, /opt/news/etc}}.
3317
3318 Note that there are some useful settings already. Accessing your
3319 local host as @samp{root} user, is possible just by @kbd{C-x C-f
3320 @trampfn{su, , ,}}.
3321
3322 @item Use configuration possibilities of your method:
3323
3324 Several connection methods (i.e., the programs used) offer powerful
3325 configuration possibilities (@pxref{Customizing Completion}). In the
3326 given case, this could be @file{~/.ssh/config}:
3327
3328 @example
3329 Host xy
3330 HostName news.my.domain
3331 User news
3332 @end example
3333
3334 The file name left to type would be @kbd{C-x C-f @trampfn{ssh, , xy,
3335 /opt/news/etc}}. Depending on files in your directories, it is even
3336 possible to complete the host name with @kbd{C-x C-f
3337 @value{prefix}ssh@value{postfixhop}x @key{TAB}}.
3338
3339 @item Use environment variables:
3340
3341 File names typed in the minibuffer can be expanded by environment
3342 variables. You can set them outside @value{emacsname}, or even with
3343 Lisp:
3344
3345 @lisp
3346 (setenv "xy" "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}")
3347 @end lisp
3348
3349 Then you need simply to type @kbd{C-x C-f $xy @key{RET}}, and here you
3350 are. The disadvantage is that you cannot edit the file name, because
3351 environment variables are not expanded during editing in the
3352 minibuffer.
3353
3354 @item Define own keys:
3355
3356 You can define your own key sequences in @value{emacsname}, which can
3357 be used instead of @kbd{C-x C-f}:
3358
3359 @lisp
3360 (global-set-key
3361 [(control x) (control y)]
3362 (lambda ()
3363 (interactive)
3364 (find-file
3365 (read-file-name
3366 "Find Tramp file: "
3367 "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}"))))
3368 @end lisp
3369
3370 Simply typing @kbd{C-x C-y} would initialize the minibuffer for
3371 editing with your beloved file name.
3372
3373 See also @uref{http://www.emacswiki.org/cgi-bin/wiki/TrampMode, the
3374 Emacs Wiki} for a more comprehensive example.
3375
3376 @item Define own abbreviation (1):
3377
3378 It is possible to define an own abbreviation list for expanding file
3379 names:
3380
3381 @lisp
3382 (add-to-list
3383 'directory-abbrev-alist
3384 '("^/xy" . "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}"))
3385 @end lisp
3386
3387 This shortens the file opening command to @kbd{C-x C-f /xy
3388 @key{RET}}. The disadvantage is, again, that you cannot edit the file
3389 name, because the expansion happens after entering the file name only.
3390
3391 @item Define own abbreviation (2):
3392
3393 The @code{abbrev-mode} gives more flexibility for editing the
3394 minibuffer:
3395
3396 @lisp
3397 (define-abbrev-table 'my-tramp-abbrev-table
3398 '(("xy" "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}")))
3399
3400 (add-hook
3401 'minibuffer-setup-hook
3402 (lambda ()
3403 (abbrev-mode 1)
3404 (setq local-abbrev-table my-tramp-abbrev-table)))
3405
3406 (defadvice minibuffer-complete
3407 (before my-minibuffer-complete activate)
3408 (expand-abbrev))
3409
3410 ;; If you use partial-completion-mode
3411 (defadvice PC-do-completion
3412 (before my-PC-do-completion activate)
3413 (expand-abbrev))
3414 @end lisp
3415
3416 After entering @kbd{C-x C-f xy @key{TAB}}, the minibuffer is
3417 expanded, and you can continue editing.
3418
3419 @item Use bookmarks:
3420
3421 Bookmarks can be used to visit Tramp files or directories.
3422 @ifinfo
3423 @pxref{Bookmarks, , , @value{emacsdir}}
3424 @end ifinfo
3425
3426 When you have opened @file{@trampfn{ssh, news, news.my.domain,
3427 /opt/news/etc/}}, you should save the bookmark via
3428 @ifset emacs
3429 @kbd{@key{menu-bar} @key{edit} @key{bookmarks} @key{set}}.
3430 @end ifset
3431 @ifset xemacs
3432 @kbd{@key{menu-bar} @key{view} @key{bookmarks} @key{set}}.
3433 @end ifset
3434
3435 Later on, you can always navigate to that bookmark via
3436 @ifset emacs
3437 @kbd{@key{menu-bar} @key{edit} @key{bookmarks} @key{jump}}.
3438 @end ifset
3439 @ifset xemacs
3440 @kbd{@key{menu-bar} @key{view} @key{bookmarks} @key{jump}}.
3441 @end ifset
3442
3443 @item Use recent files:
3444
3445 @ifset emacs
3446 @file{recentf}
3447 @end ifset
3448 @ifset xemacs
3449 @file{recent-files}
3450 @end ifset
3451 remembers visited places.
3452 @ifinfo
3453 @ifset emacs
3454 @pxref{File Conveniences, , , @value{emacsdir}}
3455 @end ifset
3456 @ifset xemacs
3457 @pxref{recent-files, , , edit-utils}
3458 @end ifset
3459 @end ifinfo
3460
3461 You could keep remote file names in the recent list without checking
3462 their readability through a remote access:
3463
3464 @lisp
3465 @ifset emacs
3466 (recentf-mode 1)
3467 @end ifset
3468 @ifset xemacs
3469 (recent-files-initialize)
3470 (add-hook
3471 'find-file-hook
3472 (lambda ()
3473 (when (file-remote-p (buffer-file-name))
3474 (recent-files-make-permanent)))
3475 'append)
3476 @end ifset
3477 @end lisp
3478
3479 The list of files opened recently is reachable via
3480 @ifset emacs
3481 @kbd{@key{menu-bar} @key{file} @key{Open Recent}}.
3482 @end ifset
3483 @ifset xemacs
3484 @kbd{@key{menu-bar} @key{Recent Files}}.
3485 @end ifset
3486
3487 @ifset emacs
3488 @item Use filecache:
3489
3490 @file{filecache} remembers visited places. Add the directory into
3491 the cache:
3492
3493 @lisp
3494 (eval-after-load "filecache"
3495 '(file-cache-add-directory
3496 "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}"))
3497 @end lisp
3498
3499 Whenever you want to load a file, you can enter @kbd{C-x C-f
3500 C-@key{TAB}} in the minibuffer. The completion is done for the given
3501 directory.
3502 @end ifset
3503
3504 @ifset emacs
3505 @item Use bbdb:
3506
3507 @file{bbdb} has a built-in feature for @value{ftppackagename} files,
3508 which works also for @value{tramp}.
3509 @ifinfo
3510 @pxref{bbdb-ftp, Storing FTP sites in the BBDB, , bbdb}
3511 @end ifinfo
3512
3513 You need to load @file{bbdb}:
3514
3515 @lisp
3516 (require 'bbdb)
3517 (bbdb-initialize)
3518 @end lisp
3519
3520 Then you can create a BBDB entry via @kbd{M-x bbdb-create-ftp-site}.
3521 Because BBDB is not prepared for @value{tramp} syntax, you must
3522 specify a method together with the user name when needed. Example:
3523
3524 @example
3525 @kbd{M-x bbdb-create-ftp-site @key{RET}}
3526 @b{Ftp Site:} news.my.domain @key{RET}
3527 @b{Ftp Directory:} /opt/news/etc/ @key{RET}
3528 @b{Ftp Username:} ssh@value{postfixhop}news @key{RET}
3529 @b{Company:} @key{RET}
3530 @b{Additional Comments:} @key{RET}
3531 @end example
3532
3533 When you have opened your BBDB buffer, you can access such an entry by
3534 pressing the key @key{F}.
3535 @end ifset
3536
3537 @end enumerate
3538
3539 I would like to thank all @value{tramp} users who have contributed to
3540 the different recipes!
3541
3542
3543 @ifset emacs
3544 @item
3545 How can I use @value{tramp} to connect to a remote @value{emacsname}
3546 session?
3547
3548 You can configure Emacs Client doing this.
3549 @ifinfo
3550 @xref{Emacs Server, , , @value{emacsdir}}.
3551 @end ifinfo
3552
3553 On the remote host, you start the Emacs Server:
3554
3555 @lisp
3556 (require 'server)
3557 (setq server-host (system-name)
3558 server-use-tcp t)
3559 (server-start)
3560 @end lisp
3561
3562 Make sure that the result of @code{(system-name)} can be resolved on
3563 your local host; otherwise you might use a hard coded IP address.
3564
3565 The resulting file @file{~/.emacs.d/server/server} must be copied to
3566 your local host, at the same location. You can call then the Emacs
3567 Client from the command line:
3568
3569 @example
3570 emacsclient @trampfn{ssh, user, host, /file/to/edit}
3571 @end example
3572
3573 @code{user} and @code{host} shall be related to your local host.
3574
3575 If you want to use Emacs Client also as editor for other programs, you
3576 could write a script @file{emacsclient.sh}:
3577
3578 @example
3579 #!/bin/sh
3580 emacsclient @trampfn{ssh, $(whoami), $(hostname --fqdn), $1}
3581 @end example
3582
3583 Then you must set the environment variable @env{EDITOR} pointing to
3584 that script:
3585
3586 @example
3587 export EDITOR=/path/to/emacsclient.sh
3588 @end example
3589 @end ifset
3590
3591
3592 @item
3593 There are packages which call @value{tramp} although I haven't entered
3594 a remote file name ever. I dislike it, how could I disable it?
3595
3596 In general, @value{tramp} functions are used only when
3597 you apply remote file name syntax. However, some packages enable
3598 @value{tramp} on their own.
3599
3600 @itemize @minus
3601 @item
3602 @file{ido.el}
3603
3604 You could disable @value{tramp} file name completion:
3605
3606 @lisp
3607 (custom-set-variables
3608 '(ido-enable-tramp-completion nil))
3609 @end lisp
3610
3611 @item
3612 @file{rlogin.el}
3613
3614 You could disable remote directory tracking mode:
3615
3616 @lisp
3617 (rlogin-directory-tracking-mode -1)
3618 @end lisp
3619 @end itemize
3620
3621
3622 @item
3623 How can I disable @value{tramp} at all?
3624
3625 Shame on you, why did you read until now?
3626
3627 @itemize @minus
3628 @ifset emacs
3629 @item
3630 If you just want to have @value{ftppackagename} as default remote
3631 files access package, you should apply the following code:
3632
3633 @lisp
3634 (setq tramp-default-method "ftp")
3635 @end lisp
3636 @end ifset
3637
3638 @item
3639 In order to disable
3640 @ifset emacs
3641 @value{tramp} (and @value{ftppackagename}),
3642 @end ifset
3643 @ifset xemacs
3644 @value{tramp},
3645 @end ifset
3646 you must set @code{tramp-mode} to @code{nil}:
3647
3648 @lisp
3649 (setq tramp-mode nil)
3650 @end lisp
3651
3652 @item
3653 Unloading @value{tramp} can be achieved by applying @kbd{M-x
3654 tramp-unload-tramp}.
3655 @ifset emacs
3656 This resets also the @value{ftppackagename} plugins.
3657 @end ifset
3658 @end itemize
3659 @end itemize
3660
3661
3662 @c For the developer
3663 @node Files directories and localnames
3664 @chapter How file names, directories and localnames are mangled and managed.
3665
3666 @menu
3667 * Localname deconstruction:: Breaking a localname into its components.
3668 @ifset emacs
3669 * External packages:: Integration with external Lisp packages.
3670 @end ifset
3671 @end menu
3672
3673
3674 @node Localname deconstruction
3675 @section Breaking a localname into its components
3676
3677 @value{tramp} file names are somewhat different, obviously, to ordinary file
3678 names. As such, the lisp functions @code{file-name-directory} and
3679 @code{file-name-nondirectory} are overridden within the @value{tramp}
3680 package.
3681
3682 Their replacements are reasonably simplistic in their approach. They
3683 dissect the filename, call the original handler on the localname and
3684 then rebuild the @value{tramp} file name with the result.
3685
3686 This allows the platform specific hacks in the original handlers to take
3687 effect while preserving the @value{tramp} file name information.
3688
3689
3690 @ifset emacs
3691 @node External packages
3692 @section Integration with external Lisp packages
3693 @subsection Filename completion.
3694
3695 While reading filenames in the minibuffer, @value{tramp} must decide
3696 whether it completes possible incomplete filenames, or not. Imagine
3697 there is the following situation: You have typed @kbd{C-x C-f
3698 @value{prefix}ssh@value{postfixhop} @key{TAB}}. @value{tramp} cannot
3699 know, whether @option{ssh} is a method or a host name. It checks
3700 therefore the last input character you have typed. If this is
3701 @key{TAB}, @key{SPACE} or @kbd{?}, @value{tramp} assumes that you are
3702 still in filename completion, and it does not connect to the possible
3703 remote host @option{ssh}.
3704
3705 @vindex tramp-completion-mode
3706 External packages, which use other characters for completing filenames
3707 in the minibuffer, must signal this to @value{tramp}. For this case,
3708 the variable @code{tramp-completion-mode} can be bound temporarily to
3709 a non-@code{nil} value.
3710
3711 @lisp
3712 (let ((tramp-completion-mode t))
3713 ...)
3714 @end lisp
3715
3716
3717 @subsection File attributes cache.
3718
3719 When @value{tramp} runs remote processes, files on the remote host
3720 could change their attributes. Consequently, @value{tramp} must flush
3721 its complete cache keeping attributes for all files of the remote host
3722 it has seen so far.
3723
3724 This is a performance degradation, because the lost file attributes
3725 must be recomputed when needed again. In cases the caller of
3726 @code{process-file} knows that there are no file attribute changes, it
3727 shall let-bind the variable @code{process-file-side-effects} to
3728 @code{nil}. @value{tramp} wouldn't flush the file attributes cache then.
3729
3730 @lisp
3731 (let (process-file-side-effects)
3732 ...)
3733 @end lisp
3734
3735 For asynchronous processes, @value{tramp} flushes the file attributes
3736 cache via a process sentinel. If the caller of
3737 @code{start-file-process} knows that there are no file attribute
3738 changes, it shall set the process sentinel to @code{nil}. In case the
3739 caller defines an own process sentinel, @value{tramp}'s process
3740 sentinel is overwritten. The caller can still flush the file
3741 attributes cache in its process sentinel with this code:
3742
3743 @lisp
3744 (unless (memq (process-status proc) '(run open))
3745 (dired-uncache remote-directory))
3746 @end lisp
3747
3748 @code{remote-directory} shall be the root directory, where file
3749 attribute changes can happen during the process lifetime.
3750 @value{tramp} traverses all subdirectories, starting at this
3751 directory. Often, it is sufficient to use @code{default-directory} of
3752 the process buffer as root directory.
3753 @end ifset
3754
3755
3756 @node Traces and Profiles
3757 @chapter How to Customize Traces
3758
3759 All @value{tramp} messages are raised with a verbosity level. The
3760 verbosity level can be any number between 0 and 10. Only messages with
3761 a verbosity level less than or equal to @code{tramp-verbose} are
3762 displayed.
3763
3764 The verbosity levels are
3765
3766 @w{ 0} silent (no @value{tramp} messages at all)
3767 @*@indent @w{ 1} errors
3768 @*@indent @w{ 2} warnings
3769 @*@indent @w{ 3} connection to remote hosts (default verbosity)
3770 @*@indent @w{ 4} activities
3771 @*@indent @w{ 5} internal
3772 @*@indent @w{ 6} sent and received strings
3773 @*@indent @w{ 7} file caching
3774 @*@indent @w{ 8} connection properties
3775 @*@indent @w{ 9} test commands
3776 @*@indent @w{10} traces (huge)
3777
3778 When @code{tramp-verbose} is greater than or equal to 4, the messages
3779 are also written into a @value{tramp} debug buffer. This debug buffer
3780 is useful for analyzing problems; sending a @value{tramp} bug report
3781 should be done with @code{tramp-verbose} set to a verbosity level of at
3782 least 6 (@pxref{Bug Reports}).
3783
3784 The debug buffer is in
3785 @ifinfo
3786 @ref{Outline Mode, , , @value{emacsdir}}.
3787 @end ifinfo
3788 @ifnotinfo
3789 Outline Mode.
3790 @end ifnotinfo
3791 That means, you can change the level of messages to be viewed. If you
3792 want, for example, see only messages up to verbosity level 5, you must
3793 enter @kbd{C-u 6 C-c C-q}.
3794 @ifinfo
3795 Other keys for navigating are described in
3796 @ref{Outline Visibility, , , @value{emacsdir}}.
3797 @end ifinfo
3798
3799 @value{tramp} errors are handled internally in order to raise the
3800 verbosity level 1 messages. When you want to get a Lisp backtrace in
3801 case of an error, you need to set both
3802
3803 @lisp
3804 (setq debug-on-error t
3805 debug-on-signal t)
3806 @end lisp
3807
3808 Sometimes, it might be even necessary to step through @value{tramp}
3809 function call traces. Such traces are enabled by the following code:
3810
3811 @lisp
3812 (require 'tramp)
3813 (require 'trace)
3814 (dolist (elt (all-completions "tramp-" obarray 'functionp))
3815 (trace-function-background (intern elt)))
3816 (untrace-function 'tramp-read-passwd)
3817 (untrace-function 'tramp-gw-basic-authentication)
3818 @end lisp
3819
3820 The function call traces are inserted in the buffer
3821 @file{*trace-output*}. @code{tramp-read-passwd} and
3822 @code{tramp-gw-basic-authentication} shall be disabled when the
3823 function call traces are added to @value{tramp}, because both
3824 functions return password strings, which should not be distributed.
3825
3826
3827 @node Issues
3828 @chapter Debatable Issues and What Was Decided
3829
3830 @itemize @bullet
3831 @item The uuencode method does not always work.
3832
3833 Due to the design of @value{tramp}, the encoding and decoding programs
3834 need to read from stdin and write to stdout. On some systems,
3835 @command{uudecode -o -} will read stdin and write the decoded file to
3836 stdout, on other systems @command{uudecode -p} does the same thing.
3837 But some systems have uudecode implementations which cannot do this at
3838 all---it is not possible to call these uudecode implementations with
3839 suitable parameters so that they write to stdout.
3840
3841 Of course, this could be circumvented: the @code{begin foo 644} line
3842 could be rewritten to put in some temporary file name, then
3843 @command{uudecode} could be called, then the temp file could be
3844 printed and deleted.
3845
3846 But I have decided that this is too fragile to reliably work, so on some
3847 systems you'll have to do without the uuencode methods.
3848
3849 @item The @value{tramp} filename syntax differs between Emacs and XEmacs.
3850
3851 The Emacs maintainers wish to use a unified filename syntax for
3852 Ange-FTP and @value{tramp} so that users don't have to learn a new
3853 syntax. It is sufficient to learn some extensions to the old syntax.
3854
3855 For the XEmacs maintainers, the problems caused from using a unified
3856 filename syntax are greater than the gains. The XEmacs package system
3857 uses EFS for downloading new packages. So, obviously, EFS has to be
3858 installed from the start. If the filenames were unified, @value{tramp}
3859 would have to be installed from the start, too.
3860
3861 @ifset xemacs
3862 @strong{Note:} If you'd like to use a similar syntax like
3863 @value{ftppackagename}, you need the following settings in your init
3864 file:
3865
3866 @lisp
3867 (setq tramp-unified-filenames t)
3868 (require 'tramp)
3869 @end lisp
3870
3871 The autoload of the @value{emacsname} @value{tramp} package must be
3872 disabled. This can be achieved by setting file permissions @code{000}
3873 to the files @file{.../xemacs-packages/lisp/tramp/auto-autoloads.el*}.
3874
3875 In case of unified filenames, all @value{emacsname} download sites are
3876 added to @code{tramp-default-method-alist} with default method
3877 @option{ftp} @xref{Default Method}. These settings shouldn't be
3878 touched for proper working of the @value{emacsname} package system.
3879
3880 The syntax for unified filenames is described in the @value{tramp} manual
3881 for @value{emacsothername}.
3882 @end ifset
3883 @end itemize
3884
3885 @node GNU Free Documentation License
3886 @appendix GNU Free Documentation License
3887 @include doclicense.texi
3888
3889 @node Function Index
3890 @unnumbered Function Index
3891 @printindex fn
3892
3893 @node Variable Index
3894 @unnumbered Variable Index
3895 @printindex vr
3896
3897 @node Concept Index
3898 @unnumbered Concept Index
3899 @printindex cp
3900
3901 @bye
3902
3903 @c TODO
3904 @c
3905 @c * Say something about the .login and .profile files of the remote
3906 @c shells.
3907 @c * Explain how tramp.el works in principle: open a shell on a remote
3908 @c host and then send commands to it.
3909 @c * Use `filename' resp. `file name' consistently.
3910 @c * Use `host' resp. `machine' consistently.
3911 @c * Consistent small or capitalized words especially in menus.
3912 @c * Make a unique declaration of @trampfn.