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