* tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
[emacs.git] / doc / misc / tramp.texi
blob020a6e55833dcf7f39def5a24b3a1c35aebfbe07
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 repository, the version number is auto-frobbed from
11 @c configure.ac, so you should edit that file and run
12 @c "autoconf && ./configure" to change the version number.
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 Git 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 Git.  The Git
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 Git can be found by going to the Savannah project page at the
386 following URL and then clicking on the Git 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{git clone git://git.savannah.gnu.org/tramp.git}
398 @end example
400 @noindent
401 Tramp developers use instead
403 @example
404 ] @strong{git clone login@@git.sv.gnu.org:/srv/git/tramp.git}
405 @end example
407 @noindent
408 You should now have a directory @file{~/@value{emacsdir}/tramp}
409 containing the latest version of @value{tramp}.  You can fetch the latest
410 updates from the repository by issuing the command:
412 @example
413 ] @strong{cd ~/@value{emacsdir}/tramp}
414 ] @strong{git pull}
415 @end example
417 @noindent
418 Once you've got updated files from the Git repository, you need to run
419 @command{autoconf} in order to get an up-to-date @file{configure}
420 script:
422 @example
423 ] @strong{cd ~/@value{emacsdir}/tramp}
424 ] @strong{autoconf}
425 @end example
428 @node History
429 @chapter History of @value{tramp}
430 @cindex history
431 @cindex development history
433 Development was started end of November 1998.  The package was called
434 @file{rssh.el}, back then.  It only provided one method to access a
435 file, using @command{ssh} to log in to a remote host and using
436 @command{scp} to transfer the file contents.  After a while, the name
437 was changed to @file{rcp.el}, and now it's @value{tramp}.  Along the way,
438 many more methods for getting a remote shell and for transferring the
439 file contents were added.  Support for VC was added.
441 After that, there were added the multi-hop methods in April 2000 and
442 the unification of @value{tramp} and Ange-FTP filenames in July 2002.
443 In July 2004, multi-hop methods have been replaced by proxy hosts.
444 Running commands on remote hosts was introduced in December 2005.
445 @ifset emacsgw
446 Support of gateways exists since April 2007.
447 @end ifset
448 @ifset emacsgvfs
449 GVFS integration started in February 2009.
450 @end ifset
451 @ifset emacs
452 Remote commands on Windows hosts are available since September 2011.
453 @end ifset
454 Ad-hoc multi-hop methods (with a changed syntax) have been reenabled
455 in November 2011.
457 In December 2001, @value{tramp} has been added to the XEmacs package
458 repository.  Being part of the Emacs repository happened in June 2002,
459 the first release including @value{tramp} was Emacs 22.1.
461 @value{tramp} is also a Debian GNU/Linux package since February 2001.
464 @c Installation chapter is necessary only in case of standalone
465 @c installation.  Text taken from trampinst.texi.
466 @ifset installchapter
467 @include trampinst.texi
468 @end ifset
470 @node Configuration
471 @chapter Configuring @value{tramp} for use
472 @cindex configuration
474 @cindex default configuration
475 @value{tramp} is (normally) fully functional when it is initially
476 installed.  It is initially configured to use the @command{scp}
477 program to connect to the remote host.  So in the easiest case, you
478 just type @kbd{C-x C-f} and then enter the filename
479 @file{@trampfn{, user, machine, /path/to.file}}.
481 On some hosts, there are problems with opening a connection.  These are
482 related to the behavior of the remote shell.  See @xref{Remote shell
483 setup}, for details on this.
485 If you do not wish to use these commands to connect to the remote
486 host, you should change the default connection and transfer method
487 that @value{tramp} uses.  There are several different methods that @value{tramp}
488 can use to connect to remote machines and transfer files
489 (@pxref{Connection types}).
491 If you don't know which method is right for you, see @xref{Default
492 Method}.
495 @menu
496 * Connection types::            Types of connections made to remote machines.
497 * Inline methods::              Inline methods.
498 * External methods::            External methods.
499 @ifset emacsgvfs
500 * GVFS based methods::          GVFS based external methods.
501 @end ifset
502 @ifset emacsgw
503 * Gateway methods::             Gateway methods.
504 @end ifset
505 * Default Method::              Selecting a default method.
506                                   Here we also try to help those who
507                                   don't have the foggiest which method
508                                   is right for them.
509 * Default User::                Selecting a default user.
510 * Default Host::                Selecting a default host.
511 * Multi-hops::                  Connecting to a remote host using multiple hops.
512 * Customizing Methods::         Using Non-Standard Methods.
513 * Customizing Completion::      Selecting config files for user/host name completion.
514 * Password handling::           Reusing passwords for several connections.
515 * Connection caching::          Reusing connection related information.
516 * Remote Programs::             How @value{tramp} finds and uses programs on the remote machine.
517 * Remote shell setup::          Remote shell setup hints.
518 * Windows setup hints::         Issues with Cygwin ssh.
519 * Auto-save and Backup::        Auto-save and Backup.
520 @end menu
523 @node Connection types
524 @section Types of connections made to remote machines
525 @cindex connection types, overview
527 There are two basic types of transfer methods, each with its own
528 advantages and limitations.  Both types of connection make use of a
529 remote shell access program such as @command{rsh}, @command{ssh} or
530 @command{telnet} to connect to the remote machine.
532 This connection is used to perform many of the operations that @value{tramp}
533 requires to make the remote file system transparently accessible from
534 the local machine.  It is only when visiting files that the methods
535 differ.
537 @cindex inline methods
538 @cindex external methods
539 @cindex methods, inline
540 @cindex methods, external
541 Loading or saving a remote file requires that the content of the file
542 be transferred between the two machines.  The content of the file can
543 be transferred using one of two methods: the @dfn{inline method} over
544 the same connection used to log in to the remote machine, or the
545 @dfn{external method} through another connection using a remote copy
546 program such as @command{rcp}, @command{scp} or @command{rsync}.
548 The performance of the external methods is generally better than that
549 of the inline methods, at least for large files.  This is caused by
550 the need to encode and decode the data when transferring inline.
552 The one exception to this rule are the @command{scp} based transfer
553 methods.  While these methods do see better performance when actually
554 transferring files, the overhead of the cryptographic negotiation at
555 startup may drown out the improvement in file transfer times.
557 External methods should be configured such a way that they don't
558 require a password (with @command{ssh-agent}, or such alike).  Modern
559 @command{scp} implementations offer options to reuse existing
560 @command{ssh} connections, see method @command{scpc}.  If it isn't
561 possible, you should consider @ref{Password handling}, otherwise you
562 will be prompted for a password every copy action.
565 @node Inline methods
566 @section Inline methods
567 @cindex inline methods
568 @cindex methods, inline
570 The inline methods in @value{tramp} are quite powerful and can work in
571 situations where you cannot use an external transfer program to connect.
572 Inline methods are the only methods that work when connecting to the
573 remote machine via telnet.  (There are also strange inline methods which
574 allow you to transfer files between @emph{user identities} rather than
575 hosts, see below.)
577 These methods depend on the existence of a suitable encoding and
578 decoding command on remote machine.  Locally, @value{tramp} may be able to
579 use features of @value{emacsname} to decode and encode the files or
580 it may require access to external commands to perform that task.
582 @cindex uuencode
583 @cindex mimencode
584 @cindex base-64 encoding
585 @value{tramp} checks the availability and usability of commands like
586 @command{mimencode} (part of the @command{metamail} package) or
587 @command{uuencode} on the remote host.  The first reliable command
588 will be used.  The search path can be customized, see @ref{Remote
589 Programs}.
591 If both commands aren't available on the remote host, @value{tramp}
592 transfers a small piece of Perl code to the remote host, and tries to
593 apply it for encoding and decoding.
595 The variable @var{tramp-inline-compress-start-size} controls, whether
596 a file shall be compressed before encoding.  This could increase
597 transfer speed for large text files.
600 @table @asis
601 @item @option{rsh}
602 @cindex method rsh
603 @cindex rsh method
605 Connect to the remote host with @command{rsh}.  Due to the unsecure
606 connection it is recommended for very local host topology only.
608 On operating systems which provide the command @command{remsh} instead
609 of @command{rsh}, you can use the method @option{remsh}.  This is true
610 for HP-UX or Cray UNICOS, for example.
613 @item @option{ssh}
614 @cindex method ssh
615 @cindex ssh method
617 Connect to the remote host with @command{ssh}.  This is identical to
618 the previous option except that the @command{ssh} package is used,
619 making the connection more secure.
621 There are also two variants, @option{ssh1} and @option{ssh2}, that
622 call @samp{ssh -1} and @samp{ssh -2}, respectively.  This way, you can
623 explicitly select whether you want to use the SSH protocol version 1
624 or 2 to connect to the remote host.  (You can also specify in
625 @file{~/.ssh/config}, the SSH configuration file, which protocol
626 should be used, and use the regular @option{ssh} method.)
628 All the methods based on @command{ssh} have an additional feature: you
629 can specify a host name which looks like @file{host#42} (the real host
630 name, then a hash sign, then a port number).  This means to connect to
631 the given host but to also pass @code{-p 42} as arguments to the
632 @command{ssh} command.
635 @item @option{telnet}
636 @cindex method telnet
637 @cindex telnet method
639 Connect to the remote host with @command{telnet}.  This is as unsecure
640 as the @option{rsh} method.
643 @item @option{su}
644 @cindex method su
645 @cindex su method
647 This method does not connect to a remote host at all, rather it uses
648 the @command{su} program to allow you to edit files as another user.
649 That means, the specified host name in the file name must be either
650 @samp{localhost} or the host name as returned by the function
651 @command{(system-name)}.  For an exception of this rule see
652 @ref{Multi-hops}.
655 @item @option{sudo}
656 @cindex method sudo
657 @cindex sudo method
659 This is similar to the @option{su} method, but it uses @command{sudo}
660 rather than @command{su} to become a different user.
662 Note that @command{sudo} must be configured to allow you to start a
663 shell as the user.  It would be nice if it was sufficient if
664 @command{ls} and @command{mimencode} were allowed, but that is not
665 easy to implement, so I haven't got around to it, yet.
668 @item @option{sshx}
669 @cindex method sshx
670 @cindex sshx method
672 As you would expect, this is similar to @option{ssh}, only a little
673 different.  Whereas @option{ssh} opens a normal interactive shell on
674 the remote host, this option uses @samp{ssh -t -t @var{host} -l
675 @var{user} /bin/sh} to open a connection.  This is useful for users
676 where the normal login shell is set up to ask them a number of
677 questions when logging in.  This procedure avoids these questions, and
678 just gives @value{tramp} a more-or-less `standard' login shell to work
679 with.
681 Note that this procedure does not eliminate questions asked by
682 @command{ssh} itself.  For example, @command{ssh} might ask ``Are you
683 sure you want to continue connecting?'' if the host key of the remote
684 host is not known.  @value{tramp} does not know how to deal with such a
685 question (yet), therefore you will need to make sure that you can log
686 in without such questions.
688 This is also useful for Windows users where @command{ssh}, when
689 invoked from an @value{emacsname} buffer, tells them that it is not
690 allocating a pseudo tty.  When this happens, the login shell is wont
691 to not print any shell prompt, which confuses @value{tramp} mightily.
693 This supports the @samp{-p} argument.
696 @item @option{krlogin}
697 @cindex method krlogin
698 @cindex krlogin method
699 @cindex Kerberos (with krlogin method)
701 This method is also similar to @option{ssh}.  It only uses the
702 @command{krlogin -x} command to log in to the remote host.
705 @item @option{ksu}
706 @cindex method ksu
707 @cindex ksu method
708 @cindex Kerberos (with ksu method)
710 This is another method from the Kerberos suite.  It behaves like @option{su}.
713 @item @option{plink}
714 @cindex method plink
715 @cindex plink method
717 This method is mostly interesting for Windows users using the PuTTY
718 implementation of SSH.  It uses @samp{plink -ssh} to log in to the
719 remote host.
721 This supports the @samp{-P} argument.
723 Additionally, the methods @option{plink1} and @option{plink2} are
724 provided, which call @samp{plink -1 -ssh} or @samp{plink -2 -ssh} in
725 order to use SSH protocol version 1 or 2 explicitly.
727 CCC: Do we have to connect to the remote host once from the command
728 line to accept the SSH key?  Maybe this can be made automatic?
730 CCC: Say something about the first shell command failing.  This might
731 be due to a wrong setting of @code{tramp-rsh-end-of-line}.
734 @item @option{plinkx}
735 @cindex method plinkx
736 @cindex plinkx method
738 Another method using PuTTY on Windows.  Instead of host names, it
739 expects PuTTY session names, calling @samp{plink -load @var{session}
740 -t"}.  User names are relevant only in case the corresponding session
741 hasn't defined a user name.  Different port numbers must be defined in
742 the session.
744 @end table
747 @node External methods
748 @section External methods
749 @cindex methods, external
750 @cindex external methods
752 The external methods operate through multiple channels, using the
753 remote shell connection for many actions while delegating file
754 transfers to an external transfer utility.
756 This saves the overhead of encoding and decoding that multiplexing the
757 transfer through the one connection has with the inline methods.
759 Since external methods need their own overhead opening a new channel,
760 all files which are smaller than @var{tramp-copy-size-limit} are still
761 transferred with the corresponding inline method.  It should provide a
762 fair trade-off between both approaches.
764 @table @asis
765 @item @option{rcp}  ---  @command{rsh} and @command{rcp}
766 @cindex method rcp
767 @cindex rcp method
768 @cindex rcp (with rcp method)
769 @cindex rsh (with rcp method)
771 This method uses the @command{rsh} and @command{rcp} commands to connect
772 to the remote machine and transfer files.  This is probably the fastest
773 connection method available.
775 The alternative method @option{remcp} uses the @command{remsh} and
776 @command{rcp} commands.  It should be applied on machines where
777 @command{remsh} is used instead of @command{rsh}.
780 @item @option{scp}  ---  @command{ssh} and @command{scp}
781 @cindex method scp
782 @cindex scp method
783 @cindex scp (with scp method)
784 @cindex ssh (with scp method)
786 Using @command{ssh} to connect to the remote host and @command{scp} to
787 transfer files between the machines is the best method for securely
788 connecting to a remote machine and accessing files.
790 The performance of this option is also quite good.  It may be slower than
791 the inline methods when you often open and close small files however.
792 The cost of the cryptographic handshake at the start of an @command{scp}
793 session can begin to absorb the advantage that the lack of encoding and
794 decoding presents.
796 There are also two variants, @option{scp1} and @option{scp2}, that
797 call @samp{ssh -1} and @samp{ssh -2}, respectively.  This way, you can
798 explicitly select whether you want to use the SSH protocol version 1
799 or 2 to connect to the remote host.  (You can also specify in
800 @file{~/.ssh/config}, the SSH configuration file, which protocol
801 should be used, and use the regular @option{scp} method.)
803 All the @command{ssh} based methods support the @samp{-p} feature
804 where you can specify a port number to connect to in the host name.
805 For example, the host name @file{host#42} tells @value{tramp} to
806 specify @samp{-p 42} in the argument list for @command{ssh}, and to
807 specify @samp{-P 42} in the argument list for @command{scp}.
810 @item @option{sftp}  ---  @command{ssh} and @command{sftp}
811 @cindex method sftp
812 @cindex sftp method
813 @cindex sftp (with sftp method)
814 @cindex ssh (with sftp method)
816 That is mostly the same method as @option{scp}, but using
817 @command{sftp} as transfer command.  So the same remarks are valid.
819 This command does not work like @value{ftppackagename}, where
820 @command{ftp} is called interactively, and all commands are send from
821 within this session.  Instead of, @command{ssh} is used for login.
823 This method supports the @samp{-p} argument.
826 @item @option{rsync}  ---  @command{ssh} and @command{rsync}
827 @cindex method rsync
828 @cindex rsync method
829 @cindex rsync (with rsync method)
830 @cindex ssh (with rsync method)
832 Using the @command{ssh} command to connect securely to the remote
833 machine and the @command{rsync} command to transfer files is almost
834 identical to the @option{scp} method.
836 While @command{rsync} performs much better than @command{scp} when
837 transferring files that exist on both hosts, this advantage is lost if
838 the file exists only on one side of the connection.  A file can exists
839 on both the remote and local host, when you copy a file from/to a
840 remote host.  When you just open a file from the remote host (or write
841 a file there), a temporary file on the local side is kept as long as
842 the corresponding buffer, visiting this file, is alive.
844 This method supports the @samp{-p} argument.
847 @item @option{scpx} --- @command{ssh} and @command{scp}
848 @cindex method scpx
849 @cindex scpx method
850 @cindex scp (with scpx method)
851 @cindex ssh (with scpx method)
853 As you would expect, this is similar to @option{scp}, only a little
854 different.  Whereas @option{scp} opens a normal interactive shell on
855 the remote host, this option uses @samp{ssh -t -t @var{host} -l
856 @var{user} /bin/sh} to open a connection.  This is useful for users
857 where the normal login shell is set up to ask them a number of
858 questions when logging in.  This procedure avoids these questions, and
859 just gives @value{tramp} a more-or-less `standard' login shell to work
860 with.
862 This is also useful for Windows users where @command{ssh}, when
863 invoked from an @value{emacsname} buffer, tells them that it is not
864 allocating a pseudo tty.  When this happens, the login shell is wont
865 to not print any shell prompt, which confuses @value{tramp} mightily.
867 This method supports the @samp{-p} argument.
870 @item @option{scpc} --- @command{ssh} and @command{scp}
871 @cindex method scpc
872 @cindex scpc method
873 @cindex scp (with scpc method)
874 @cindex ssh (with scpc method)
876 Newer versions of @option{ssh} (for example OpenSSH 4) offer an option
877 @option{ControlMaster}.  This allows @option{scp} to reuse an existing
878 @option{ssh} channel, which increases performance.
880 Before you use this method, you should check whether your @option{ssh}
881 implementation supports this option.  Try from the command line
883 @example
884 ssh localhost -o ControlMaster=yes /bin/true
885 @end example
887 If that command succeeds silently, then you can use @option{scpc}; but
888 if it fails like
890 @example
891 command-line: line 0: Bad configuration option: ControlMaster
892 @end example
894 then you cannot use it.  Note, that the option
895 @option{ControlPersist}, if it is supported by your @option{ssh}
896 version, must be set to @option{no}.
898 This method supports the @samp{-p} argument.
901 @item @option{rsyncc}  ---  @command{ssh} and @command{rsync}
902 @cindex method rsyncc
903 @cindex rsyncc method
904 @cindex rsync (with rsyncc method)
905 @cindex ssh (with rsyncc method)
907 Like the @option{scpc} method, @option{rsyncc} improves the underlying
908 @command{ssh} connection by the option @option{ControlMaster}.  This
909 allows @command{rsync} to reuse an existing @command{ssh} channel,
910 which increases performance.
912 This method supports the @samp{-p} argument.
915 @item @option{pscp} --- @command{plink} and @command{pscp}
916 @cindex method pscp
917 @cindex pscp method
918 @cindex pscp (with pscp method)
919 @cindex plink (with pscp method)
920 @cindex PuTTY (with pscp method)
922 This method is similar to @option{scp}, but it uses the
923 @command{plink} command to connect to the remote host, and it uses
924 @command{pscp} for transferring the files.  These programs are part
925 of PuTTY, an SSH implementation for Windows.
927 This method supports the @samp{-P} argument.
930 @item @option{psftp} --- @command{plink} and @command{psftp}
931 @cindex method psftp
932 @cindex psftp method
933 @cindex psftp (with psftp method)
934 @cindex plink (with psftp method)
935 @cindex PuTTY (with psftp method)
937 As you would expect, this method is similar to @option{sftp}, but it
938 uses the @command{plink} command to connect to the remote host, and it
939 uses @command{psftp} for transferring the files.  These programs are
940 part of PuTTY, an SSH implementation for Windows.
942 This method supports the @samp{-P} argument.
945 @item @option{fcp} --- @command{fsh} and @command{fcp}
946 @cindex method fcp
947 @cindex fcp method
948 @cindex fsh (with fcp method)
949 @cindex fcp (with fcp method)
951 This method is similar to @option{scp}, but it uses the @command{fsh}
952 command to connect to the remote host, and it uses @command{fcp} for
953 transferring the files.  @command{fsh/fcp} are a front-end for
954 @command{ssh} which allow for reusing the same @command{ssh} session
955 for submitting several commands.  This avoids the startup overhead of
956 @command{scp} (which has to establish a secure connection whenever it
957 is called).  Note, however, that you can also use one of the inline
958 methods to achieve a similar effect.
960 This method uses the command @samp{fsh @var{host} -l @var{user}
961 /bin/sh -i} to establish the connection, it does not work to just say
962 @command{fsh @var{host} -l @var{user}}.
964 @cindex method fsh
965 @cindex fsh method
967 There is no inline method using @command{fsh} as the multiplexing
968 provided by the program is not very useful in our context.  @value{tramp}
969 opens just one connection to the remote host and then keeps it open,
970 anyway.
973 @item @option{ftp}
974 @cindex method ftp
975 @cindex ftp method
977 This is not a native @value{tramp} method.  Instead, it forwards all
978 requests to @value{ftppackagename}.
979 @ifset xemacs
980 This works only for unified filenames, see @ref{Issues}.
981 @end ifset
984 @item @option{smb} --- @command{smbclient}
985 @cindex method smb
986 @cindex smb method
988 This is another not native @value{tramp} method.  It uses the
989 @command{smbclient} command on different Unices in order to connect to
990 an SMB server.  An SMB server might be a Samba (or CIFS) server on
991 another UNIX host or, more interesting, a host running MS Windows.  So
992 far, it is tested against MS Windows NT, MS Windows 2000, MS Windows
993 XP, MS Windows Vista, and MS Windows 7.
995 The first directory in the localname must be a share name on the remote
996 host.  Remember that the @code{$} character, in which default shares
997 usually end, must be written @code{$$} due to environment variable
998 substitution in file names.  If no share name is given (i.e. remote
999 directory @code{/}), all available shares are listed.
1001 Since authorization is done on share level, you will always be
1002 prompted for a password if you access another share on the same host.
1003 This can be suppressed by @ref{Password handling}.
1005 For authorization, MS Windows uses both a user name and a domain name.
1006 Because of this, the @value{tramp} syntax has been extended: you can
1007 specify a user name which looks like @code{user%domain} (the real user
1008 name, then a percent sign, then the domain name).  So, to connect to
1009 the machine @code{melancholia} as user @code{daniel} of the domain
1010 @code{BIZARRE}, and edit @file{.emacs} in the home directory (share
1011 @code{daniel$}) I would specify the filename @file{@trampfn{smb,
1012 daniel%BIZARRE, melancholia, /daniel$$/.emacs}}.
1014 Depending on the Windows domain configuration, a Windows user might be
1015 considered as domain user per default.  In order to connect as local
1016 user, the WINS name of that machine must be given as domain name.
1017 Usually, it is the machine name in capital letters.  In the example
1018 above, the local user @code{daniel} would be specified as
1019 @file{@trampfn{smb, daniel%MELANCHOLIA, melancholia, /daniel$$/.emacs}}.
1021 The domain name as well as the user name are optional.  If no user
1022 name is specified at all, the anonymous user (without password
1023 prompting) is assumed.  This is different from all other @value{tramp}
1024 methods, where in such a case the local user name is taken.
1026 The @option{smb} method supports the @samp{-p} argument.
1028 @strong{Please note:} If @value{emacsname} runs locally under MS
1029 Windows, this method isn't available.  Instead, you can use UNC
1030 file names like @file{//melancholia/daniel$$/.emacs}.  The only
1031 disadvantage is that there's no possibility to specify another user
1032 name.
1033 @end table
1036 @ifset emacsgvfs
1037 @node GVFS based methods
1038 @section GVFS based external methods
1039 @cindex methods, gvfs
1040 @cindex gvfs based methods
1041 @cindex dbus
1043 The connection methods described in this section are based on GVFS
1044 @uref{http://en.wikipedia.org/wiki/GVFS}.  Via GVFS, the remote
1045 filesystem is mounted locally through FUSE.  @value{tramp} uses
1046 this local mounted directory internally.
1048 The communication with GVFS is implemented via D-Bus messages.
1049 Therefore, your @value{emacsname} must have D-Bus integration,
1050 @pxref{Top, , D-Bus, dbus}.
1052 @table @asis
1053 @item @option{dav}
1054 @cindex method dav
1055 @cindex method davs
1056 @cindex dav method
1057 @cindex davs method
1059 This method provides access to WebDAV files and directories.  There
1060 exists also the external method @option{davs}, which uses SSL
1061 encryption for the access.
1063 Both methods support the port number specification as discussed above.
1066 @item @option{obex}
1067 @cindex method obex
1068 @cindex obex method
1070 OBEX is an FTP-like access protocol for simple devices, like cell
1071 phones.  For the time being, @value{tramp} only supports OBEX over Bluetooth.
1074 @item @option{synce}
1075 @cindex method synce
1076 @cindex synce method
1078 The @option{synce} method allows communication with Windows Mobile
1079 devices.  Beside GVFS for mounting remote files and directories via
1080 FUSE, it also needs the SYNCE-GVFS plugin.
1081 @end table
1083 @defopt tramp-gvfs-methods
1084 This customer option, a list, defines the external methods which
1085 shall be used with GVFS.  Per default, these are @option{dav},
1086 @option{davs}, @option{obex} and @option{synce}.  Other possible
1087 values are @option{ftp}, @option{sftp} and @option{smb}.
1088 @end defopt
1089 @end ifset
1092 @ifset emacsgw
1093 @node Gateway methods
1094 @section Gateway methods
1095 @cindex methods, gateway
1096 @cindex gateway methods
1098 Gateway methods are not methods to access a remote host directly.
1099 These methods are intended to pass firewalls or proxy servers.
1100 Therefore, they can be used for proxy host declarations
1101 (@pxref{Multi-hops}) only.
1103 A gateway method must always come along with a method which supports
1104 port setting.  This is because @value{tramp} targets the accompanied
1105 method to @file{localhost#random_port}, from where the firewall or
1106 proxy server is accessed.
1108 Gateway methods support user name and password declarations.  These
1109 are used to authenticate towards the corresponding firewall or proxy
1110 server.  They can be passed only if your friendly administrator has
1111 granted your access.
1113 @table @asis
1114 @item @option{tunnel}
1115 @cindex method tunnel
1116 @cindex tunnel method
1118 This method implements an HTTP tunnel via the @command{CONNECT}
1119 command (see RFC 2616, 2817).  Any HTTP 1.1 compliant (proxy) server
1120 shall support this command.
1122 As authentication method, only @option{Basic Authentication} (see RFC
1123 2617) is implemented so far.  If no port number is given in the
1124 declaration, port @option{8080} is used for the proxy server.
1127 @item @option{socks}
1128 @cindex method socks
1129 @cindex socks method
1131 The @command{socks} method provides access to SOCKSv5 servers (see
1132 RFC 1928).  @option{Username/Password Authentication} according to RFC
1133 1929 is supported.
1135 The default port number of the socks server is @option{1080}, if not
1136 specified otherwise.
1138 @end table
1139 @end ifset
1142 @node Default Method
1143 @section Selecting a default method
1144 @cindex default method
1146 @vindex tramp-default-method
1147 When you select an appropriate transfer method for your typical usage
1148 you should set the variable @code{tramp-default-method} to reflect that
1149 choice.  This variable controls which method will be used when a method
1150 is not specified in the @value{tramp} file name.  For example:
1152 @lisp
1153 (setq tramp-default-method "ssh")
1154 @end lisp
1156 @vindex tramp-default-method-alist
1157 You can also specify different methods for certain user/host
1158 combinations, via the variable @code{tramp-default-method-alist}.  For
1159 example, the following two lines specify to use the @option{ssh}
1160 method for all user names matching @samp{john} and the @option{rsync}
1161 method for all host names matching @samp{lily}.  The third line
1162 specifies to use the @option{su} method for the user @samp{root} on
1163 the machine @samp{localhost}.
1165 @lisp
1166 (add-to-list 'tramp-default-method-alist '("" "john" "ssh"))
1167 (add-to-list 'tramp-default-method-alist '("lily" "" "rsync"))
1168 (add-to-list 'tramp-default-method-alist
1169              '("\\`localhost\\'" "\\`root\\'" "su"))
1170 @end lisp
1172 @noindent
1173 See the documentation for the variable
1174 @code{tramp-default-method-alist} for more details.
1176 External methods are normally preferable to inline methods, giving
1177 better performance.
1179 @xref{Inline methods}.
1180 @xref{External methods}.
1182 Another consideration with the selection of transfer methods is the
1183 environment you will use them in and, especially when used over the
1184 Internet, the security implications of your preferred method.
1186 The @option{rsh} and @option{telnet} methods send your password as
1187 plain text as you log in to the remote machine, as well as
1188 transferring the files in such a way that the content can easily be
1189 read from other machines.
1191 If you need to connect to remote systems that are accessible from the
1192 Internet, you should give serious thought to using @option{ssh} based
1193 methods to connect.  These provide a much higher level of security,
1194 making it a non-trivial exercise for someone to obtain your password
1195 or read the content of the files you are editing.
1198 @subsection Which method is the right one for me?
1199 @cindex choosing the right method
1201 Given all of the above, you are probably thinking that this is all fine
1202 and good, but it's not helping you to choose a method!  Right you are.
1203 As a developer, we don't want to boss our users around but give them
1204 maximum freedom instead.  However, the reality is that some users would
1205 like to have some guidance, so here I'll try to give you this guidance
1206 without bossing you around.  You tell me whether it works @dots{}
1208 My suggestion is to use an inline method.  For large files, external
1209 methods might be more efficient, but I guess that most people will
1210 want to edit mostly small files.  And if you access large text files,
1211 compression (driven by @var{tramp-inline-compress-start-size}) shall
1212 still result in good performance.
1214 I guess that these days, most people can access a remote machine by
1215 using @command{ssh}.  So I suggest that you use the @option{ssh}
1216 method.  So, type @kbd{C-x C-f @trampfn{ssh, root, otherhost,
1217 /etc/motd} @key{RET}} to edit the @file{/etc/motd} file on the other
1218 host.
1220 If you can't use @option{ssh} to log in to the remote host, then
1221 select a method that uses a program that works.  For instance, Windows
1222 users might like the @option{plink} method which uses the PuTTY
1223 implementation of @command{ssh}.  Or you use Kerberos and thus like
1224 @option{krlogin}.
1226 For the special case of editing files on the local host as another
1227 user, see the @option{su} or @option{sudo} methods.  They offer
1228 shortened syntax for the @samp{root} account, like
1229 @file{@trampfn{su, , , /etc/motd}}.
1231 People who edit large files may want to consider @option{scpc} instead
1232 of @option{ssh}, or @option{pscp} instead of @option{plink}.  These
1233 external methods are faster than inline methods for large files.
1234 Note, however, that external methods suffer from some limitations.
1235 Please try first whether you really get a noticeable speed advantage
1236 from using an external method!  Maybe even for large files, inline
1237 methods are fast enough.
1240 @node Default User
1241 @section Selecting a default user
1242 @cindex default user
1244 The user part of a @value{tramp} file name can be omitted.  Usually,
1245 it is replaced by the user name you are logged in.  Often, this is not
1246 what you want.  A typical use of @value{tramp} might be to edit some
1247 files with root permissions on the local host.  This case, you should
1248 set the variable @code{tramp-default-user} to reflect that choice.
1249 For example:
1251 @lisp
1252 (setq tramp-default-user "root")
1253 @end lisp
1255 @code{tramp-default-user} is regarded as obsolete, and will be removed
1256 soon.
1258 @vindex tramp-default-user-alist
1259 You can also specify different users for certain method/host
1260 combinations, via the variable @code{tramp-default-user-alist}.  For
1261 example, if you always have to use the user @samp{john} in the domain
1262 @samp{somewhere.else}, you can specify the following:
1264 @lisp
1265 (add-to-list 'tramp-default-user-alist
1266              '("ssh" ".*\\.somewhere\\.else\\'" "john"))
1267 @end lisp
1269 @noindent
1270 See the documentation for the variable
1271 @code{tramp-default-user-alist} for more details.
1273 One trap to fall in must be known.  If @value{tramp} finds a default
1274 user, this user will be passed always to the connection command as
1275 parameter (for example @command{ssh here.somewhere.else -l john}.  If
1276 you have specified another user for your command in its configuration
1277 files, @value{tramp} cannot know it, and the remote access will fail.
1278 If you have specified in the given example in @file{~/.ssh/config} the
1279 lines
1281 @example
1282 Host here.somewhere.else
1283      User lily
1284 @end example
1286 @noindent
1287 than you must discard selecting a default user by @value{tramp}.  This
1288 will be done by setting it to @code{nil} (or @samp{lily}, likewise):
1290 @lisp
1291 (add-to-list 'tramp-default-user-alist
1292              '("ssh" "\\`here\\.somewhere\\.else\\'" nil))
1293 @end lisp
1295 The last entry in @code{tramp-default-user-alist} could be your
1296 default user you'll apply predominantly.  You shall @emph{append} it
1297 to that list at the end:
1299 @lisp
1300 (add-to-list 'tramp-default-user-alist '(nil nil "jonas") t)
1301 @end lisp
1304 @node Default Host
1305 @section Selecting a default host
1306 @cindex default host
1308 @vindex tramp-default-host
1309 Finally, it is even possible to omit the host name part of a
1310 @value{tramp} file name.  This case, the value of the variable
1311 @code{tramp-default-host} is used.  Per default, it is initialized
1312 with the host name your local @value{emacsname} is running.
1314 If you, for example, use @value{tramp} mainly to contact the host
1315 @samp{target} as user @samp{john}, you can specify:
1317 @lisp
1318 (setq tramp-default-user "john"
1319       tramp-default-host "target")
1320 @end lisp
1322 Then the simple file name @samp{@trampfn{ssh, , ,}} will connect you
1323 to John's home directory on target.
1324 @ifset emacs
1325 Note, however, that the most simplification @samp{/::} won't work,
1326 because @samp{/:} is the prefix for quoted file names.
1327 @end ifset
1330 @node Multi-hops
1331 @section Connecting to a remote host using multiple hops
1332 @cindex multi-hop
1333 @cindex proxy hosts
1335 Sometimes, the methods described before are not sufficient.
1336 Sometimes, it is not possible to connect to a remote host using a
1337 simple command.  For example, if you are in a secured network, you
1338 might have to log in to a bastion host first before you can connect to
1339 the outside world.  Of course, the target host may also require a
1340 bastion host.
1342 @vindex tramp-default-proxies-alist
1343 @defopt tramp-default-proxies-alist
1344 In order to specify multiple hops, it is possible to define a proxy
1345 host to pass through, via the variable
1346 @code{tramp-default-proxies-alist}.  This variable keeps a list of
1347 triples (@var{host} @var{user} @var{proxy}).
1349 The first matching item specifies the proxy host to be passed for a
1350 file name located on a remote target matching @var{user}@@@var{host}.
1351 @var{host} and @var{user} are regular expressions or @code{nil}, which
1352 is interpreted as a regular expression which always matches.
1354 @var{proxy} must be a Tramp filename which localname part is ignored.
1355 Method and user name on @var{proxy} are optional, which is interpreted
1356 with the default values.
1357 @ifset emacsgw
1358 The method must be an inline or gateway method (@pxref{Inline
1359 methods}, @pxref{Gateway methods}).
1360 @end ifset
1361 @ifclear emacsgw
1362 The method must be an inline method (@pxref{Inline methods}).
1363 @end ifclear
1364 If @var{proxy} is @code{nil}, no additional hop is required reaching
1365 @var{user}@@@var{host}.
1367 If you, for example, must pass the host @samp{bastion.your.domain} as
1368 user @samp{bird} for any remote host which is not located in your local
1369 domain, you can set
1371 @lisp
1372 (add-to-list 'tramp-default-proxies-alist
1373              '("\\." nil "@trampfn{ssh, bird, bastion.your.domain,}"))
1374 (add-to-list 'tramp-default-proxies-alist
1375              '("\\.your\\.domain\\'" nil nil))
1376 @end lisp
1378 Please note the order of the code.  @code{add-to-list} adds elements at the
1379 beginning of a list.  Therefore, most relevant rules must be added last.
1381 Proxy hosts can be cascaded.  If there is another host called
1382 @samp{jump.your.domain}, which is the only one in your local domain who
1383 is allowed connecting @samp{bastion.your.domain}, you can add another
1384 rule:
1386 @lisp
1387 (add-to-list 'tramp-default-proxies-alist
1388              '("\\`bastion\\.your\\.domain\\'"
1389                "\\`bird\\'"
1390                "@trampfn{ssh, , jump.your.domain,}"))
1391 @end lisp
1393 @var{proxy} can contain the patterns @code{%h} or @code{%u}.  These
1394 patterns are replaced by the strings matching @var{host} or
1395 @var{user}, respectively.
1397 If you, for example, wants to work as @samp{root} on hosts in the
1398 domain @samp{your.domain}, but login as @samp{root} is disabled for
1399 non-local access, you might add the following rule:
1401 @lisp
1402 (add-to-list 'tramp-default-proxies-alist
1403              '("\\.your\\.domain\\'" "\\`root\\'" "@trampfn{ssh, , %h,}"))
1404 @end lisp
1406 Opening @file{@trampfn{sudo, , randomhost.your.domain,}} would connect
1407 first @samp{randomhost.your.domain} via @code{ssh} under your account
1408 name, and perform @code{sudo -u root} on that host afterwards.  It is
1409 important to know that the given method is applied on the host which
1410 has been reached so far.  @code{sudo -u root}, applied on your local
1411 host, wouldn't be useful here.
1413 @var{host}, @var{user} and @var{proxy} can also be Lisp forms.  These
1414 forms are evaluated, and must return a string, or @code{nil}.  The
1415 previous example could be generalized then: For all hosts except my
1416 local one connect via @command{ssh} first, and apply @command{sudo -u
1417 root} afterwards:
1419 @lisp
1420 (add-to-list 'tramp-default-proxies-alist
1421              '(nil "\\`root\\'" "@trampfn{ssh, , %h,}"))
1422 (add-to-list 'tramp-default-proxies-alist
1423              '((regexp-quote (system-name)) nil nil))
1424 @end lisp
1426 This is the recommended configuration to work as @samp{root} on remote
1427 Ubuntu hosts.
1429 @ifset emacsgw
1430 Finally, @code{tramp-default-proxies-alist} can be used to pass
1431 firewalls or proxy servers.  Imagine your local network has a host
1432 @samp{proxy.your.domain} which is used on port 3128 as HTTP proxy to
1433 the outer world.  Your friendly administrator has granted you access
1434 under your user name to @samp{host.other.domain} on that proxy
1435 server.@footnote{HTTP tunnels are intended for secure SSL/TLS
1436 communication.  Therefore, many proxy server restrict the tunnels to
1437 related target ports.  You might need to run your ssh server on your
1438 target host @samp{host.other.domain} on such a port, like 443 (https).
1439 See @uref{http://savannah.gnu.org/maintenance/CvsFromBehindFirewall}
1440 for discussion of ethical issues.}  You would need to add the
1441 following rule:
1443 @lisp
1444 (add-to-list 'tramp-default-proxies-alist
1445              '("\\`host\\.other\\.domain\\'" nil
1446                "@trampfn{tunnel, , proxy.your.domain#3128,}"))
1447 @end lisp
1449 Gateway methods can be declared as first hop only in a multiple hop
1450 chain.
1451 @end ifset
1452 @end defopt
1454 Hops to be passed tend to be restricted firewalls and alike.
1455 Sometimes they offer limited features only, like running @command{rbash}
1456 (restricted bash).  This must be told to @value{tramp}.
1458 @vindex tramp-restricted-shell-hosts-alist
1459 @defopt tramp-restricted-shell-hosts-alist
1460 This variable keeps a list of regular expressions, which denote hosts
1461 running a registered shell like "rbash".  Those hosts can be used as
1462 proxies only.
1464 If the bastion host from the example above runs a restricted shell,
1465 you shall apply
1467 @lisp
1468 (add-to-list 'tramp-restricted-shell-hosts-alist
1469              "\\`bastion\\.your\\.domain\\'")
1470 @end lisp
1471 @end defopt
1474 @node Customizing Methods
1475 @section Using Non-Standard Methods
1476 @cindex customizing methods
1477 @cindex using non-standard methods
1478 @cindex create your own methods
1480 There is a variable @code{tramp-methods} which you can change if the
1481 predefined methods don't seem right.
1483 For the time being, I'll refer you to the Lisp documentation of that
1484 variable, accessible with @kbd{C-h v tramp-methods @key{RET}}.
1487 @node Customizing Completion
1488 @section Selecting config files for user/host name completion
1489 @cindex customizing completion
1490 @cindex selecting config files
1491 @vindex tramp-completion-function-alist
1493 The variable @code{tramp-completion-function-alist} is intended to
1494 customize which files are taken into account for user and host name
1495 completion (@pxref{Filename completion}).  For every method, it keeps
1496 a set of configuration files, accompanied by a Lisp function able to
1497 parse that file.  Entries in @code{tramp-completion-function-alist}
1498 have the form (@var{method} @var{pair1} @var{pair2} ...).
1500 Each @var{pair} is composed of (@var{function} @var{file}).
1501 @var{function} is responsible to extract user names and host names
1502 from @var{file} for completion.  There are two functions which access
1503 this variable:
1505 @defun tramp-get-completion-function method
1506 This function returns the list of completion functions for @var{method}.
1508 Example:
1509 @example
1510 (tramp-get-completion-function "rsh")
1512      @result{} ((tramp-parse-rhosts "/etc/hosts.equiv")
1513          (tramp-parse-rhosts "~/.rhosts"))
1514 @end example
1515 @end defun
1517 @defun tramp-set-completion-function method function-list
1518 This function sets @var{function-list} as list of completion functions
1519 for @var{method}.
1521 Example:
1522 @example
1523 (tramp-set-completion-function "ssh"
1524  '((tramp-parse-sconfig "/etc/ssh_config")
1525    (tramp-parse-sconfig "~/.ssh/config")))
1527      @result{} ((tramp-parse-sconfig "/etc/ssh_config")
1528          (tramp-parse-sconfig "~/.ssh/config"))
1529 @end example
1530 @end defun
1532 The following predefined functions parsing configuration files exist:
1534 @table @asis
1535 @item @code{tramp-parse-rhosts}
1536 @findex tramp-parse-rhosts
1538 This function parses files which are syntactical equivalent to
1539 @file{~/.rhosts}.  It returns both host names and user names, if
1540 specified.
1542 @item @code{tramp-parse-shosts}
1543 @findex tramp-parse-shosts
1545 This function parses files which are syntactical equivalent to
1546 @file{~/.ssh/known_hosts}.  Since there are no user names specified
1547 in such files, it can return host names only.
1549 @item @code{tramp-parse-sconfig}
1550 @findex tramp-parse-shosts
1552 This function returns the host nicknames defined by @code{Host} entries
1553 in @file{~/.ssh/config} style files.
1555 @item @code{tramp-parse-shostkeys}
1556 @findex tramp-parse-shostkeys
1558 SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and
1559 @file{~/ssh2/hostkeys/*}.  Hosts are coded in file names
1560 @file{hostkey_@var{portnumber}_@var{host-name}.pub}.  User names
1561 are always @code{nil}.
1563 @item @code{tramp-parse-sknownhosts}
1564 @findex tramp-parse-shostkeys
1566 Another SSH2 style parsing of directories like
1567 @file{/etc/ssh2/knownhosts/*} and @file{~/ssh2/knownhosts/*}.  This
1568 case, hosts names are coded in file names
1569 @file{@var{host-name}.@var{algorithm}.pub}.  User names are always @code{nil}.
1571 @item @code{tramp-parse-hosts}
1572 @findex tramp-parse-hosts
1574 A function dedicated to @file{/etc/hosts} style files.  It returns
1575 host names only.
1577 @item @code{tramp-parse-passwd}
1578 @findex tramp-parse-passwd
1580 A function which parses @file{/etc/passwd} like files.  Obviously, it
1581 can return user names only.
1583 @item @code{tramp-parse-netrc}
1584 @findex tramp-parse-netrc
1586 Finally, a function which parses @file{~/.netrc} like files.  This
1587 includes also @file{~/.authinfo}-style files.
1588 @end table
1590 If you want to keep your own data in a file, with your own structure,
1591 you might provide such a function as well.  This function must meet
1592 the following conventions:
1594 @defun my-tramp-parse file
1595 @var{file} must be either a file name on your host, or @code{nil}.
1596 The function must return a list of (@var{user} @var{host}), which are
1597 taken as candidates for user and host name completion.
1599 Example:
1600 @example
1601 (my-tramp-parse "~/.my-tramp-hosts")
1603      @result{} ((nil "toto") ("daniel" "melancholia"))
1604 @end example
1605 @end defun
1608 @node Password handling
1609 @section Reusing passwords for several connections
1610 @cindex passwords
1612 Sometimes it is necessary to connect to the same remote host several
1613 times.  Reentering passwords again and again would be annoying, when
1614 the chosen method does not support access without password prompt
1615 through own configuration.
1617 The best recommendation is to use the method's own mechanism for
1618 password handling. Consider @command{ssh-agent} for @option{ssh}-like
1619 methods, or @command{pageant} for @option{plink}-like methods.
1621 However, if you cannot apply such native password handling,
1622 @value{tramp} offers alternatives.
1625 @anchor{Using an authentication file}
1626 @subsection Using an authentication file
1628 @vindex auth-sources
1629 The package @file{auth-source.el}, originally developed in No Gnus,
1630 offers the possibility to read passwords from a file, like FTP does it
1631 from @file{~/.netrc}.  The default authentication file is
1632 @file{~/.authinfo.gpg}, this can be changed via the variable
1633 @code{auth-sources}.
1635 @noindent
1636 A typical entry in the authentication file would be
1638 @example
1639 machine melancholia port scp login daniel password geheim
1640 @end example
1642 The port can be any @value{tramp} method (@pxref{Inline methods},
1643 @pxref{External methods}), to match only this method.  When you omit
1644 the port, you match all @value{tramp} methods.
1646 In case of problems, setting @code{auth-source-debug} to @code{t}
1647 gives useful debug messages.
1650 @anchor{Caching passwords}
1651 @subsection Caching passwords
1653 If there is no authentication file, @value{tramp} caches the passwords
1654 entered by you.  They will be reused next time if a connection needs
1655 them for the same user name and host name, independently of the
1656 connection method.
1658 @vindex password-cache-expiry
1659 Passwords are not saved permanently, that means the password caching
1660 is limited to the lifetime of your @value{emacsname} session.  You
1661 can influence the lifetime of password caching by customizing the
1662 variable @code{password-cache-expiry}.  The value is the number of
1663 seconds how long passwords are cached.  Setting it to @code{nil}
1664 disables the expiration.
1666 @vindex password-cache
1667 If you don't like this feature for security reasons, password caching
1668 can be disabled totally by customizing the variable
1669 @code{password-cache} (setting it to @code{nil}).
1671 Implementation Note: password caching is based on the package
1672 @file{password-cache.el}.  For the time being, it is activated only
1673 when this package is seen in the @code{load-path} while loading
1674 @value{tramp}.
1675 @ifset installchapter
1676 If you don't use No Gnus, you can take @file{password.el} from the
1677 @value{tramp} @file{contrib} directory, see @ref{Installation
1678 parameters}.
1679 @end ifset
1682 @node Connection caching
1683 @section Reusing connection related information
1684 @cindex caching
1686 @vindex tramp-persistency-file-name
1687 In order to reduce initial connection time, @value{tramp} stores
1688 connection related information persistently.  The variable
1689 @code{tramp-persistency-file-name} keeps the file name where these
1690 information are written.  Its default value is
1691 @ifset emacs
1692 @file{~/.emacs.d/tramp}.
1693 @end ifset
1694 @ifset xemacs
1695 @file{~/.xemacs/tramp}.
1696 @end ifset
1697 It is recommended to choose a local file name.
1699 @value{tramp} reads this file during startup, and writes it when
1700 exiting @value{emacsname}.  You can simply remove this file if
1701 @value{tramp} shall be urged to recompute these information next
1702 @value{emacsname} startup time.
1704 Using such persistent information can be disabled by setting
1705 @code{tramp-persistency-file-name} to @code{nil}.
1707 Once consequence of reusing connection related information is that
1708 @var{tramp} needs to distinguish hosts.  If you, for example, run a
1709 local @code{sshd} on port 3001, which tunnels @command{ssh} to another
1710 host, you could access both @file{@trampfn{ssh, , localhost,}} and
1711 @file{@trampfn{ssh, , localhost#3001,}}.  @var{tramp} would use the
1712 same host related information (like paths, Perl variants, etc) for
1713 both connections, although the information is valid only for one of
1714 them.
1716 In order to avoid trouble, you must use another host name for one of
1717 the connections, like introducing a @option{Host} section in
1718 @file{~/.ssh/config} (@pxref{Frequently Asked Questions}) or applying
1719 multiple hops (@pxref{Multi-hops}).
1721 When @value{tramp} detects a changed operating system version on a
1722 remote host (via the command @command{uname -sr}), it flushes all
1723 connection related information for this host, and opens the
1724 connection again.
1727 @node Remote Programs
1728 @section How @value{tramp} finds and uses programs on the remote machine
1730 @value{tramp} depends on a number of programs on the remote host in order to
1731 function, including @command{ls}, @command{test}, @command{find} and
1732 @command{cat}.
1734 In addition to these required tools, there are various tools that may be
1735 required based on the connection method.  See @ref{Inline methods} and
1736 @ref{External methods} for details on these.
1738 Certain other tools, such as @command{perl} (or @command{perl5}) and
1739 @command{grep} will be used if they can be found.  When they are
1740 available, they are used to improve the performance and accuracy of
1741 remote file access.
1743 @vindex tramp-remote-path
1744 @vindex tramp-default-remote-path
1745 @vindex tramp-own-remote-path
1746 @defopt tramp-remote-path
1747 When @value{tramp} connects to the remote machine, it searches for the
1748 programs that it can use.  The variable @code{tramp-remote-path}
1749 controls the directories searched on the remote machine.
1751 By default, this is set to a reasonable set of defaults for most
1752 machines.  The symbol @code{tramp-default-remote-path} is a place
1753 holder, it is replaced by the list of directories received via the
1754 command @command{getconf PATH} on your remote machine.  For example,
1755 on Debian GNU/Linux this is @file{/bin:/usr/bin}, whereas on Solaris
1756 this is @file{/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin}.
1757 It is recommended to apply this symbol on top of
1758 @code{tramp-remote-path}.
1760 It is possible, however, that your local (or remote ;) system
1761 administrator has put the tools you want in some obscure local
1762 directory.
1764 In this case, you can still use them with @value{tramp}.  You simply
1765 need to add code to your @file{.emacs} to add the directory to the
1766 remote path.  This will then be searched by @value{tramp} when you
1767 connect and the software found.
1769 To add a directory to the remote search path, you could use code such
1772 @lisp
1773 @i{;; We load @value{tramp} to define the variable.}
1774 (require 'tramp)
1775 @i{;; We have @command{perl} in "/usr/local/perl/bin"}
1776 (add-to-list 'tramp-remote-path "/usr/local/perl/bin")
1777 @end lisp
1779 Another possibility is to reuse the path settings of your remote
1780 account when you log in.  Usually, these settings are overwritten,
1781 because they might not be useful for @value{tramp}.  The place holder
1782 @code{tramp-own-remote-path} preserves these settings.  You can
1783 activate it via
1785 @lisp
1786 (add-to-list 'tramp-remote-path 'tramp-own-remote-path)
1787 @end lisp
1788 @end defopt
1790 @value{tramp} caches several information, like the Perl binary
1791 location.  The changed remote search path wouldn't affect these
1792 settings.  In order to force @value{tramp} to recompute these values,
1793 you must exit @value{emacsname}, remove your persistency file
1794 (@pxref{Connection caching}), and restart @value{emacsname}.
1797 @node Remote shell setup
1798 @section Remote shell setup hints
1799 @cindex remote shell setup
1800 @cindex @file{.profile} file
1801 @cindex @file{.login} file
1802 @cindex shell init files
1804 As explained in the @ref{Overview} section, @value{tramp} connects to the
1805 remote host and talks to the shell it finds there.  Of course, when you
1806 log in, the shell executes its init files.  Suppose your init file
1807 requires you to enter the birth date of your mother; clearly @value{tramp}
1808 does not know this and hence fails to log you in to that host.
1810 There are different possible strategies for pursuing this problem.  One
1811 strategy is to enable @value{tramp} to deal with all possible situations.
1812 This is a losing battle, since it is not possible to deal with
1813 @emph{all} situations.  The other strategy is to require you to set up
1814 the remote host such that it behaves like @value{tramp} expects.  This might
1815 be inconvenient because you have to invest a lot of effort into shell
1816 setup before you can begin to use @value{tramp}.
1818 The package, therefore, pursues a combined approach.  It tries to
1819 figure out some of the more common setups, and only requires you to
1820 avoid really exotic stuff.  For example, it looks through a list of
1821 directories to find some programs on the remote host.  And also, it
1822 knows that it is not obvious how to check whether a file exists, and
1823 therefore it tries different possibilities.  (On some hosts and
1824 shells, the command @command{test -e} does the trick, on some hosts
1825 the shell builtin doesn't work but the program @command{/usr/bin/test
1826 -e} or @command{/bin/test -e} works.  And on still other hosts,
1827 @command{ls -d} is the right way to do this.)
1829 Below you find a discussion of a few things that @value{tramp} does not deal
1830 with, and that you therefore have to set up correctly.
1832 @table @asis
1833 @item @var{shell-prompt-pattern}
1834 @vindex shell-prompt-pattern
1836 After logging in to the remote host, @value{tramp} has to wait for the remote
1837 shell startup to finish before it can send commands to the remote
1838 shell.  The strategy here is to wait for the shell prompt.  In order to
1839 recognize the shell prompt, the variable @code{shell-prompt-pattern} has
1840 to be set correctly to recognize the shell prompt on the remote host.
1842 Note that @value{tramp} requires the match for @code{shell-prompt-pattern}
1843 to be at the end of the buffer.  Many people have something like the
1844 following as the value for the variable: @code{"^[^>$][>$] *"}.  Now
1845 suppose your shell prompt is @code{a <b> c $ }.  In this case,
1846 @value{tramp} recognizes the @code{>} character as the end of the prompt,
1847 but it is not at the end of the buffer.
1849 @item @var{tramp-shell-prompt-pattern}
1850 @vindex tramp-shell-prompt-pattern
1852 This regular expression is used by @value{tramp} in the same way as
1853 @code{shell-prompt-pattern}, to match prompts from the remote shell.
1854 This second variable exists because the prompt from the remote shell
1855 might be different from the prompt from a local shell --- after all,
1856 the whole point of @value{tramp} is to log in to remote hosts as a
1857 different user.  The default value of
1858 @code{tramp-shell-prompt-pattern} is the same as the default value of
1859 @code{shell-prompt-pattern}, which is reported to work well in many
1860 circumstances.
1862 @item @var{tramp-password-prompt-regexp}
1863 @vindex tramp-password-prompt-regexp
1864 @vindex tramp-wrong-passwd-regexp
1866 During login, @value{tramp} might be forced to enter a password or a
1867 passphrase.  The difference between both is that a password is
1868 requested from the shell on the remote host, while a passphrase is
1869 needed for accessing local authentication information, like your ssh
1870 key.
1872 @var{tramp-password-prompt-regexp} handles the detection of such
1873 requests for English environments.  When you use another localization
1874 of your (local or remote) host, you might need to adapt this. Example:
1876 @lisp
1877 (setq
1878   tramp-password-prompt-regexp
1879     (concat
1880       "^.*"
1881       (regexp-opt
1882         '("passphrase" "Passphrase"
1883           ;; English
1884           "password" "Password"
1885           ;; Deutsch
1886           "passwort" "Passwort"
1887           ;; Fran@,{c}ais
1888           "mot de passe" "Mot de passe") t)
1889       ".*:\0? *"))
1890 @end lisp
1892 In parallel, it might also be necessary to adapt
1893 @var{tramp-wrong-passwd-regexp}.
1895 @item @command{tset} and other questions
1896 @cindex Unix command tset
1897 @cindex tset Unix command
1899 Some people invoke the @command{tset} program from their shell startup
1900 scripts which asks the user about the terminal type of the shell.
1901 Maybe some shells ask other questions when they are started.
1902 @value{tramp} does not know how to answer these questions.  There are
1903 two approaches for dealing with this problem.  One approach is to take
1904 care that the shell does not ask any questions when invoked from
1905 @value{tramp}.  You can do this by checking the @env{TERM}
1906 environment variable, it will be set to @code{dumb} when connecting.
1908 @vindex tramp-terminal-type
1909 The variable @code{tramp-terminal-type} can be used to change this value
1910 to @code{dumb}.
1912 @vindex tramp-actions-before-shell
1913 The other approach is to teach @value{tramp} about these questions.  See
1914 the variable @code{tramp-actions-before-shell}.  Example:
1916 @lisp
1917 (defconst my-tramp-prompt-regexp
1918   (concat (regexp-opt '("Enter the birth date of your mother:") t)
1919           "\\s-*")
1920   "Regular expression matching my login prompt question.")
1922 (defun my-tramp-action (proc vec)
1923   "Enter \"19000101\" in order to give a correct answer."
1924   (save-window-excursion
1925     (with-current-buffer (tramp-get-connection-buffer vec)
1926       (tramp-message vec 6 "\n%s" (buffer-string))
1927       (tramp-send-string vec "19000101"))))
1929 (add-to-list 'tramp-actions-before-shell
1930              '(my-tramp-prompt-regexp my-tramp-action))
1931 @end lisp
1934 @item Environment variables named like users in @file{.profile}
1936 If you have a user named frumple and set the variable @env{FRUMPLE} in
1937 your shell environment, then this might cause trouble.  Maybe rename
1938 the variable to @env{FRUMPLE_DIR} or the like.
1940 This weird effect was actually reported by a @value{tramp} user!
1943 @item Non-Bourne commands in @file{.profile}
1945 After logging in to the remote host, @value{tramp} issues the command
1946 @command{exec /bin/sh}.  (Actually, the command is slightly
1947 different.)  When @command{/bin/sh} is executed, it reads some init
1948 files, such as @file{~/.shrc} or @file{~/.profile}.
1950 Now, some people have a login shell which is not @code{/bin/sh} but a
1951 Bourne-ish shell such as bash or ksh.  Some of these people might put
1952 their shell setup into the files @file{~/.shrc} or @file{~/.profile}.
1953 This way, it is possible for non-Bourne constructs to end up in those
1954 files.  Then, @command{exec /bin/sh} might cause the Bourne shell to
1955 barf on those constructs.
1957 As an example, imagine somebody putting @command{export FOO=bar} into
1958 the file @file{~/.profile}.  The standard Bourne shell does not
1959 understand this syntax and will emit a syntax error when it reaches
1960 this line.
1962 Another example is the tilde (@code{~}) character, say when adding
1963 @file{~/bin} to @env{PATH}.  Many Bourne shells will not expand this
1964 character, and since there is usually no directory whose name consists
1965 of the single character tilde, strange things will happen.
1967 What can you do about this?
1969 Well, one possibility is to make sure that everything in
1970 @file{~/.shrc} and @file{~/.profile} on all remote hosts is
1971 Bourne-compatible.  In the above example, instead of @command{export
1972 FOO=bar}, you might use @command{FOO=bar; export FOO} instead.
1974 The other possibility is to put your non-Bourne shell setup into some
1975 other files.  For example, bash reads the file @file{~/.bash_profile}
1976 instead of @file{~/.profile}, if the former exists.  So bash
1977 aficionados just rename their @file{~/.profile} to
1978 @file{~/.bash_profile} on all remote hosts, and Bob's your uncle.
1980 The @value{tramp} developers would like to circumvent this problem, so
1981 if you have an idea about it, please tell us.  However, we are afraid
1982 it is not that simple: before saying @command{exec /bin/sh},
1983 @value{tramp} does not know which kind of shell it might be talking
1984 to.  It could be a Bourne-ish shell like ksh or bash, or it could be a
1985 csh derivative like tcsh, or it could be zsh, or even rc.  If the
1986 shell is Bourne-ish already, then it might be prudent to omit the
1987 @command{exec /bin/sh} step.  But how to find out if the shell is
1988 Bourne-ish?
1991 @item Interactive shell prompt
1993 @value{tramp} redefines the shell prompt in order to parse the shell's
1994 output robustly.  When calling an interactive shell by @kbd{M-x
1995 shell}, this doesn't look nice.
1997 You can redefine the shell prompt by checking the environment variable
1998 @env{INSIDE_EMACS}, which is set by @value{tramp}, in your startup
1999 script @file{~/.emacs_SHELLNAME}. @env{SHELLNAME} might be the string
2000 @code{bash} or similar, in case of doubt you could set it the
2001 environment variable @env{ESHELL} in your @file{.emacs}:
2003 @lisp
2004 (setenv "ESHELL" "bash")
2005 @end lisp
2007 Your file @file{~/.emacs_SHELLNAME} could contain code like
2009 @example
2010 # Reset the prompt for remote Tramp shells.
2011 if [ "$@{INSIDE_EMACS/*tramp*/tramp@}" == "tramp" ] ; then
2012    PS1="[\u@@\h \w]$ "
2014 @end example
2016 @ifinfo
2017 @ifset emacs
2018 @xref{Interactive Shell, , , @value{emacsdir}}.
2019 @end ifset
2020 @end ifinfo
2022 @end table
2025 @node Auto-save and Backup
2026 @section Auto-save and Backup configuration
2027 @cindex auto-save
2028 @cindex backup
2029 @ifset emacs
2030 @vindex backup-directory-alist
2031 @end ifset
2032 @ifset xemacs
2033 @vindex bkup-backup-directory-info
2034 @end ifset
2036 Normally, @value{emacsname} writes backup files to the same directory
2037 as the original files, but this behavior can be changed via the
2038 variable
2039 @ifset emacs
2040 @code{backup-directory-alist}.
2041 @end ifset
2042 @ifset xemacs
2043 @code{bkup-backup-directory-info}.
2044 @end ifset
2045 In connection with @value{tramp}, this can have unexpected side
2046 effects.  Suppose that you specify that all backups should go to the
2047 directory @file{~/.emacs.d/backups/}, and then you edit the file
2048 @file{@trampfn{su, root, localhost, /etc/secretfile}}.  The effect is
2049 that the backup file will be owned by you and not by root, thus
2050 possibly enabling others to see it even if they were not intended to
2051 see it.
2053 When
2054 @ifset emacs
2055 @code{backup-directory-alist}
2056 @end ifset
2057 @ifset xemacs
2058 @code{bkup-backup-directory-info}
2059 @end ifset
2060 is @code{nil} (the default), such problems do not occur.
2062 Therefore, it is useful to set special values for @value{tramp}
2063 files.  For example, the following statement effectively `turns off'
2064 the effect of
2065 @ifset emacs
2066 @code{backup-directory-alist}
2067 @end ifset
2068 @ifset xemacs
2069 @code{bkup-backup-directory-info}
2070 @end ifset
2071 for @value{tramp} files:
2073 @ifset emacs
2074 @lisp
2075 (add-to-list 'backup-directory-alist
2076              (cons tramp-file-name-regexp nil))
2077 @end lisp
2078 @end ifset
2079 @ifset xemacs
2080 @lisp
2081 (require 'backup-dir)
2082 (add-to-list 'bkup-backup-directory-info
2083              (list tramp-file-name-regexp ""))
2084 @end lisp
2085 @end ifset
2087 @ifset emacs
2088 It is also possible to disable backups depending on the used method.
2089 The following code disables backups for the @option{su} and
2090 @option{sudo} methods:
2092 @lisp
2093 (setq backup-enable-predicate
2094       (lambda (name)
2095         (and (normal-backup-enable-predicate name)
2096              (not
2097               (let ((method (file-remote-p name 'method)))
2098                 (when (stringp method)
2099                   (member method '("su" "sudo"))))))))
2100 @end lisp
2101 @end ifset
2104 Another possibility is to use the @value{tramp} variable
2105 @ifset emacs
2106 @code{tramp-backup-directory-alist}.
2107 @end ifset
2108 @ifset xemacs
2109 @code{tramp-bkup-backup-directory-info}.
2110 @end ifset
2111 This variable has the same meaning like
2112 @ifset emacs
2113 @code{backup-directory-alist}.
2114 @end ifset
2115 @ifset xemacs
2116 @code{bkup-backup-directory-info}.
2117 @end ifset
2118 If a @value{tramp} file is backed up, and DIRECTORY is an absolute
2119 local file name, DIRECTORY is prepended with the @value{tramp} file
2120 name prefix of the file to be backed up.
2122 @noindent
2123 Example:
2125 @ifset emacs
2126 @lisp
2127 (add-to-list 'backup-directory-alist
2128              (cons "." "~/.emacs.d/backups/"))
2129 (setq tramp-backup-directory-alist backup-directory-alist)
2130 @end lisp
2131 @end ifset
2132 @ifset xemacs
2133 @lisp
2134 (require 'backup-dir)
2135 (add-to-list 'bkup-backup-directory-info
2136              (list "." "~/.emacs.d/backups/" 'full-path))
2137 (setq tramp-bkup-backup-directory-info bkup-backup-directory-info)
2138 @end lisp
2139 @end ifset
2141 @noindent
2142 The backup file name of @file{@trampfn{su, root, localhost,
2143 /etc/secretfile}} would be
2144 @ifset emacs
2145 @file{@trampfn{su, root, localhost,
2146 ~/.emacs.d/backups/!su:root@@localhost:!etc!secretfile~}}
2147 @end ifset
2148 @ifset xemacs
2149 @file{@trampfn{su, root, localhost,
2150 ~/.emacs.d/backups/![su!root@@localhost]!etc!secretfile~}}
2151 @end ifset
2153 The same problem can happen with auto-saving files.
2154 @ifset emacs
2155 The variable @code{auto-save-file-name-transforms} keeps information,
2156 on which directory an auto-saved file should go.  By default, it is
2157 initialized for @value{tramp} files to the local temporary directory.
2159 On some versions of @value{emacsname}, namely the version built for
2160 Debian GNU/Linux, the variable @code{auto-save-file-name-transforms}
2161 contains the directory where @value{emacsname} was built.  A
2162 workaround is to manually set the variable to a sane value.
2164 If auto-saved files should go into the same directory as the original
2165 files, @code{auto-save-file-name-transforms} should be set to @code{nil}.
2167 Another possibility is to set the variable
2168 @code{tramp-auto-save-directory} to a proper value.
2169 @end ifset
2170 @ifset xemacs
2171 For this purpose you can set the variable @code{auto-save-directory}
2172 to a proper value.
2173 @end ifset
2176 @node Windows setup hints
2177 @section Issues with Cygwin ssh
2178 @cindex Cygwin, issues
2180 This section needs a lot of work!  Please help.
2182 @cindex method sshx with Cygwin
2183 @cindex sshx method with Cygwin
2184 The recent Cygwin installation of @command{ssh} works only with a
2185 Cygwinized @value{emacsname}.  You can check it by typing @kbd{M-x
2186 eshell}, and starting @kbd{ssh test.machine}.  The problem is evident
2187 if you see a message like this:
2189 @example
2190 Pseudo-terminal will not be allocated because stdin is not a terminal.
2191 @end example
2193 Older @command{ssh} versions of Cygwin are told to cooperate with
2194 @value{tramp} selecting @option{sshx} as the connection method.  You
2195 can find information about setting up Cygwin in their FAQ at
2196 @uref{http://cygwin.com/faq/}.
2198 @cindex method scpx with Cygwin
2199 @cindex scpx method with Cygwin
2200 If you wish to use the @option{scpx} connection method, then you might
2201 have the problem that @value{emacsname} calls @command{scp} with a
2202 Windows filename such as @code{c:/foo}.  The Cygwin version of
2203 @command{scp} does not know about Windows filenames and interprets
2204 this as a remote filename on the host @code{c}.
2206 One possible workaround is to write a wrapper script for @option{scp}
2207 which converts the Windows filename to a Cygwinized filename.
2209 @cindex Cygwin and ssh-agent
2210 @cindex SSH_AUTH_SOCK and @value{emacsname} on Windows
2211 If you want to use either @option{ssh} based method on Windows, then
2212 you might encounter problems with @command{ssh-agent}.  Using this
2213 program, you can avoid typing the pass-phrase every time you log in.
2214 However, if you start @value{emacsname} from a desktop shortcut, then
2215 the environment variable @env{SSH_AUTH_SOCK} is not set and so
2216 @value{emacsname} and thus @value{tramp} and thus @command{ssh} and
2217 @command{scp} started from @value{tramp} cannot communicate with
2218 @command{ssh-agent}.  It works better to start @value{emacsname} from
2219 the shell.
2221 If anyone knows how to start @command{ssh-agent} under Windows in such a
2222 way that desktop shortcuts can profit, please holler.  I don't really
2223 know anything at all about Windows@dots{}
2226 @node Usage
2227 @chapter Using @value{tramp}
2228 @cindex using @value{tramp}
2230 Once you have installed @value{tramp} it will operate fairly
2231 transparently.  You will be able to access files on any remote machine
2232 that you can log in to as though they were local.
2234 Files are specified to @value{tramp} using a formalized syntax specifying the
2235 details of the system to connect to.  This is similar to the syntax used
2236 by the @value{ftppackagename} package.
2238 @cindex type-ahead
2239 Something that might happen which surprises you is that
2240 @value{emacsname} remembers all your keystrokes, so if you see a
2241 password prompt from @value{emacsname}, say, and hit @kbd{@key{RET}}
2242 twice instead of once, then the second keystroke will be processed by
2243 @value{emacsname} after @value{tramp} has done its thing.  Why, this
2244 type-ahead is normal behavior, you say.  Right you are, but be aware
2245 that opening a remote file might take quite a while, maybe half a
2246 minute when a connection needs to be opened.  Maybe after half a
2247 minute you have already forgotten that you hit that key!
2249 @menu
2250 * Filename Syntax::             @value{tramp} filename conventions.
2251 * Alternative Syntax::          URL-like filename syntax.
2252 * Filename completion::         Filename completion.
2253 * Ad-hoc multi-hops::           Declaring multiple hops in the file name.
2254 * Remote processes::            Integration with other @value{emacsname} packages.
2255 * Cleanup remote connections::  Cleanup remote connections.
2256 @end menu
2259 @node Filename Syntax
2260 @section @value{tramp} filename conventions
2261 @cindex filename syntax
2262 @cindex filename examples
2264 To access the file @var{localname} on the remote machine @var{machine}
2265 you would specify the filename @file{@trampfn{, , machine,
2266 localname}}.  This will connect to @var{machine} and transfer the file
2267 using the default method.  @xref{Default Method}.
2269 Some examples of @value{tramp} filenames are shown below.
2271 @table @file
2272 @item @trampfn{, , melancholia, .emacs}
2273 Edit the file @file{.emacs} in your home directory on the machine
2274 @code{melancholia}.
2276 @item @trampfn{, , melancholia.danann.net, .emacs}
2277 This edits the same file, using the fully qualified domain name of
2278 the machine.
2280 @item @trampfn{, , melancholia, ~/.emacs}
2281 This also edits the same file --- the @file{~} is expanded to your
2282 home directory on the remote machine, just like it is locally.
2284 @item @trampfn{, , melancholia, ~daniel/.emacs}
2285 This edits the file @file{.emacs} in the home directory of the user
2286 @code{daniel} on the machine @code{melancholia}.  The @file{~<user>}
2287 construct is expanded to the home directory of that user on the remote
2288 machine.
2290 @item @trampfn{, , melancholia, /etc/squid.conf}
2291 This edits the file @file{/etc/squid.conf} on the machine
2292 @code{melancholia}.
2294 @end table
2296 @var{machine} can also be an IPv4 or IPv6 address, like in
2297 @file{@trampfn{, , 127.0.0.1, .emacs}} or @file{@trampfn{, ,
2298 @value{ipv6prefix}::1@value{ipv6postfix}, .emacs}}.
2299 @ifset emacs
2300 For syntactical reasons, IPv6 addresses must be embedded in square
2301 brackets @file{@value{ipv6prefix}} and @file{@value{ipv6postfix}}.
2302 @end ifset
2304 Unless you specify a different name to use, @value{tramp} will use the
2305 current local user name as the remote user name to log in with.  If you
2306 need to log in as a different user, you can specify the user name as
2307 part of the filename.
2309 To log in to the remote machine as a specific user, you use the syntax
2310 @file{@trampfn{, user, machine, path/to.file}}.  That means that
2311 connecting to @code{melancholia} as @code{daniel} and editing
2312 @file{.emacs} in your home directory you would specify
2313 @file{@trampfn{, daniel, melancholia, .emacs}}.
2315 It is also possible to specify other file transfer methods
2316 (@pxref{Inline methods}, @pxref{External methods}) as part of the
2317 filename.
2318 @ifset emacs
2319 This is done by putting the method before the user and host name, as
2320 in @file{@value{prefix}@var{method}@value{postfixhop}} (Note the
2321 trailing colon).
2322 @end ifset
2323 @ifset xemacs
2324 This is done by replacing the initial @file{@value{prefix}} with
2325 @file{@value{prefix}<method>@value{postfixhop}}.  (Note the trailing
2326 slash!).
2327 @end ifset
2328 The user, machine and file specification remain the same.
2330 So, to connect to the machine @code{melancholia} as @code{daniel},
2331 using the @option{ssh} method to transfer files, and edit
2332 @file{.emacs} in my home directory I would specify the filename
2333 @file{@trampfn{ssh, daniel, melancholia, .emacs}}.
2335 Finally, for some methods it is possible to specify a different port
2336 number than the default one, given by the method.  This is specified
2337 by adding @file{#<port>} to the host name, like in @file{@trampfn{ssh,
2338 daniel, melancholia#42, .emacs}}.
2341 @node Alternative Syntax
2342 @section URL-like filename syntax
2343 @cindex filename syntax
2344 @cindex filename examples
2346 Additionally to the syntax described in the previous chapter, it is
2347 possible to use a URL-like syntax for @value{tramp}.  This can be
2348 switched on by customizing the variable @code{tramp-syntax}.  Please
2349 note that this feature is experimental for the time being.
2351 The variable @code{tramp-syntax} must be set before requiring @value{tramp}:
2353 @lisp
2354 (setq tramp-syntax 'url)
2355 (require 'tramp)
2356 @end lisp
2358 Then, a @value{tramp} filename would look like this:
2359 @file{/@var{method}://@var{user}@@@var{machine}:@var{port}/@var{path/to.file}}.
2360 @file{/@var{method}://} is mandatory, all other parts are optional.
2361 @file{:@var{port}} is useful for methods only who support this.
2363 The last example from the previous section would look like this:
2364 @file{/ssh://daniel@@melancholia/.emacs}.
2366 For the time being, @code{tramp-syntax} can have the following values:
2368 @itemize @w{}
2369 @ifset emacs
2370 @item @code{ftp} -- That is the default syntax
2371 @item @code{url} -- URL-like syntax
2372 @end ifset
2373 @ifset xemacs
2374 @item @code{sep} -- That is the default syntax
2375 @item @code{url} -- URL-like syntax
2376 @item @code{ftp} -- EFS-like syntax
2377 @end ifset
2378 @end itemize
2381 @node Filename completion
2382 @section Filename completion
2383 @cindex filename completion
2385 Filename completion works with @value{tramp} for completion of method
2386 names, of user names and of machine names as well as for completion of
2387 file names on remote machines.
2388 @ifset emacs
2389 In order to enable this, partial completion must be activated in your
2390 @file{.emacs}.
2391 @ifinfo
2392 @xref{Completion Options, , , @value{emacsdir}}.
2393 @end ifinfo
2394 @end ifset
2396 If you, for example, type @kbd{C-x C-f @value{prefix}t
2397 @key{TAB}}, @value{tramp} might give you as result the choice for
2399 @example
2400 @multitable {@trampfn{telnet, , melancholia.danann.net,}} {@trampfn{telnet, , 192.168.0.1,}}
2401 @ifset emacs
2402 @item @value{prefixhop}telnet@value{postfixhop} @tab tmp/
2403 @item @value{prefixhop}toto@value{postfix} @tab
2404 @end ifset
2405 @ifset xemacs
2406 @item @value{prefixhop}telnet@value{postfixhop} @tab @value{prefixhop}toto@value{postfix}
2407 @end ifset
2408 @end multitable
2409 @end example
2411 @samp{@value{prefixhop}telnet@value{postfixhop}}
2412 is a possible completion for the respective method,
2413 @ifset emacs
2414 @samp{tmp/} stands for the directory @file{/tmp} on your local
2415 machine,
2416 @end ifset
2417 and @samp{@value{prefixhop}toto@value{postfix}}
2418 might be a host @value{tramp} has detected in your @file{~/.ssh/known_hosts}
2419 file (given you're using default method @option{ssh}).
2421 If you go on to type @kbd{e @key{TAB}}, the minibuffer is completed to
2422 @samp{@value{prefix}telnet@value{postfixhop}}.
2423 Next @kbd{@key{TAB}} brings you all machine names @value{tramp} detects in
2424 your @file{/etc/hosts} file, let's say
2426 @example
2427 @multitable {@trampfn{telnet, , melancholia.danann.net,}} {@trampfn{telnet, , 192.168.0.1,}}
2428 @item @trampfn{telnet, , 127.0.0.1,} @tab @trampfn{telnet, , 192.168.0.1,}
2429 @item @trampfn{telnet, , @value{ipv6prefix}::1@value{ipv6postfix},} @tab @trampfn{telnet, , localhost,}
2430 @item @trampfn{telnet, , melancholia.danann.net,} @tab @trampfn{telnet, , melancholia,}
2431 @end multitable
2432 @end example
2434 Now you can choose the desired machine, and you can continue to
2435 complete file names on that machine.
2437 If the configuration files (@pxref{Customizing Completion}), which
2438 @value{tramp} uses for analysis of completion, offer user names, those user
2439 names will be taken into account as well.
2441 Remote machines which have been visited in the past and kept
2442 persistently (@pxref{Connection caching}) will be offered too.
2444 Once the remote machine identification is completed, it comes to
2445 filename completion on the remote host.  This works pretty much like
2446 for files on the local host, with the exception that minibuffer
2447 killing via a double-slash works only on the filename part, except
2448 that filename part starts with @file{//}.
2449 @ifset emacs
2450 A triple-slash stands for the default behavior.
2451 @end ifset
2452 @ifinfo
2453 @xref{Minibuffer File, , , @value{emacsdir}}.
2454 @end ifinfo
2456 @noindent
2457 Example:
2459 @example
2460 @ifset emacs
2461 @kbd{C-x C-f @trampfn{telnet, , melancholia, /usr/local/bin//etc} @key{TAB}}
2462      @print{} @trampfn{telnet, , melancholia, /etc}
2464 @kbd{C-x C-f @trampfn{telnet, , melancholia, //etc} @key{TAB}}
2465      @print{} /etc
2467 @kbd{C-x C-f @trampfn{telnet, , melancholia, /usr/local/bin///etc} @key{TAB}}
2468      @print{} /etc
2469 @end ifset
2471 @ifset xemacs
2472 @kbd{C-x C-f @trampfn{telnet, , melancholia, /usr/local/bin//}}
2473      @print{} @trampfn{telnet, , melancholia, /}
2475 @kbd{C-x C-f @trampfn{telnet, , melancholia, //}}
2476      @print{} /
2477 @end ifset
2478 @end example
2480 A remote directory might have changed its contents out of
2481 @value{emacsname} control, for example by creation or deletion of
2482 files by other processes.  Therefore, during filename completion, the
2483 remote directory contents are reread regularly in order to detect such
2484 changes, which would be invisible otherwise (@pxref{Connection caching}).
2486 @defopt tramp-completion-reread-directory-timeout
2487 This variable defines the number of seconds since last remote command
2488 before rereading a directory contents.  A value of 0 would require an
2489 immediate reread during filename completion, @code{nil} means to use
2490 always cached values for the directory contents.
2491 @end defopt
2494 @node Ad-hoc multi-hops
2495 @section Declaring multiple hops in the file name
2496 @cindex multi-hop, ad-hoc
2497 @cindex proxy hosts, ad-hoc
2499 Multiple hops are configured with the variable
2500 @code{tramp-default-proxies-alist} (@pxref{Multi-hops}).  However,
2501 sometimes it is desirable to reach a remote host immediately, without
2502 configuration changes.  This can be reached by an ad-hoc specification
2503 of the proxies.
2505 A proxy looks like a remote file name specification without the local
2506 file name part.  It is prepended to the target remote file name,
2507 separated by @samp{|}.  As an example, a remote file on
2508 @samp{you@@remotehost}, passing the proxy @samp{bird@@bastion}, could
2509 be opened by
2511 @example
2512 @c @kbd{C-x C-f @trampfn{ssh@value{postfixhop}bird@@bastion|ssh, you,
2513 @c remotehost, /path}}
2514 @kbd{C-x C-f @value{prefix}ssh@value{postfixhop}bird@@bastion|ssh@value{postfixhop}you@@remotehost@value{postfix}/path}
2515 @end example
2517 Multiple hops can be cascaded, separating all proxies by @samp{|}.
2518 The proxies can also contain the patterns @code{%h} or @code{%u}.
2520 The ad-hoc definition is added on the fly to
2521 @code{tramp-default-proxies-alist}.  Therefore, during the lifetime of
2522 the @value{emacsname} session it is not necessary to enter this ad-hoc
2523 specification, again.  The remote file name @samp{@trampfn{ssh, you,
2524 remotehost, /path}} would be sufficient from now on.
2526 @vindex tramp-save-ad-hoc-proxies
2527 @defopt tramp-save-ad-hoc-proxies
2528 This customer option controls whether ad-hoc definitions are kept
2529 persistently in @code{tramp-default-proxies-alist}.  That means, those
2530 definitions are available also for future @value{emacsname} sessions.
2531 @end defopt
2534 @node Remote processes
2535 @section Integration with other @value{emacsname} packages
2536 @cindex compile
2537 @cindex recompile
2539 @value{tramp} supports running processes on a remote host.  This
2540 allows to exploit @value{emacsname} packages without modification for
2541 remote file names.  It does not work for the @option{ftp} method.
2542 Association of a pty, as specified in @code{start-file-process}, is
2543 not supported.
2545 @code{process-file} and @code{start-file-process} work on the remote
2546 host when the variable @code{default-directory} is remote:
2548 @lisp
2549 (let ((default-directory "/ssh:remote.host:"))
2550   (start-file-process "grep" (get-buffer-create "*grep*")
2551                       "/bin/sh" "-c" "grep -e tramp *"))
2552 @end lisp
2554 @ifset emacsgvfs
2555 If the remote host is mounted via GVFS (see @ref{GVFS based methods}),
2556 the remote filesystem is mounted locally.  Therefore, there are no
2557 remote processes; all processes run still locally on your machine with
2558 an adapted @code{default-directory}.  This section does not apply for
2559 such connection methods.
2560 @end ifset
2562 Remote processes are started when a corresponding command is executed
2563 from a buffer belonging to a remote file or directory.  Up to now, the
2564 packages @file{compile.el} (commands like @code{compile} and
2565 @code{grep}) and @file{gud.el} (@code{gdb} or @code{perldb}) have been
2566 integrated.  Integration of further packages is planned, any help for
2567 this is welcome!
2569 When your program is not found in the default search path
2570 @value{tramp} sets on the remote machine, you should either use an
2571 absolute path, or extend @code{tramp-remote-path} (see @ref{Remote
2572 Programs}):
2574 @lisp
2575 (add-to-list 'tramp-remote-path "~/bin")
2576 (add-to-list 'tramp-remote-path "/appli/pub/bin")
2577 @end lisp
2579 The environment for your program can be adapted by customizing
2580 @code{tramp-remote-process-environment}.  This variable is a list of
2581 strings.  It is structured like @code{process-environment}.  Each
2582 element is a string of the form @code{"ENVVARNAME=VALUE"}.  An entry
2583 @code{"ENVVARNAME="} disables the corresponding environment variable,
2584 which might have been set in your init file like @file{~/.profile}.
2586 @noindent
2587 Adding an entry can be performed via @code{add-to-list}:
2589 @lisp
2590 (add-to-list 'tramp-remote-process-environment "JAVA_HOME=/opt/java")
2591 @end lisp
2593 Changing or removing an existing entry is not encouraged.  The default
2594 values are chosen for proper @value{tramp} work.  Nevertheless, if for
2595 example a paranoid system administrator disallows changing the
2596 @env{HISTORY} environment variable, you can customize
2597 @code{tramp-remote-process-environment}, or you can apply the
2598 following code in your @file{.emacs}:
2600 @lisp
2601 (let ((process-environment tramp-remote-process-environment))
2602   (setenv "HISTORY" nil)
2603   (setq tramp-remote-process-environment process-environment))
2604 @end lisp
2606 If you use other @value{emacsname} packages which do not run
2607 out-of-the-box on a remote host, please let us know.  We will try to
2608 integrate them as well.  @xref{Bug Reports}.
2611 @subsection Running remote programs that create local X11 windows
2613 If you want to run a remote program, which shall connect the X11
2614 server you are using with your local host, you can set the
2615 @env{DISPLAY} environment variable on the remote host:
2617 @lisp
2618 (add-to-list 'tramp-remote-process-environment
2619              (format "DISPLAY=%s" (getenv "DISPLAY")))
2620 @end lisp
2622 @noindent
2623 @code{(getenv "DISPLAY")} shall return a string containing a host
2624 name, which can be interpreted on the remote host; otherwise you might
2625 use a fixed host name.  Strings like @code{:0} cannot be used properly
2626 on the remote host.
2628 Another trick might be that you put @code{ForwardX11 yes} or
2629 @code{ForwardX11Trusted yes} to your @file{~/.ssh/config} file for
2630 that host.
2633 @subsection Running @code{shell} on a remote host
2634 @cindex shell
2636 Calling @kbd{M-x shell} in a buffer related to a remote host runs the
2637 local shell as defined in @option{shell-file-name}.  This might be
2638 also a valid path name for a shell to be applied on the remote host,
2639 but it will fail at least when your local and remote hosts belong to
2640 different system types, like @samp{windows-nt} and @samp{gnu/linux}.
2642 You must set the variable @option{explicit-shell-file-name} to the
2643 shell path name on the remote host, in order to start that shell on
2644 the remote host.
2646 @ifset emacs
2647 Starting with Emacs 24 this won't be necessary, if you call
2648 @code{shell} interactively.  You will be asked for the remote shell
2649 path, if you are on a remote buffer, and if
2650 @option{explicit-shell-file-name} is equal to @code{nil}.
2651 @end ifset
2654 @subsection Running @code{shell-command} on a remote host
2655 @cindex shell-command
2657 @code{shell-command} allows to execute commands in a shell, either
2658 synchronously, either asynchronously.  This works also on remote
2659 hosts.  Example:
2661 @example
2662 @kbd{C-x C-f @trampfn{sudo, , , } @key{RET}}
2663 @kbd{M-! tail -f /var/log/syslog.log & @key{RET}}
2664 @end example
2666 You will see the buffer @file{*Async Shell Command*}, containing the
2667 continuous output of the @command{tail} command.
2669 @ifset emacs
2670 A similar behaviour can be reached by @kbd{M-x auto-revert-tail-mode},
2671 if available.
2672 @end ifset
2675 @subsection Running @code{eshell} on a remote host
2676 @cindex eshell
2678 @value{tramp} is integrated into @file{eshell.el}.  That is, you can
2679 open an interactive shell on your remote host, and run commands there.
2680 After you have started @kbd{M-x eshell}, you could perform commands
2681 like this:
2683 @example
2684 @b{~ $} cd @trampfn{sudo, , , /etc} @key{RET}
2685 @b{@trampfn{sudo, root, host, /etc} $} hostname @key{RET}
2686 host
2687 @b{@trampfn{sudo, root, host, /etc} $} id @key{RET}
2688 uid=0(root) gid=0(root) groups=0(root)
2689 @b{@trampfn{sudo, root, host, /etc} $} find-file shadow @key{RET}
2690 #<buffer shadow>
2691 @b{@trampfn{sudo, root, host, /etc} $}
2692 @end example
2694 @ifset emacs
2695 Since @value{emacsname} 23.2, @code{eshell} has also an own
2696 implementation of the @code{su} and @code{sudo} commands.  Both
2697 commands change the default directory of the @file{*eshell*} buffer to
2698 the value related to the user the command has switched to.  This works
2699 even on remote hosts, adding silently a corresponding entry to the
2700 variable @code{tramp-default-proxies-alist} (@pxref{Multi-hops}):
2702 @example
2703 @b{~ $} cd @trampfn{ssh, user, remotehost, /etc} @key{RET}
2704 @b{@trampfn{ssh, user, remotehost, /etc} $} find-file shadow @key{RET}
2705 File is not readable: @trampfn{ssh, user, remotehost, /etc/shadow}
2706 @b{@trampfn{ssh, user, remotehost, /etc} $} sudo find-file shadow @key{RET}
2707 #<buffer shadow>
2709 @b{@trampfn{ssh, user, remotehost, /etc} $} su - @key{RET}
2710 @b{@trampfn{su, root, remotehost, /root} $} id @key{RET}
2711 uid=0(root) gid=0(root) groups=0(root)
2712 @b{@trampfn{su, root, remotehost, /root} $}
2713 @end example
2714 @end ifset
2717 @anchor{Running a debugger on a remote host}
2718 @subsection Running a debugger on a remote host
2719 @cindex gud
2720 @cindex gdb
2721 @cindex perldb
2723 @file{gud.el} offers an unified interface to several symbolic
2724 debuggers
2725 @ifset emacs
2726 @ifinfo
2727 (@ref{Debuggers, , , @value{emacsdir}}).
2728 @end ifinfo
2729 @end ifset
2730 With @value{tramp}, it is possible to debug programs on
2731 remote hosts.  You can call @code{gdb} with a remote file name:
2733 @example
2734 @kbd{M-x gdb @key{RET}}
2735 @b{Run gdb (like this):} gdb --annotate=3 @trampfn{ssh, , host, ~/myprog} @key{RET}
2736 @end example
2738 The file name can also be relative to a remote default directory.
2739 Given you are in a buffer that belongs to the remote directory
2740 @trampfn{ssh, , host, /home/user}, you could call
2742 @example
2743 @kbd{M-x perldb @key{RET}}
2744 @b{Run perldb (like this):} perl -d myprog.pl @key{RET}
2745 @end example
2747 It is not possible to use just the absolute local part of a remote
2748 file name as program to debug, like @kbd{perl -d
2749 /home/user/myprog.pl}, though.
2751 Arguments of the program to be debugged are taken literally.  That
2752 means, file names as arguments must be given as ordinary relative or
2753 absolute file names, without any remote specification.
2756 @subsection Running remote processes on Windows hosts
2757 @cindex winexe
2758 @cindex powershell
2760 With the help of the @command{winexe} it is possible tu run processes
2761 on a remote Windows host.  @value{tramp} has implemented this for
2762 @code{process-file} and @code{start-file-process}.
2764 The variable @code{tramp-smb-winexe-program} must contain the file
2765 name of your local @command{winexe} command.  On the remote host,
2766 Powershell V2.0 must be installed; it is used to run the remote
2767 process.
2769 In order to open a remote shell on the Windows host via @kbd{M-x
2770 shell}, you must set the variables @option{explicit-shell-file-name}
2771 and @option{explicit-*-args}.  If you want, for example, run
2772 @command{cmd}, you must set:
2774 @lisp
2775 (setq explicit-shell-file-name "cmd"
2776       explicit-cmd-args '("/q"))
2777 @end lisp
2779 @noindent
2780 In case of running @command{powershell} as remote shell, the settings are
2782 @lisp
2783 (setq explicit-shell-file-name "powershell"
2784       explicit-powershell-args '("-file" "-"))
2785 @end lisp
2788 @node Cleanup remote connections
2789 @section Cleanup remote connections
2790 @cindex cleanup
2792 Sometimes it is useful to cleanup remote connections.  The following
2793 commands support this.
2795 @deffn Command tramp-cleanup-connection vec
2796 This command flushes all connection related objects.  @option{vec} is
2797 the internal representation of a remote connection.  Called
2798 interactively, the command offers all active remote connections in the
2799 minibuffer as remote file name prefix like @file{@trampfn{method,
2800 user, host, }}.  The cleanup includes password cache (@pxref{Password
2801 handling}), file cache, connection cache (@pxref{Connection caching}),
2802 connection buffers.
2803 @end deffn
2805 @deffn Command tramp-cleanup-this-connection
2806 This command flushes all objects of the current buffer's remote
2807 connection.  The same objects are removed as in
2808 @code{tramp-cleanup-connection}.
2809 @end deffn
2811 @deffn Command tramp-cleanup-all-connections
2812 This command flushes objects for all active remote connections.  The
2813 same objects are removed as in @code{tramp-cleanup-connection}.
2814 @end deffn
2816 @deffn Command tramp-cleanup-all-buffers
2817 Like in @code{tramp-cleanup-all-connections}, all remote connections
2818 are cleaned up.  Additionally all buffers, which are related to a
2819 remote connection, are killed.
2820 @end deffn
2823 @node Bug Reports
2824 @chapter Reporting Bugs and Problems
2825 @cindex bug reports
2827 Bugs and problems with @value{tramp} are actively worked on by the
2828 development team.  Feature requests and suggestions are also more than
2829 welcome.
2831 The @value{tramp} mailing list is a great place to get information on
2832 working with @value{tramp}, solving problems and general discussion
2833 and advice on topics relating to the package.  It is moderated so
2834 non-subscribers can post but messages will be delayed, possibly up to
2835 48 hours (or longer in case of holidays), until the moderator approves
2836 your message.
2838 The mailing list is at @email{tramp-devel@@gnu.org}.  Messages sent to
2839 this address go to all the subscribers.  This is @emph{not} the address
2840 to send subscription requests to.
2842 Subscribing to the list is performed via
2843 @uref{http://lists.gnu.org/mailman/listinfo/tramp-devel/,
2844 the @value{tramp} Mail Subscription Page}.
2846 @findex tramp-bug
2847 To report a bug in @value{tramp}, you should execute @kbd{M-x
2848 tramp-bug}.  This will automatically generate a buffer with the details
2849 of your system and @value{tramp} version.
2851 When submitting a bug report, please try to describe in excruciating
2852 detail the steps required to reproduce the problem, the setup of the
2853 remote machine and any special conditions that exist.  You should also
2854 check that your problem is not described already in @xref{Frequently
2855 Asked Questions}.
2857 If you can identify a minimal test case that reproduces the problem,
2858 include that with your bug report.  This will make it much easier for
2859 the development team to analyze and correct the problem.
2861 Sometimes, there might be also problems due to Tramp caches.  Flush
2862 all caches before running the test, @ref{Cleanup remote connections}.
2864 Before reporting the bug, you should set the verbosity level to 6
2865 (@pxref{Traces and Profiles, Traces}) in the @file{~/.emacs} file and
2866 repeat the bug.  Then, include the contents of the @file{*tramp/foo*}
2867 and @file{*debug tramp/foo*} buffers in your bug report.  A verbosity
2868 level greater than 6 will produce a very huge debug buffer, which is
2869 mostly not necessary for the analysis.
2871 Please be aware that, with a verbosity level of 6 or greater, the
2872 contents of files and directories will be included in the debug
2873 buffer.  Passwords you've typed will never be included there.
2876 @node Frequently Asked Questions
2877 @chapter Frequently Asked Questions
2878 @cindex frequently asked questions
2879 @cindex FAQ
2881 @itemize @bullet
2882 @item
2883 Where can I get the latest @value{tramp}?
2885 @value{tramp} is available under the URL below.
2887 @noindent
2888 @uref{ftp://ftp.gnu.org/gnu/tramp/}
2890 @noindent
2891 There is also a Savannah project page.
2893 @noindent
2894 @uref{http://savannah.gnu.org/projects/tramp/}
2897 @item
2898 Which systems does it work on?
2900 The package has been used successfully on Emacs 22, Emacs 23, Emacs
2901 24, XEmacs 21 (starting with 21.4), and SXEmacs 22.
2903 The package was intended to work on Unix, and it really expects a
2904 Unix-like system on the remote end (except the @option{smb} method),
2905 but some people seemed to have some success getting it to work on MS
2906 Windows XP/Vista/7 @value{emacsname}.
2909 @item
2910 How could I speed up @value{tramp}?
2912 In the backstage, @value{tramp} needs a lot of operations on the
2913 remote host.  The time for transferring data from and to the remote
2914 host as well as the time needed to perform the operations there count.
2915 In order to speed up @value{tramp}, one could either try to avoid some
2916 of the operations, or one could try to improve their performance.
2918 Use an external method, like @option{scpc}.
2920 Use caching.  This is already enabled by default.  Information about
2921 the remote host as well as the remote files are cached for reuse.  The
2922 information about remote hosts is kept in the file specified in
2923 @code{tramp-persistency-file-name}.  Keep this file.  If you are
2924 confident that files on remote hosts are not changed out of
2925 @value{emacsname}' control, set @code{remote-file-name-inhibit-cache}
2926 to @code{nil}.  Set also @code{tramp-completion-reread-directory-timeout}
2927 to @code{nil}, @ref{Filename completion}.
2929 Disable version control.  If you access remote files which are not
2930 under version control, a lot of check operations can be avoided by
2931 disabling VC.  This can be achieved by
2933 @lisp
2934 (setq vc-ignore-dir-regexp
2935       (format "\\(%s\\)\\|\\(%s\\)"
2936               vc-ignore-dir-regexp
2937               tramp-file-name-regexp))
2938 @end lisp
2940 Disable excessive traces.  The default trace level of @value{tramp},
2941 defined in the variable @code{tramp-verbose}, is 3.  You should
2942 increase this level only temporarily, hunting bugs.
2945 @item
2946 @value{tramp} does not connect to the remote host
2948 When @value{tramp} does not connect to the remote host, there are three
2949 reasons heading the bug mailing list:
2951 @itemize @minus
2952 @item
2953 Unknown characters in the prompt
2955 @value{tramp} needs to recognize the prompt on the remote machine
2956 after execution any command.  This is not possible when the prompt
2957 contains unknown characters like escape sequences for coloring.  This
2958 should be avoided on the remote side.  @xref{Remote shell setup}. for
2959 setting the regular expression detecting the prompt.
2961 You can check your settings after an unsuccessful connection by
2962 switching to the @value{tramp} connection buffer @file{*tramp/foo*},
2963 setting the cursor at the top of the buffer, and applying the expression
2965 @example
2966 @kbd{M-: (re-search-forward (concat tramp-shell-prompt-pattern "$"))}
2967 @end example
2969 If it fails, or the cursor is not moved at the end of the buffer, your
2970 prompt is not recognized correctly.
2972 A special problem is the zsh, which uses left-hand side and right-hand
2973 side prompts in parallel.  Therefore, it is necessary to disable the
2974 zsh line editor on the remote host.  You shall add to @file{~/.zshrc}
2975 the following command:
2977 @example
2978 [ $TERM = "dumb" ] && unsetopt zle && PS1='$ '
2979 @end example
2981 Furthermore it has been reported, that @value{tramp} (like sshfs,
2982 incidentally) doesn't work with WinSSHD due to strange prompt settings.
2984 @item
2985 Echoed characters after login
2987 When the remote machine opens an echoing shell, there might be control
2988 characters in the welcome message.  @value{tramp} tries to suppress
2989 such echoes via the @command{stty -echo} command, but sometimes this
2990 command is not reached, because the echoed output has confused
2991 @value{tramp} already.  In such situations it might be helpful to use
2992 the @option{sshx} or @option{scpx} methods, which allocate a pseudo tty.
2993 @xref{Inline methods}.
2995 @item
2996 @value{tramp} doesn't transfer strings with more than 500 characters
2997 correctly
2999 On some few systems, the implementation of @code{process-send-string}
3000 seems to be broken for longer strings.  It is reported for HP-UX,
3001 FreeBSD and Tru64 Unix, for example.  This case, you should customize
3002 the variable @code{tramp-chunksize} to 500.  For a description how to
3003 determine whether this is necessary see the documentation of
3004 @code{tramp-chunksize}.
3006 Additionally, it will be useful to set @code{file-precious-flag} to
3007 @code{t} for @value{tramp} files.  Then the file contents will be
3008 written into a temporary file first, which is checked for correct
3009 checksum.
3010 @ifinfo
3011 @pxref{Saving Buffers, , , elisp}
3012 @end ifinfo
3014 @lisp
3015 (add-hook
3016  'find-file-hook
3017  (lambda ()
3018    (when (file-remote-p default-directory)
3019      (set (make-local-variable 'file-precious-flag) t))))
3020 @end lisp
3021 @end itemize
3024 @item
3025 @value{tramp} does not recognize hung @command{ssh} sessions
3027 When your network connection is down, @command{ssh} sessions might
3028 hang.  @value{tramp} cannot detect it safely, because it still sees a
3029 running @command{ssh} process.  Timeouts cannot be used as well,
3030 because it cannot be predicted how long a remote command will last,
3031 for example when copying very large files.
3033 Therefore, you must configure the @command{ssh} process to die
3034 in such a case.  The following entry in @file{~/.ssh/config} would do
3035 the job:
3037 @example
3038 Host *
3039      ServerAliveInterval 5
3040 @end example
3043 @item
3044 How can I use @samp{ControlPersist}?
3046 When @samp{ControlPersist} is set to @samp{yes}, the @option{scpc}
3047 method does not work.  You can use @option{scpx} instead with the
3048 following settings in @file{~/.ssh/config}:
3050 @example
3051 Host *
3052      ControlMaster  auto
3053      ControlPersist yes
3054 @end example
3057 @item
3058 File name completion does not work with @value{tramp}
3060 When you log in to the remote machine, do you see the output of
3061 @command{ls} in color? If so, this may be the cause of your problems.
3063 @command{ls} outputs @acronym{ANSI} escape sequences that your terminal
3064 emulator interprets to set the colors.  These escape sequences will
3065 confuse @value{tramp} however.
3067 In your @file{.bashrc}, @file{.profile} or equivalent on the remote
3068 machine you probably have an alias configured that adds the option
3069 @option{--color=yes} or @option{--color=auto}.
3071 You should remove that alias and ensure that a new login @emph{does not}
3072 display the output of @command{ls} in color.  If you still cannot use
3073 filename completion, report a bug to the @value{tramp} developers.
3076 @item
3077 File name completion does not work in large directories
3079 @value{tramp} uses globbing for some operations.  (Globbing means to use the
3080 shell to expand wildcards such as `*.c'.)  This might create long
3081 command lines, especially in directories with many files.  Some shells
3082 choke on long command lines, or don't cope well with the globbing
3083 itself.
3085 If you have a large directory on the remote end, you may wish to execute
3086 a command like @samp{ls -d * ..?* > /dev/null} and see if it hangs.
3087 Note that you must first start the right shell, which might be
3088 @command{/bin/sh}, @command{ksh} or @command{bash}, depending on which
3089 of those supports tilde expansion.
3092 @item
3093 How can I get notified when @value{tramp} file transfers are complete?
3095 The following snippet can be put in your @file{~/.emacs} file.  It
3096 makes @value{emacsname} beep after reading from or writing to the
3097 remote host.
3099 @lisp
3100 (defadvice tramp-handle-write-region
3101   (after tramp-write-beep-advice activate)
3102   "Make tramp beep after writing a file."
3103   (interactive)
3104   (beep))
3106 (defadvice tramp-handle-do-copy-or-rename-file
3107   (after tramp-copy-beep-advice activate)
3108   "Make tramp beep after copying a file."
3109   (interactive)
3110   (beep))
3112 (defadvice tramp-handle-insert-file-contents
3113   (after tramp-insert-beep-advice activate)
3114   "Make tramp beep after inserting a file."
3115   (interactive)
3116   (beep))
3117 @end lisp
3120 @ifset emacs
3121 @item
3122 I'ld like to get a Visual Warning when working in a sudo:ed context
3124 When you are working with @samp{root} privileges, it might be useful
3125 to get an indication in the buffer's modeline.  The following code,
3126 tested with @value{emacsname} 22.1, does the job.  You should put it
3127 into your @file{~/.emacs}:
3129 @lisp
3130 (defun my-mode-line-function ()
3131   (when (string-match "^/su\\(do\\)?:" default-directory)
3132     (setq mode-line-format
3133           (format-mode-line mode-line-format 'font-lock-warning-face))))
3135 (add-hook 'find-file-hook 'my-mode-line-function)
3136 (add-hook 'dired-mode-hook 'my-mode-line-function)
3137 @end lisp
3138 @end ifset
3141 @ifset emacs
3142 @item
3143 I'ld like to see a host indication in the mode line when I'm remote
3145 The following code has been tested with @value{emacsname} 22.1.  You
3146 should put it into your @file{~/.emacs}:
3148 @lisp
3149 (defconst my-mode-line-buffer-identification
3150   (list
3151    '(:eval
3152      (let ((host-name
3153             (if (file-remote-p default-directory)
3154                 (tramp-file-name-host
3155                  (tramp-dissect-file-name default-directory))
3156               (system-name))))
3157        (if (string-match "^[^0-9][^.]*\\(\\..*\\)" host-name)
3158            (substring host-name 0 (match-beginning 1))
3159          host-name)))
3160    ": %12b"))
3162 (setq-default
3163  mode-line-buffer-identification
3164  my-mode-line-buffer-identification)
3166 (add-hook
3167  'dired-mode-hook
3168  (lambda ()
3169    (setq
3170     mode-line-buffer-identification
3171     my-mode-line-buffer-identification)))
3172 @end lisp
3174 Since @value{emacsname} 23.1, the mode line contains an indication if
3175 @code{default-directory} for the current buffer is on a remote host.
3176 The corresponding tooltip includes the name of that host.  If you
3177 still want the host name as part of the mode line, you can use the
3178 example above, but the @code{:eval} clause can be simplified:
3180 @lisp
3181    '(:eval
3182      (let ((host-name
3183             (or (file-remote-p default-directory 'host)
3184                 (system-name))))
3185        (if (string-match "^[^0-9][^.]*\\(\\..*\\)" host-name)
3186            (substring host-name 0 (match-beginning 1))
3187          host-name)))
3188 @end lisp
3189 @end ifset
3192 @ifset emacs
3193 @item
3194 My remote host does not understand default directory listing options
3196 @value{emacsname} computes the @command{dired} options depending on
3197 the local host you are working.  If your @command{ls} command on the
3198 remote host does not understand those options, you can change them
3199 like this:
3201 @lisp
3202 (add-hook
3203  'dired-before-readin-hook
3204  (lambda ()
3205    (when (file-remote-p default-directory)
3206      (setq dired-actual-switches "-al"))))
3207 @end lisp
3208 @end ifset
3211 @item
3212 There's this @file{~/.sh_history} file on the remote host which keeps
3213 growing and growing.  What's that?
3215 Sometimes, @value{tramp} starts @command{ksh} on the remote host for
3216 tilde expansion.  Maybe @command{ksh} saves the history by default.
3217 @value{tramp} tries to turn off saving the history, but maybe you have
3218 to help.  For example, you could put this in your @file{.kshrc}:
3220 @example
3221 if [ -f $HOME/.sh_history ] ; then
3222    /bin/rm $HOME/.sh_history
3224 if [ "$@{HISTFILE-unset@}" != "unset" ] ; then
3225    unset HISTFILE
3227 if [ "$@{HISTSIZE-unset@}" != "unset" ] ; then
3228    unset HISTSIZE
3230 @end example
3233 @item There are longish file names to type.  How to shorten this?
3235 Let's say you need regularly access to @file{@trampfn{ssh, news,
3236 news.my.domain, /opt/news/etc}}, which is boring to type again and
3237 again.  The following approaches can be mixed:
3239 @enumerate
3241 @item Use default values for method and user name:
3243 You can define default methods and user names for hosts,
3244 (@pxref{Default Method}, @pxref{Default User}):
3246 @lisp
3247 (setq tramp-default-method "ssh"
3248       tramp-default-user "news")
3249 @end lisp
3251 The file name left to type would be
3252 @kbd{C-x C-f @trampfn{, , news.my.domain, /opt/news/etc}}.
3254 Note that there are some useful settings already.  Accessing your
3255 local host as @samp{root} user, is possible just by @kbd{C-x C-f
3256 @trampfn{su, , ,}}.
3258 @item Use configuration possibilities of your method:
3260 Several connection methods (i.e. the programs used) offer powerful
3261 configuration possibilities (@pxref{Customizing Completion}).  In the
3262 given case, this could be @file{~/.ssh/config}:
3264 @example
3265 Host xy
3266      HostName news.my.domain
3267      User news
3268 @end example
3270 The file name left to type would be @kbd{C-x C-f @trampfn{ssh, , xy,
3271 /opt/news/etc}}.  Depending on files in your directories, it is even
3272 possible to complete the host name with @kbd{C-x C-f
3273 @value{prefix}ssh@value{postfixhop}x @key{TAB}}.
3275 @item Use environment variables:
3277 File names typed in the minibuffer can be expanded by environment
3278 variables.  You can set them outside @value{emacsname}, or even with
3279 Lisp:
3281 @lisp
3282 (setenv "xy" "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}")
3283 @end lisp
3285 Then you need simply to type @kbd{C-x C-f $xy @key{RET}}, and here you
3286 are.  The disadvantage is that you cannot edit the file name, because
3287 environment variables are not expanded during editing in the
3288 minibuffer.
3290 @item Define own keys:
3292 You can define your own key sequences in @value{emacsname}, which can
3293 be used instead of @kbd{C-x C-f}:
3295 @lisp
3296 (global-set-key
3297  [(control x) (control y)]
3298  (lambda ()
3299    (interactive)
3300    (find-file
3301     (read-file-name
3302      "Find Tramp file: "
3303      "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}"))))
3304 @end lisp
3306 Simply typing @kbd{C-x C-y} would initialize the minibuffer for
3307 editing with your beloved file name.
3309 See also @uref{http://www.emacswiki.org/cgi-bin/wiki/TrampMode, the
3310 Emacs Wiki} for a more comprehensive example.
3312 @item Define own abbreviation (1):
3314 It is possible to define an own abbreviation list for expanding file
3315 names:
3317 @lisp
3318 (add-to-list
3319  'directory-abbrev-alist
3320  '("^/xy" . "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}"))
3321 @end lisp
3323 This shortens the file opening command to @kbd{C-x C-f /xy
3324 @key{RET}}.  The disadvantage is, again, that you cannot edit the file
3325 name, because the expansion happens after entering the file name only.
3327 @item Define own abbreviation (2):
3329 The @code{abbrev-mode} gives more flexibility for editing the
3330 minibuffer:
3332 @lisp
3333 (define-abbrev-table 'my-tramp-abbrev-table
3334   '(("xy" "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}")))
3336 (add-hook
3337  'minibuffer-setup-hook
3338  (lambda ()
3339    (abbrev-mode 1)
3340    (setq local-abbrev-table my-tramp-abbrev-table)))
3342 (defadvice minibuffer-complete
3343   (before my-minibuffer-complete activate)
3344   (expand-abbrev))
3346 ;; If you use partial-completion-mode
3347 (defadvice PC-do-completion
3348   (before my-PC-do-completion activate)
3349   (expand-abbrev))
3350 @end lisp
3352 After entering @kbd{C-x C-f xy @key{TAB}}, the minibuffer is
3353 expanded, and you can continue editing.
3355 @item Use bookmarks:
3357 Bookmarks can be used to visit Tramp files or directories.
3358 @ifinfo
3359 @pxref{Bookmarks, , , @value{emacsdir}}
3360 @end ifinfo
3362 When you have opened @file{@trampfn{ssh, news, news.my.domain,
3363 /opt/news/etc/}}, you should save the bookmark via
3364 @ifset emacs
3365 @kbd{@key{menu-bar} @key{edit} @key{bookmarks} @key{set}}.
3366 @end ifset
3367 @ifset xemacs
3368 @kbd{@key{menu-bar} @key{view} @key{bookmarks} @key{set}}.
3369 @end ifset
3371 Later on, you can always navigate to that bookmark via
3372 @ifset emacs
3373 @kbd{@key{menu-bar} @key{edit} @key{bookmarks} @key{jump}}.
3374 @end ifset
3375 @ifset xemacs
3376 @kbd{@key{menu-bar} @key{view} @key{bookmarks} @key{jump}}.
3377 @end ifset
3379 @item Use recent files:
3381 @ifset emacs
3382 @file{recentf}
3383 @end ifset
3384 @ifset xemacs
3385 @file{recent-files}
3386 @end ifset
3387 remembers visited places.
3388 @ifinfo
3389 @ifset emacs
3390 @pxref{File Conveniences, , , @value{emacsdir}}
3391 @end ifset
3392 @ifset xemacs
3393 @pxref{recent-files, , , edit-utils}
3394 @end ifset
3395 @end ifinfo
3397 You could keep remote file names in the recent list without checking
3398 their readability through a remote access:
3400 @lisp
3401 @ifset emacs
3402 (recentf-mode 1)
3403 @end ifset
3404 @ifset xemacs
3405 (recent-files-initialize)
3406 (add-hook
3407  'find-file-hook
3408  (lambda ()
3409    (when (file-remote-p (buffer-file-name))
3410      (recent-files-make-permanent)))
3411  'append)
3412 @end ifset
3413 @end lisp
3415 The list of files opened recently is reachable via
3416 @ifset emacs
3417 @kbd{@key{menu-bar} @key{file} @key{Open Recent}}.
3418 @end ifset
3419 @ifset xemacs
3420 @kbd{@key{menu-bar} @key{Recent Files}}.
3421 @end ifset
3423 @ifset emacs
3424 @item Use filecache:
3426 @file{filecache} remembers visited places.  Add the directory into
3427 the cache:
3429 @lisp
3430 (eval-after-load "filecache"
3431   '(file-cache-add-directory
3432     "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}"))
3433 @end lisp
3435 Whenever you want to load a file, you can enter @kbd{C-x C-f
3436 C-@key{TAB}} in the minibuffer.  The completion is done for the given
3437 directory.
3438 @end ifset
3440 @ifset emacs
3441 @item Use bbdb:
3443 @file{bbdb} has a built-in feature for @value{ftppackagename} files,
3444 which works also for @value{tramp}.
3445 @ifinfo
3446 @pxref{bbdb-ftp, Storing FTP sites in the BBDB, , bbdb}
3447 @end ifinfo
3449 You need to load @file{bbdb}:
3451 @lisp
3452 (require 'bbdb)
3453 (bbdb-initialize)
3454 @end lisp
3456 Then you can create a BBDB entry via @kbd{M-x bbdb-create-ftp-site}.
3457 Because BBDB is not prepared for @value{tramp} syntax, you must
3458 specify a method together with the user name when needed. Example:
3460 @example
3461 @kbd{M-x bbdb-create-ftp-site @key{RET}}
3462 @b{Ftp Site:} news.my.domain @key{RET}
3463 @b{Ftp Directory:} /opt/news/etc/ @key{RET}
3464 @b{Ftp Username:} ssh@value{postfixhop}news @key{RET}
3465 @b{Company:} @key{RET}
3466 @b{Additional Comments:} @key{RET}
3467 @end example
3469 When you have opened your BBDB buffer, you can access such an entry by
3470 pressing the key @key{F}.
3471 @end ifset
3473 @end enumerate
3475 I would like to thank all @value{tramp} users who have contributed to
3476 the different recipes!
3479 @ifset emacs
3480 @item
3481 How can I use @value{tramp} to connect to a remote @value{emacsname}
3482 session?
3484 You can configure Emacs Client doing this.
3485 @ifinfo
3486 @xref{Emacs Server, , , @value{emacsdir}}.
3487 @end ifinfo
3489 On the remote host, you start the Emacs Server:
3491 @lisp
3492 (require 'server)
3493 (setq server-host (system-name)
3494       server-use-tcp t)
3495 (server-start)
3496 @end lisp
3498 Make sure that the result of @code{(system-name)} can be resolved on
3499 your local host; otherwise you might use a hard coded IP address.
3501 The resulting file @file{~/.emacs.d/server/server} must be copied to
3502 your local host, at the same location.  You can call then the Emacs
3503 Client from the command line:
3505 @example
3506 emacsclient @trampfn{ssh, user, host, /file/to/edit}
3507 @end example
3509 @code{user} and @code{host} shall be related to your local host.
3511 If you want to use Emacs Client also as editor for other programs, you
3512 could write a script @file{emacsclient.sh}:
3514 @example
3515 #!/bin/sh
3516 emacsclient @trampfn{ssh, $(whoami), $(hostname --fqdn), $1}
3517 @end example
3519 Then you must set the environment variable @env{EDITOR} pointing to
3520 that script:
3522 @example
3523 export EDITOR=/path/to/emacsclient.sh
3524 @end example
3525 @end ifset
3528 @item
3529 There are packages which call @value{tramp} although I haven't entered
3530 a remote file name ever.  I dislike it, how could I disable it?
3532 In general, @value{tramp} functions are used only when
3533 you apply remote file name syntax.  However, some packages enable
3534 @value{tramp} on their own.
3536 @itemize @minus
3537 @item
3538 @file{ido.el}
3540 You could disable @value{tramp} file name completion:
3542 @lisp
3543 (custom-set-variables
3544  '(ido-enable-tramp-completion nil))
3545 @end lisp
3547 @item
3548 @file{rlogin.el}
3550 You could disable remote directory tracking mode:
3552 @lisp
3553 (rlogin-directory-tracking-mode -1)
3554 @end lisp
3555 @end itemize
3558 @item
3559 How can I disable @value{tramp} at all?
3561 Shame on you, why did you read until now?
3563 @itemize @minus
3564 @ifset emacs
3565 @item
3566 If you just want to have @value{ftppackagename} as default remote
3567 files access package, you should apply the following code:
3569 @lisp
3570 (setq tramp-default-method "ftp")
3571 @end lisp
3572 @end ifset
3574 @item
3575 In order to disable
3576 @ifset emacs
3577 @value{tramp} (and @value{ftppackagename}),
3578 @end ifset
3579 @ifset xemacs
3580 @value{tramp},
3581 @end ifset
3582 you must set @code{tramp-mode} to @code{nil}:
3584 @lisp
3585 (setq tramp-mode nil)
3586 @end lisp
3588 @item
3589 Unloading @value{tramp} can be achieved by applying @kbd{M-x
3590 tramp-unload-tramp}.
3591 @ifset emacs
3592 This resets also the @value{ftppackagename} plugins.
3593 @end ifset
3594 @end itemize
3595 @end itemize
3598 @c For the developer
3599 @node Files directories and localnames
3600 @chapter How file names, directories and localnames are mangled and managed.
3602 @menu
3603 * Localname deconstruction::    Breaking a localname into its components.
3604 @ifset emacs
3605 * External packages::           Integration with external Lisp packages.
3606 @end ifset
3607 @end menu
3610 @node Localname deconstruction
3611 @section Breaking a localname into its components
3613 @value{tramp} file names are somewhat different, obviously, to ordinary file
3614 names.  As such, the lisp functions @code{file-name-directory} and
3615 @code{file-name-nondirectory} are overridden within the @value{tramp}
3616 package.
3618 Their replacements are reasonably simplistic in their approach.  They
3619 dissect the filename, call the original handler on the localname and
3620 then rebuild the @value{tramp} file name with the result.
3622 This allows the platform specific hacks in the original handlers to take
3623 effect while preserving the @value{tramp} file name information.
3626 @ifset emacs
3627 @node External packages
3628 @section Integration with external Lisp packages
3629 @subsection Filename completion.
3631 While reading filenames in the minibuffer, @value{tramp} must decide
3632 whether it completes possible incomplete filenames, or not.  Imagine
3633 there is the following situation: You have typed @kbd{C-x C-f
3634 @value{prefix}ssh@value{postfixhop} @key{TAB}}.  @value{tramp} cannot
3635 know, whether @option{ssh} is a method or a host name.  It checks
3636 therefore the last input character you have typed.  If this is
3637 @key{TAB}, @key{SPACE} or @kbd{?}, @value{tramp} assumes that you are
3638 still in filename completion, and it does not connect to the possible
3639 remote host @option{ssh}.
3641 @vindex tramp-completion-mode
3642 External packages, which use other characters for completing filenames
3643 in the minibuffer, must signal this to @value{tramp}.  For this case,
3644 the variable @code{tramp-completion-mode} can be bound temporarily to
3645 a non-@code{nil} value.
3647 @lisp
3648 (let ((tramp-completion-mode t))
3649   ...)
3650 @end lisp
3653 @subsection File attributes cache.
3655 When @value{tramp} runs remote processes, files on the remote host
3656 could change their attributes.  Consequently, @value{tramp} must flush
3657 its complete cache keeping attributes for all files of the remote host
3658 it has seen so far.
3660 This is a performance degradation, because the lost file attributes
3661 must be recomputed when needed again.  In cases the caller of
3662 @code{process-file} knows that there are no file attribute changes, it
3663 shall let-bind the variable @code{process-file-side-effects} to
3664 @code{nil}.  @value{tramp} wouldn't flush the file attributes cache then.
3666 @lisp
3667 (let (process-file-side-effects)
3668   ...)
3669 @end lisp
3671 For asynchronous processes, @value{tramp} flushes the file attributes
3672 cache via a process sentinel.  If the caller of
3673 @code{start-file-process} knows that there are no file attribute
3674 changes, it shall set the process sentinel to @code{nil}.  In case the
3675 caller defines an own process sentinel, @value{tramp}'s process
3676 sentinel is overwritten.  The caller can still flush the file
3677 attributes cache in its process sentinel with this code:
3679 @lisp
3680 (unless (memq (process-status proc) '(run open))
3681   (dired-uncache remote-directory))
3682 @end lisp
3684 @code{remote-directory} shall be the root directory, where file
3685 attribute changes can happen during the process lifetime.
3686 @value{tramp} traverses all subdirectories, starting at this
3687 directory.  Often, it is sufficient to use @code{default-directory} of
3688 the process buffer as root directory.
3689 @end ifset
3692 @node Traces and Profiles
3693 @chapter How to Customize Traces
3695 All @value{tramp} messages are raised with a verbosity level.  The
3696 verbosity level can be any number between 0 and 10.  Only messages with
3697 a verbosity level less than or equal to @code{tramp-verbose} are
3698 displayed.
3700 The verbosity levels are
3702           @w{ 0}  silent (no @value{tramp} messages at all)
3703 @*@indent @w{ 1}  errors
3704 @*@indent @w{ 2}  warnings
3705 @*@indent @w{ 3}  connection to remote hosts (default verbosity)
3706 @*@indent @w{ 4}  activities
3707 @*@indent @w{ 5}  internal
3708 @*@indent @w{ 6}  sent and received strings
3709 @*@indent @w{ 7}  file caching
3710 @*@indent @w{ 8}  connection properties
3711 @*@indent @w{ 9}  test commands
3712 @*@indent @w{10}  traces (huge)
3714 When @code{tramp-verbose} is greater than or equal to 4, the messages
3715 are also written into a @value{tramp} debug buffer.  This debug buffer
3716 is useful for analyzing problems; sending a @value{tramp} bug report
3717 should be done with @code{tramp-verbose} set to a verbosity level of at
3718 least 6 (@pxref{Bug Reports}).
3720 The debug buffer is in
3721 @ifinfo
3722 @ref{Outline Mode, , , @value{emacsdir}}.
3723 @end ifinfo
3724 @ifnotinfo
3725 Outline Mode.
3726 @end ifnotinfo
3727 That means, you can change the level of messages to be viewed.  If you
3728 want, for example, see only messages up to verbosity level 5, you must
3729 enter @kbd{C-u 6 C-c C-q}.
3730 @ifinfo
3731 Other keys for navigating are described in
3732 @ref{Outline Visibility, , , @value{emacsdir}}.
3733 @end ifinfo
3735 @value{tramp} errors are handled internally in order to raise the
3736 verbosity level 1 messages.  When you want to get a Lisp backtrace in
3737 case of an error, you need to set both
3739 @lisp
3740 (setq debug-on-error t
3741       debug-on-signal t)
3742 @end lisp
3744 Sometimes, it might be even necessary to step through @value{tramp}
3745 function call traces.  Such traces are enabled by the following code:
3747 @lisp
3748 (require 'tramp)
3749 (require 'trace)
3750 (dolist (elt (all-completions "tramp-" obarray 'functionp))
3751   (trace-function-background (intern elt)))
3752 (untrace-function 'tramp-read-passwd)
3753 (untrace-function 'tramp-gw-basic-authentication)
3754 @end lisp
3756 The function call traces are inserted in the buffer
3757 @file{*trace-output*}.  @code{tramp-read-passwd} and
3758 @code{tramp-gw-basic-authentication} shall be disabled when the
3759 function call traces are added to @value{tramp}, because both
3760 functions return password strings, which should not be distributed.
3763 @node Issues
3764 @chapter Debatable Issues and What Was Decided
3766 @itemize @bullet
3767 @item The uuencode method does not always work.
3769 Due to the design of @value{tramp}, the encoding and decoding programs
3770 need to read from stdin and write to stdout.  On some systems,
3771 @command{uudecode -o -} will read stdin and write the decoded file to
3772 stdout, on other systems @command{uudecode -p} does the same thing.
3773 But some systems have uudecode implementations which cannot do this at
3774 all---it is not possible to call these uudecode implementations with
3775 suitable parameters so that they write to stdout.
3777 Of course, this could be circumvented: the @code{begin foo 644} line
3778 could be rewritten to put in some temporary file name, then
3779 @command{uudecode} could be called, then the temp file could be
3780 printed and deleted.
3782 But I have decided that this is too fragile to reliably work, so on some
3783 systems you'll have to do without the uuencode methods.
3785 @item The @value{tramp} filename syntax differs between Emacs and XEmacs.
3787 The Emacs maintainers wish to use a unified filename syntax for
3788 Ange-FTP and @value{tramp} so that users don't have to learn a new
3789 syntax.  It is sufficient to learn some extensions to the old syntax.
3791 For the XEmacs maintainers, the problems caused from using a unified
3792 filename syntax are greater than the gains.  The XEmacs package system
3793 uses EFS for downloading new packages.  So, obviously, EFS has to be
3794 installed from the start.  If the filenames were unified, @value{tramp}
3795 would have to be installed from the start, too.
3797 @ifset xemacs
3798 @strong{Note:} If you'd like to use a similar syntax like
3799 @value{ftppackagename}, you need the following settings in your init
3800 file:
3802 @lisp
3803 (setq tramp-unified-filenames t)
3804 (require 'tramp)
3805 @end lisp
3807 The autoload of the @value{emacsname} @value{tramp} package must be
3808 disabled.  This can be achieved by setting file permissions @code{000}
3809 to the files @file{.../xemacs-packages/lisp/tramp/auto-autoloads.el*}.
3811 In case of unified filenames, all @value{emacsname} download sites are
3812 added to @code{tramp-default-method-alist} with default method
3813 @option{ftp} @xref{Default Method}.  These settings shouldn't be
3814 touched for proper working of the @value{emacsname} package system.
3816 The syntax for unified filenames is described in the @value{tramp} manual
3817 for @value{emacsothername}.
3818 @end ifset
3819 @end itemize
3821 @node GNU Free Documentation License
3822 @appendix GNU Free Documentation License
3823 @include doclicense.texi
3825 @node Function Index
3826 @unnumbered Function Index
3827 @printindex fn
3829 @node Variable Index
3830 @unnumbered Variable Index
3831 @printindex vr
3833 @node Concept Index
3834 @unnumbered Concept Index
3835 @printindex cp
3837 @bye
3839 @c TODO
3841 @c * Say something about the .login and .profile files of the remote
3842 @c   shells.
3843 @c * Explain how tramp.el works in principle: open a shell on a remote
3844 @c   host and then send commands to it.
3845 @c * Use `filename' resp. `file name' consistently.
3846 @c * Use `host' resp. `machine' consistently.
3847 @c * Consistent small or capitalized words especially in menus.