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