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