Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / doc / misc / tramp.texi
1 \input texinfo @c -*-texinfo-*-
2 @setfilename ../../info/tramp
3 @c %**start of header
4 @settitle TRAMP User Manual
5 @c %**end of header
6
7 @c This is *so* much nicer :)
8 @footnotestyle end
9
10 @c In the Tramp repository, the version number is auto-frobbed from
11 @c configure.ac, so you should edit that file and run
12 @c "autoconf && ./configure" to change the version number.
13
14 @c Additionally, flags are set with respect to the Emacs flavor; and
15 @c depending whether Tramp is packaged into (X)Emacs, or standalone.
16
17 @include trampver.texi
18
19 @c Macro for formatting a filename according to the respective syntax.
20 @c xxx and yyy are auxiliary macros in order to omit leading and
21 @c trailing whitespace. Not very elegant, but I don't know it better.
22
23 @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
40 Copyright @copyright{} 1999--2013 Free Software Foundation, Inc.
41
42 @quotation
43 Permission is granted to copy, distribute and/or modify this document
44 under the terms of the GNU Free Documentation License, Version 1.3 or
45 any later version published by the Free Software Foundation; with no
46 Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
47 and with the Back-Cover Texts as in (a) below. A copy of the license
48 is included in the section entitled ``GNU Free Documentation License''.
49
50 (a) The FSF's Back-Cover Text is: ``You have the freedom to
51 copy and modify this GNU manual.''
52 @end quotation
53 @end copying
54
55 @c Entries for @command{install-info} to use
56 @dircategory @value{emacsname} network features
57 @direntry
58 * TRAMP: (tramp). Transparent Remote Access, Multiple Protocol
59 @value{emacsname} remote file access via rsh and rcp.
60 @end direntry
61
62 @titlepage
63 @title @value{tramp} version @value{trampver} User Manual
64 @author by Daniel Pittman
65 @author based on documentation by Kai Gro@ss{}johann
66 @page
67 @insertcopying
68 @end titlepage
69
70 @contents
71
72 @ifnottex
73 @node Top, Overview, (dir), (dir)
74 @top @value{tramp} version @value{trampver} User Manual
75
76 This file documents @value{tramp} version @value{trampver}, a remote file
77 editing package for @value{emacsname}.
78
79 @value{tramp} stands for `Transparent Remote (file) Access, Multiple
80 Protocol'. This package provides remote file editing, similar to
81 @value{ftppackagename}.
82
83 The difference is that @value{ftppackagename} uses FTP to transfer
84 files between the local and the remote host, whereas @value{tramp} uses a
85 combination of @command{rsh} and @command{rcp} or other work-alike
86 programs, such as @command{ssh}/@command{scp}.
87
88 You can find the latest version of this document on the web at
89 @uref{http://www.gnu.org/software/tramp/}.
90
91 @c Pointer to the other Emacs flavor is necessary only in case of
92 @c standalone installation.
93 @ifset installchapter
94 The manual has been generated for @value{emacsname}.
95 @ifinfo
96 If you want to read the info pages for @value{emacsothername}, you
97 should read in @ref{Installation} how to create them.
98 @end ifinfo
99 @ifhtml
100 If you're using the other Emacs flavor, you should read the
101 @uref{@value{emacsotherfilename}, @value{emacsothername}} pages.
102 @end ifhtml
103 @end ifset
104
105 @ifhtml
106 The latest release of @value{tramp} is available for
107 @uref{ftp://ftp.gnu.org/gnu/tramp/, download}, or you may see
108 @ref{Obtaining Tramp} for more details, including the Git server
109 details.
110
111 @value{tramp} also has a @uref{http://savannah.gnu.org/projects/tramp/,
112 Savannah Project Page}.
113 @end ifhtml
114
115 There is a mailing list for @value{tramp}, available at
116 @email{tramp-devel@@gnu.org}, and archived at
117 @uref{http://lists.gnu.org/archive/html/tramp-devel/, the
118 @value{tramp} Mail Archive}.
119 @ifhtml
120 Older archives are located at
121 @uref{http://sourceforge.net/mailarchive/forum.php?forum=tramp-devel,
122 SourceForge Mail Archive} and
123 @uref{http://www.mail-archive.com/emacs-rcp@@ls6.cs.uni-dortmund.de/,
124 The Mail Archive}.
125 @c in HTML output, there's no new paragraph.
126 @*@*
127 @end ifhtml
128
129 @insertcopying
130
131 @end ifnottex
132
133 @menu
134 * Overview:: What @value{tramp} can and cannot do.
135
136 For the end user:
137
138 * Obtaining Tramp:: How to obtain @value{tramp}.
139 * History:: History of @value{tramp}.
140 @ifset installchapter
141 * Installation:: Installing @value{tramp} with your @value{emacsname}.
142 @end ifset
143 * Configuration:: Configuring @value{tramp} for use.
144 * Usage:: An overview of the operation of @value{tramp}.
145 * Bug Reports:: Reporting Bugs and Problems.
146 * Frequently Asked Questions:: Questions and answers from the mailing list.
147 * Function Index:: @value{tramp} functions.
148 * Variable Index:: User options and variables.
149 * Concept Index:: An item for each concept.
150
151 For the developer:
152
153 * Files directories and localnames:: How file names, directories and localnames are mangled and managed.
154 * Traces and Profiles:: How to Customize Traces.
155 * Issues:: Debatable Issues and What Was Decided.
156
157 * GNU Free Documentation License:: The license for this documentation.
158
159 @detailmenu
160 --- The Detailed Node Listing ---
161 @c
162 @ifset installchapter
163 Installing @value{tramp} with your @value{emacsname}
164
165 * Installation parameters:: Parameters in order to control installation.
166 * Load paths:: How to plug-in @value{tramp} into your environment.
167
168 @end ifset
169
170 Configuring @value{tramp} for use
171
172 * Connection types:: Types of connections made to remote machines.
173 * Inline methods:: Inline methods.
174 * External methods:: External methods.
175 @ifset emacsgvfs
176 * GVFS based methods:: GVFS based external methods.
177 @end ifset
178 @ifset emacsgw
179 * Gateway methods:: Gateway methods.
180 @end ifset
181 * Default Method:: Selecting a default method.
182 * Default User:: Selecting a default user.
183 * Default Host:: Selecting a default host.
184 * Multi-hops:: Connecting to a remote host using multiple hops.
185 * Customizing Methods:: Using Non-Standard Methods.
186 * Customizing Completion:: Selecting config files for user/host name completion.
187 * Password handling:: Reusing passwords for several connections.
188 * Connection caching:: Reusing connection related information.
189 * Remote Programs:: How @value{tramp} finds and uses programs on the remote machine.
190 * Remote shell setup:: Remote shell setup hints.
191 * Windows setup hints:: Issues with Cygwin ssh.
192 * Auto-save and Backup:: Auto-save and Backup.
193
194 Using @value{tramp}
195
196 * Filename Syntax:: @value{tramp} filename conventions.
197 * Alternative Syntax:: URL-like filename syntax.
198 * Filename completion:: Filename completion.
199 * Ad-hoc multi-hops:: Declaring multiple hops in the file name.
200 * Remote processes:: Integration with other @value{emacsname} packages.
201 * Cleanup remote connections:: Cleanup remote connections.
202
203 How file names, directories and localnames are mangled and managed
204
205 * Localname deconstruction:: Breaking a localname into its components.
206 @ifset emacs
207 * External packages:: Integration with external Lisp packages.
208 @end ifset
209
210 @end detailmenu
211 @end menu
212
213 @node Overview
214 @chapter An overview of @value{tramp}
215 @cindex overview
216
217 After the installation of @value{tramp} into your @value{emacsname}, you
218 will be able to access files on remote machines as though they were
219 local. Access to the remote file system for editing files, version
220 control, and @code{dired} are transparently enabled.
221
222 Your access to the remote machine can be with the @command{rsh},
223 @command{rlogin}, @command{telnet} programs or with any similar
224 connection method. This connection must pass @acronym{ASCII}
225 successfully to be usable but need not be 8-bit clean.
226
227 The package provides support for @command{ssh} connections out of the
228 box, one of the more common uses of the package. This allows
229 relatively secure access to machines, especially if @command{ftp}
230 access is disabled.
231
232 Under Windows, @value{tramp} is integrated with the PuTTY package,
233 using the @command{plink} program.
234
235 The majority of activity carried out by @value{tramp} requires only that
236 the remote login is possible and is carried out at the terminal. In
237 order to access remote files @value{tramp} needs to transfer their content
238 to the local machine temporarily.
239
240 @value{tramp} can transfer files between the machines in a variety of ways.
241 The details are easy to select, depending on your needs and the
242 machines in question.
243
244 The fastest transfer methods for large files rely on a remote file
245 transfer package such as @command{rcp}, @command{scp}, @command{rsync}
246 or (under Windows) @command{pscp}.
247
248 If the remote copy methods are not suitable for you, @value{tramp} also
249 supports the use of encoded transfers directly through the shell.
250 This requires that the @command{mimencode} or @command{uuencode} tools
251 are available on the remote machine. These methods are generally
252 faster for small files.
253
254 @value{tramp} is still under active development and any problems you encounter,
255 trivial or major, should be reported to the @value{tramp} developers.
256 @xref{Bug Reports}.
257
258
259 @subsubheading Behind the scenes
260 @cindex behind the scenes
261 @cindex details of operation
262 @cindex how it works
263
264 This section tries to explain what goes on behind the scenes when you
265 access a remote file through @value{tramp}.
266
267 Suppose you type @kbd{C-x C-f} and enter part of an @value{tramp} file name,
268 then hit @kbd{@key{TAB}} for completion. Suppose further that this is
269 the first time that @value{tramp} is invoked for the host in question. Here's
270 what happens:
271
272 @itemize
273 @item
274 @value{tramp} discovers that it needs a connection to the host. So it
275 invokes @samp{telnet @var{host}} or @samp{rsh @var{host} -l
276 @var{user}} or a similar tool to connect to the remote host.
277 Communication with this process happens through an
278 @value{emacsname} buffer, that is, the output from the remote end
279 goes into a buffer.
280
281 @item
282 The remote host may prompt for a login name (for @command{telnet}).
283 The login name is given in the file name, so @value{tramp} sends the
284 login name and a newline.
285
286 @item
287 The remote host may prompt for a password or pass phrase (for
288 @command{rsh} or for @command{telnet} after sending the login name).
289 @value{tramp} displays the prompt in the minibuffer, asking you for the
290 password or pass phrase.
291
292 You enter the password or pass phrase. @value{tramp} sends it to the remote
293 host, followed by a newline.
294
295 @item
296 @value{tramp} now waits for the shell prompt or for a message that the login
297 failed.
298
299 If @value{tramp} sees neither of them after a certain period of time
300 (a minute, say), then it issues an error message saying that it
301 couldn't find the remote shell prompt and shows you what the remote
302 host has sent.
303
304 If @value{tramp} sees a @samp{login failed} message, it tells you so,
305 aborts the login attempt and allows you to try again.
306
307 @item
308 Suppose that the login was successful and @value{tramp} sees the shell prompt
309 from the remote host. Now @value{tramp} invokes @command{/bin/sh} because
310 Bourne shells and C shells have different command
311 syntaxes.@footnote{Invoking @command{/bin/sh} will fail if your login
312 shell doesn't recognize @samp{exec /bin/sh} as a valid command.
313 Maybe you use the Scheme shell @command{scsh}@dots{}}
314
315 After the Bourne shell has come up, @value{tramp} sends a few commands to
316 ensure a good working environment. It turns off echoing, it sets the
317 shell prompt, and a few other things.
318
319 @item
320 Now the remote shell is up and it good working order. Remember, what
321 was supposed to happen is that @value{tramp} tries to find out what files exist
322 on the remote host so that it can do filename completion.
323
324 So, @value{tramp} basically issues @command{cd} and @command{ls} commands and
325 also sometimes @command{echo} with globbing. Another command that is
326 often used is @command{test} to find out whether a file is writable or a
327 directory or the like. The output of each command is parsed for the
328 necessary operation.
329
330 @item
331 Suppose you are finished with filename completion, have entered @kbd{C-x
332 C-f}, a full file name and hit @kbd{@key{RET}}. Now comes the time to
333 transfer the file contents from the remote host to the local host so
334 that you can edit them.
335
336 See above for an explanation of how @value{tramp} transfers the file contents.
337
338 For inline transfers, @value{tramp} issues a command like @samp{mimencode -b
339 /path/to/remote/file}, waits until the output has accumulated in the
340 buffer that's used for communication, then decodes that output to
341 produce the file contents.
342
343 For external transfers, @value{tramp} issues a command like the
344 following:
345 @example
346 rcp user@@host:/path/to/remote/file /tmp/tramp.4711
347 @end example
348 It then reads the local temporary file @file{/tmp/tramp.4711} into a
349 buffer and deletes the temporary file.
350
351 @item
352 You now edit the buffer contents, blithely unaware of what has happened
353 behind the scenes. (Unless you have read this section, that is.) When
354 you are finished, you type @kbd{C-x C-s} to save the buffer.
355
356 @item
357 Again, @value{tramp} transfers the file contents to the remote host
358 either inline or external. This is the reverse of what happens when
359 reading the file.
360 @end itemize
361
362 I hope this has provided you with a basic overview of what happens
363 behind the scenes when you open a file with @value{tramp}.
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
372 release may be downloaded from @uref{ftp://ftp.gnu.org/gnu/tramp/}.
373 This release includes the full documentation and code for
374 @value{tramp}, suitable for installation. But Emacs (22 or later)
375 includes @value{tramp} already, and there is a @value{tramp} package
376 for XEmacs, as well. So maybe it is easier to just use those. But if
377 you want the bleeding edge, read on@dots{...}
378
379 For the especially brave, @value{tramp} is available from Git. The Git
380 version is the latest version of the code and may contain incomplete
381 features or new issues. Use these versions at your own risk.
382
383 Instructions for obtaining the latest development version of @value{tramp}
384 from Git can be found by going to the Savannah project page at the
385 following URL and then clicking on the Git link in the navigation bar
386 at the top.
387
388 @noindent
389 @uref{http://savannah.gnu.org/projects/tramp/}
390
391 @noindent
392 Or follow the example session below:
393
394 @example
395 ] @strong{cd ~/@value{emacsdir}}
396 ] @strong{git clone git://git.savannah.gnu.org/tramp.git}
397 @end example
398
399 @noindent
400 Tramp developers use instead
401
402 @example
403 ] @strong{git clone login@@git.sv.gnu.org:/srv/git/tramp.git}
404 @end example
405
406 @noindent
407 You should now have a directory @file{~/@value{emacsdir}/tramp}
408 containing the latest version of @value{tramp}. You can fetch the latest
409 updates from the repository by issuing the command:
410
411 @example
412 ] @strong{cd ~/@value{emacsdir}/tramp}
413 ] @strong{git pull}
414 @end example
415
416 @noindent
417 Once you've got updated files from the Git repository, you need to run
418 @command{autoconf} in order to get an up-to-date @file{configure}
419 script:
420
421 @example
422 ] @strong{cd ~/@value{emacsdir}/tramp}
423 ] @strong{autoconf}
424 @end example
425
426
427 @node History
428 @chapter History of @value{tramp}
429 @cindex history
430 @cindex development history
431
432 Development was started end of November 1998. The package was called
433 @file{rssh.el}, back then. It only provided one method to access a
434 file, using @command{ssh} to log in to a remote host and using
435 @command{scp} to transfer the file contents. After a while, the name
436 was changed to @file{rcp.el}, and now it's @value{tramp}. Along the way,
437 many more methods for getting a remote shell and for transferring the
438 file contents were added. Support for VC was added.
439
440 After that, there were added the multi-hop methods in April 2000 and
441 the unification of @value{tramp} and Ange-FTP filenames in July 2002.
442 In July 2004, multi-hop methods have been replaced by proxy hosts.
443 Running commands on remote hosts was introduced in December 2005.
444 @ifset emacsgw
445 Support of gateways exists since April 2007.
446 @end ifset
447 @ifset emacsgvfs
448 GVFS integration started in February 2009.
449 @end ifset
450 @ifset emacs
451 Remote commands on Windows hosts are available since September 2011.
452 @end ifset
453 Ad-hoc multi-hop methods (with a changed syntax) have been reenabled
454 in November 2011. In November 2012, Juergen Hoetzel's
455 @file{tramp-adb.el} has been added.
456
457 In December 2001, @value{tramp} has been added to the XEmacs package
458 repository. Being part of the Emacs repository happened in June 2002,
459 the first release including @value{tramp} was Emacs 22.1.
460
461 @value{tramp} is also a Debian GNU/Linux package since February 2001.
462
463
464 @c Installation chapter is necessary only in case of standalone
465 @c installation. Text taken from trampinst.texi.
466 @ifset installchapter
467 @include trampinst.texi
468 @end ifset
469
470 @node Configuration
471 @chapter Configuring @value{tramp} for use
472 @cindex configuration
473
474 @cindex default configuration
475 @value{tramp} is (normally) fully functional when it is initially
476 installed. It is initially configured to use the @command{scp}
477 program to connect to the remote host. So in the easiest case, you
478 just type @kbd{C-x C-f} and then enter the filename
479 @file{@trampfn{, user, machine, /path/to.file}}.
480
481 On some hosts, there are problems with opening a connection. These are
482 related to the behavior of the remote shell. See @xref{Remote shell
483 setup}, for details on this.
484
485 If you do not wish to use these commands to connect to the remote
486 host, you should change the default connection and transfer method
487 that @value{tramp} uses. There are several different methods that @value{tramp}
488 can use to connect to remote machines and transfer files
489 (@pxref{Connection types}).
490
491 If you don't know which method is right for you, see @xref{Default
492 Method}.
493
494
495 @menu
496 * Connection types:: Types of connections made to remote machines.
497 * Inline methods:: Inline methods.
498 * External methods:: External methods.
499 @ifset emacsgvfs
500 * GVFS based methods:: GVFS based external methods.
501 @end ifset
502 @ifset emacsgw
503 * Gateway methods:: Gateway methods.
504 @end ifset
505 * Default Method:: Selecting a default method.
506 Here we also try to help those who
507 don't have the foggiest which method
508 is right for them.
509 * Default User:: Selecting a default user.
510 * Default Host:: Selecting a default host.
511 * Multi-hops:: Connecting to a remote host using multiple hops.
512 * Customizing Methods:: Using Non-Standard Methods.
513 * Customizing Completion:: Selecting config files for user/host name completion.
514 * Password handling:: Reusing passwords for several connections.
515 * Connection caching:: Reusing connection related information.
516 * Remote Programs:: How @value{tramp} finds and uses programs on the remote machine.
517 * Remote shell setup:: Remote shell setup hints.
518 * Windows setup hints:: Issues with Cygwin ssh.
519 * Auto-save and Backup:: Auto-save and Backup.
520 @end menu
521
522
523 @node Connection types
524 @section Types of connections made to remote machines
525 @cindex connection types, overview
526
527 There are two basic types of transfer methods, each with its own
528 advantages and limitations. Both types of connection make use of a
529 remote shell access program such as @command{rsh}, @command{ssh} or
530 @command{telnet} to connect to the remote machine.
531
532 This connection is used to perform many of the operations that @value{tramp}
533 requires to make the remote file system transparently accessible from
534 the local machine. It is only when visiting files that the methods
535 differ.
536
537 @cindex inline methods
538 @cindex external methods
539 @cindex methods, inline
540 @cindex methods, external
541 Loading or saving a remote file requires that the content of the file
542 be transferred between the two machines. The content of the file can
543 be transferred using one of two methods: the @dfn{inline method} over
544 the same connection used to log in to the remote machine, or the
545 @dfn{external method} through another connection using a remote copy
546 program such as @command{rcp}, @command{scp} or @command{rsync}.
547
548 The performance of the external methods is generally better than that
549 of the inline methods, at least for large files. This is caused by
550 the need to encode and decode the data when transferring inline.
551
552 The one exception to this rule are the @command{scp} based transfer
553 methods. While these methods do see better performance when actually
554 transferring files, the overhead of the cryptographic negotiation at
555 startup may drown out the improvement in file transfer times.
556
557 External methods should be configured such a way that they don't
558 require a password (with @command{ssh-agent}, or such alike). Modern
559 @command{scp} implementations offer options to reuse existing
560 @command{ssh} connections, see method @command{scpc}. If it isn't
561 possible, you should consider @ref{Password handling}, otherwise you
562 will be prompted for a password every copy action.
563
564
565 @node Inline methods
566 @section Inline methods
567 @cindex inline methods
568 @cindex methods, inline
569
570 The inline methods in @value{tramp} are quite powerful and can work in
571 situations where you cannot use an external transfer program to connect.
572 Inline methods are the only methods that work when connecting to the
573 remote machine via telnet. (There are also strange inline methods which
574 allow you to transfer files between @emph{user identities} rather than
575 hosts, see below.)
576
577 These methods depend on the existence of a suitable encoding and
578 decoding command on remote machine. Locally, @value{tramp} may be able to
579 use features of @value{emacsname} to decode and encode the files or
580 it may require access to external commands to perform that task.
581
582 @cindex uuencode
583 @cindex mimencode
584 @cindex base-64 encoding
585 @value{tramp} checks the availability and usability of commands like
586 @command{mimencode} (part of the @command{metamail} package) or
587 @command{uuencode} on the remote host. The first reliable command
588 will be used. The search path can be customized, see @ref{Remote
589 Programs}.
590
591 If both commands aren't available on the remote host, @value{tramp}
592 transfers a small piece of Perl code to the remote host, and tries to
593 apply it for encoding and decoding.
594
595 The variable @var{tramp-inline-compress-start-size} controls, whether
596 a file shall be compressed before encoding. This could increase
597 transfer speed for large text files.
598
599
600 @table @asis
601 @item @option{rsh}
602 @cindex method rsh
603 @cindex rsh method
604
605 Connect to the remote host with @command{rsh}. Due to the unsecure
606 connection it is recommended for very local host topology only.
607
608 On operating systems which provide the command @command{remsh} instead
609 of @command{rsh}, you can use the method @option{remsh}. This is true
610 for HP-UX or Cray UNICOS, for example.
611
612
613 @item @option{ssh}
614 @cindex method ssh
615 @cindex ssh method
616
617 Connect to the remote host with @command{ssh}. This is identical to
618 the previous option except that the @command{ssh} package is used,
619 making the connection more secure.
620
621 There are also two variants, @option{ssh1} and @option{ssh2}, that
622 call @samp{ssh -1} and @samp{ssh -2}, respectively. This way, you can
623 explicitly select whether you want to use the SSH protocol version 1
624 or 2 to connect to the remote host. (You can also specify in
625 @file{~/.ssh/config}, the SSH configuration file, which protocol
626 should be used, and use the regular @option{ssh} method.)
627
628 All the methods based on @command{ssh} have an additional feature: you
629 can specify a host name which looks like @file{host#42} (the real host
630 name, then a hash sign, then a port number). This means to connect to
631 the given host but to also pass @code{-p 42} as arguments to the
632 @command{ssh} command.
633
634
635 @item @option{telnet}
636 @cindex method telnet
637 @cindex telnet method
638
639 Connect to the remote host with @command{telnet}. This is as unsecure
640 as the @option{rsh} method.
641
642
643 @item @option{su}
644 @cindex method su
645 @cindex su method
646
647 This method does not connect to a remote host at all, rather it uses
648 the @command{su} program to allow you to edit files as another user.
649 That means, the specified host name in the file name must be either
650 @samp{localhost} or the host name as returned by the function
651 @command{(system-name)}. For an exception of this rule see
652 @ref{Multi-hops}.
653
654
655 @item @option{sudo}
656 @cindex method sudo
657 @cindex sudo method
658
659 This is similar to the @option{su} method, but it uses @command{sudo}
660 rather than @command{su} to become a different user.
661
662 Note that @command{sudo} must be configured to allow you to start a
663 shell as the user. It would be nice if it was sufficient if
664 @command{ls} and @command{mimencode} were allowed, but that is not
665 easy to implement, so I haven't got around to it, yet.
666
667
668 @item @option{sshx}
669 @cindex method sshx
670 @cindex sshx method
671
672 As you would expect, this is similar to @option{ssh}, only a little
673 different. Whereas @option{ssh} opens a normal interactive shell on
674 the remote host, this option uses @samp{ssh -t -t @var{host} -l
675 @var{user} /bin/sh} to open a connection. This is useful for users
676 where the normal login shell is set up to ask them a number of
677 questions when logging in. This procedure avoids these questions, and
678 just gives @value{tramp} a more-or-less `standard' login shell to work
679 with.
680
681 Note that this procedure does not eliminate questions asked by
682 @command{ssh} itself. For example, @command{ssh} might ask ``Are you
683 sure you want to continue connecting?'' if the host key of the remote
684 host is not known. @value{tramp} does not know how to deal with such a
685 question (yet), therefore you will need to make sure that you can log
686 in without such questions.
687
688 This is also useful for Windows users where @command{ssh}, when
689 invoked from an @value{emacsname} buffer, tells them that it is not
690 allocating a pseudo tty. When this happens, the login shell is wont
691 to not print any shell prompt, which confuses @value{tramp} mightily.
692
693 This supports the @samp{-p} argument.
694
695
696 @item @option{krlogin}
697 @cindex method krlogin
698 @cindex krlogin method
699 @cindex Kerberos (with krlogin method)
700
701 This method is also similar to @option{ssh}. It only uses the
702 @command{krlogin -x} command to log in to the remote host.
703
704
705 @item @option{ksu}
706 @cindex method ksu
707 @cindex ksu method
708 @cindex Kerberos (with ksu method)
709
710 This is another method from the Kerberos suite. It behaves like @option{su}.
711
712
713 @item @option{plink}
714 @cindex method plink
715 @cindex plink method
716
717 This method is mostly interesting for Windows users using the PuTTY
718 implementation of SSH@. It uses @samp{plink -ssh} to log in to the
719 remote host.
720
721 This supports the @samp{-P} argument.
722
723 Additionally, the methods @option{plink1} and @option{plink2} are
724 provided, which call @samp{plink -1 -ssh} or @samp{plink -2 -ssh} in
725 order to use SSH protocol version 1 or 2 explicitly.
726
727 CCC: Do we have to connect to the remote host once from the command
728 line to accept the SSH key? Maybe this can be made automatic?
729
730 CCC: Say something about the first shell command failing. This might
731 be due to a wrong setting of @code{tramp-rsh-end-of-line}.
732
733
734 @item @option{plinkx}
735 @cindex method plinkx
736 @cindex plinkx method
737
738 Another method using PuTTY on Windows. Instead of host names, it
739 expects PuTTY session names, calling @samp{plink -load @var{session}
740 -t"}. User names are relevant only in case the corresponding session
741 hasn't defined a user name. Different port numbers must be defined in
742 the session.
743
744 @end table
745
746
747 @node External methods
748 @section External methods
749 @cindex methods, external
750 @cindex external methods
751
752 The external methods operate through multiple channels, using the
753 remote shell connection for many actions while delegating file
754 transfers to an external transfer utility.
755
756 This saves the overhead of encoding and decoding that multiplexing the
757 transfer through the one connection has with the inline methods.
758
759 Since external methods need their own overhead opening a new channel,
760 all files which are smaller than @var{tramp-copy-size-limit} are still
761 transferred with the corresponding inline method. It should provide a
762 fair trade-off between both approaches.
763
764 @table @asis
765 @item @option{rcp}---@command{rsh} and @command{rcp}
766 @cindex method rcp
767 @cindex rcp method
768 @cindex rcp (with rcp method)
769 @cindex rsh (with rcp method)
770
771 This method uses the @command{rsh} and @command{rcp} commands to connect
772 to the remote machine and transfer files. This is probably the fastest
773 connection method available.
774
775 The alternative method @option{remcp} uses the @command{remsh} and
776 @command{rcp} commands. It should be applied on machines where
777 @command{remsh} is used instead of @command{rsh}.
778
779
780 @item @option{scp}---@command{ssh} and @command{scp}
781 @cindex method scp
782 @cindex scp method
783 @cindex scp (with scp method)
784 @cindex ssh (with scp method)
785
786 Using @command{ssh} to connect to the remote host and @command{scp} to
787 transfer files between the machines is the best method for securely
788 connecting to a remote machine and accessing files.
789
790 The performance of this option is also quite good. It may be slower than
791 the inline methods when you often open and close small files however.
792 The cost of the cryptographic handshake at the start of an @command{scp}
793 session can begin to absorb the advantage that the lack of encoding and
794 decoding presents.
795
796 There are also two variants, @option{scp1} and @option{scp2}, that
797 call @samp{ssh -1} and @samp{ssh -2}, respectively. This way, you can
798 explicitly select whether you want to use the SSH protocol version 1
799 or 2 to connect to the remote host. (You can also specify in
800 @file{~/.ssh/config}, the SSH configuration file, which protocol
801 should be used, and use the regular @option{scp} method.)
802
803 All the @command{ssh} based methods support the @samp{-p} feature
804 where you can specify a port number to connect to in the host name.
805 For example, the host name @file{host#42} tells @value{tramp} to
806 specify @samp{-p 42} in the argument list for @command{ssh}, and to
807 specify @samp{-P 42} in the argument list for @command{scp}.
808
809
810 @item @option{sftp}---@command{ssh} and @command{sftp}
811 @cindex method sftp
812 @cindex sftp method
813 @cindex sftp (with sftp method)
814 @cindex ssh (with sftp method)
815
816 That is mostly the same method as @option{scp}, but using
817 @command{sftp} as transfer command. So the same remarks are valid.
818
819 This command does not work like @value{ftppackagename}, where
820 @command{ftp} is called interactively, and all commands are send from
821 within this session. Instead of, @command{ssh} is used for login.
822
823 This method supports the @samp{-p} argument.
824
825
826 @item @option{rsync}---@command{ssh} and @command{rsync}
827 @cindex method rsync
828 @cindex rsync method
829 @cindex rsync (with rsync method)
830 @cindex ssh (with rsync method)
831
832 Using the @command{ssh} command to connect securely to the remote
833 machine and the @command{rsync} command to transfer files is almost
834 identical to the @option{scp} method.
835
836 While @command{rsync} performs much better than @command{scp} when
837 transferring files that exist on both hosts, this advantage is lost if
838 the file exists only on one side of the connection. A file can exists
839 on both the remote and local host, when you copy a file from/to a
840 remote host. When you just open a file from the remote host (or write
841 a file there), a temporary file on the local side is kept as long as
842 the corresponding buffer, visiting this file, is alive.
843
844 This method supports the @samp{-p} argument.
845
846
847 @item @option{scpx}---@command{ssh} and @command{scp}
848 @cindex method scpx
849 @cindex scpx method
850 @cindex scp (with scpx method)
851 @cindex ssh (with scpx method)
852
853 As you would expect, this is similar to @option{scp}, only a little
854 different. Whereas @option{scp} opens a normal interactive shell on
855 the remote host, this option uses @samp{ssh -t -t @var{host} -l
856 @var{user} /bin/sh} to open a connection. This is useful for users
857 where the normal login shell is set up to ask them a number of
858 questions when logging in. This procedure avoids these questions, and
859 just gives @value{tramp} a more-or-less `standard' login shell to work
860 with.
861
862 This is also useful for Windows users where @command{ssh}, when
863 invoked from an @value{emacsname} buffer, tells them that it is not
864 allocating a pseudo tty. When this happens, the login shell is wont
865 to not print any shell prompt, which confuses @value{tramp} mightily.
866
867 This method supports the @samp{-p} argument.
868
869
870 @item @option{scpc}---@command{ssh} and @command{scp}
871 @cindex method scpc
872 @cindex scpc method
873 @cindex scp (with scpc method)
874 @cindex ssh (with scpc method)
875
876 Newer versions of @option{ssh} (for example OpenSSH 4) offer an option
877 @option{ControlMaster}. This allows @option{scp} to reuse an existing
878 @option{ssh} channel, which increases performance.
879
880 Before you use this method, you should check whether your @option{ssh}
881 implementation supports this option. Try from the command line
882
883 @example
884 ssh localhost -o ControlMaster=yes /bin/true
885 @end example
886
887 If that command succeeds silently, then you can use @option{scpc}; but
888 if it fails like
889
890 @example
891 command-line: line 0: Bad configuration option: ControlMaster
892 @end example
893
894 then you cannot use it. Note, that the option
895 @option{ControlPersist}, if it is supported by your @option{ssh}
896 version, must be set to @option{no}.
897
898 This method supports the @samp{-p} argument.
899
900
901 @item @option{rsyncc}---@command{ssh} and @command{rsync}
902 @cindex method rsyncc
903 @cindex rsyncc method
904 @cindex rsync (with rsyncc method)
905 @cindex ssh (with rsyncc method)
906
907 Like the @option{scpc} method, @option{rsyncc} improves the underlying
908 @command{ssh} connection by the option @option{ControlMaster}. This
909 allows @command{rsync} to reuse an existing @command{ssh} channel,
910 which increases performance.
911
912 This method supports the @samp{-p} argument.
913
914
915 @item @option{pscp}---@command{plink} and @command{pscp}
916 @cindex method pscp
917 @cindex pscp method
918 @cindex pscp (with pscp method)
919 @cindex plink (with pscp method)
920 @cindex PuTTY (with pscp method)
921
922 This method is similar to @option{scp}, but it uses the
923 @command{plink} command to connect to the remote host, and it uses
924 @command{pscp} for transferring the files. These programs are part
925 of PuTTY, an SSH implementation for Windows.
926
927 This method supports the @samp{-P} argument.
928
929
930 @item @option{psftp}---@command{plink} and @command{psftp}
931 @cindex method psftp
932 @cindex psftp method
933 @cindex psftp (with psftp method)
934 @cindex plink (with psftp method)
935 @cindex PuTTY (with psftp method)
936
937 As you would expect, this method is similar to @option{sftp}, but it
938 uses the @command{plink} command to connect to the remote host, and it
939 uses @command{psftp} for transferring the files. These programs are
940 part of PuTTY, an SSH implementation for Windows.
941
942 This method supports the @samp{-P} argument.
943
944
945 @item @option{fcp}---@command{fsh} and @command{fcp}
946 @cindex method fcp
947 @cindex fcp method
948 @cindex fsh (with fcp method)
949 @cindex fcp (with fcp method)
950
951 This method is similar to @option{scp}, but it uses the @command{fsh}
952 command to connect to the remote host, and it uses @command{fcp} for
953 transferring the files. @command{fsh/fcp} are a front-end for
954 @command{ssh} which allow for reusing the same @command{ssh} session
955 for submitting several commands. This avoids the startup overhead of
956 @command{scp} (which has to establish a secure connection whenever it
957 is called). Note, however, that you can also use one of the inline
958 methods to achieve a similar effect.
959
960 This method uses the command @samp{fsh @var{host} -l @var{user}
961 /bin/sh -i} to establish the connection, it does not work to just say
962 @command{fsh @var{host} -l @var{user}}.
963
964 @cindex method fsh
965 @cindex fsh method
966
967 There is no inline method using @command{fsh} as the multiplexing
968 provided by the program is not very useful in our context. @value{tramp}
969 opens just one connection to the remote host and then keeps it open,
970 anyway.
971
972
973 @item @option{ftp}
974 @cindex method ftp
975 @cindex ftp method
976
977 This is not a native @value{tramp} method. Instead, it forwards all
978 requests to @value{ftppackagename}.
979 @ifset xemacs
980 This works only for unified filenames, see @ref{Issues}.
981 @end ifset
982
983
984 @item @option{smb}---@command{smbclient}
985 @cindex method smb
986 @cindex smb method
987
988 This is another not native @value{tramp} method. It uses the
989 @command{smbclient} command on different Unices in order to connect to
990 an SMB server. An SMB server might be a Samba (or CIFS) server on
991 another UNIX host or, more interesting, a host running MS Windows. So
992 far, it is tested against MS Windows NT, MS Windows 2000, MS Windows
993 XP, MS Windows Vista, and MS Windows 7.
994
995 The first directory in the localname must be a share name on the remote
996 host. Remember that the @code{$} character, in which default shares
997 usually end, must be written @code{$$} due to environment variable
998 substitution in file names. If no share name is given (i.e., remote
999 directory @code{/}), all available shares are listed.
1000
1001 Since authorization is done on share level, you will always be
1002 prompted for a password if you access another share on the same host.
1003 This can be suppressed by @ref{Password handling}.
1004
1005 For authorization, MS Windows uses both a user name and a domain name.
1006 Because of this, the @value{tramp} syntax has been extended: you can
1007 specify a user name which looks like @code{user%domain} (the real user
1008 name, then a percent sign, then the domain name). So, to connect to
1009 the machine @code{melancholia} as user @code{daniel} of the domain
1010 @code{BIZARRE}, and edit @file{.emacs} in the home directory (share
1011 @code{daniel$}) I would specify the filename @file{@trampfn{smb,
1012 daniel%BIZARRE, melancholia, /daniel$$/.emacs}}.
1013
1014 Depending on the Windows domain configuration, a Windows user might be
1015 considered as domain user per default. In order to connect as local
1016 user, the WINS name of that machine must be given as domain name.
1017 Usually, it is the machine name in capital letters. In the example
1018 above, the local user @code{daniel} would be specified as
1019 @file{@trampfn{smb, daniel%MELANCHOLIA, melancholia, /daniel$$/.emacs}}.
1020
1021 The domain name as well as the user name are optional. If no user
1022 name is specified at all, the anonymous user (without password
1023 prompting) is assumed. This is different from all other @value{tramp}
1024 methods, where in such a case the local user name is taken.
1025
1026 The @option{smb} method supports the @samp{-p} argument.
1027
1028 @strong{Please note:} If @value{emacsname} runs locally under MS
1029 Windows, this method isn't available. Instead, you can use UNC
1030 file names like @file{//melancholia/daniel$$/.emacs}. The only
1031 disadvantage is that there's no possibility to specify another user
1032 name.
1033
1034
1035 @item @option{adb}
1036 @cindex method adb
1037 @cindex adb method
1038
1039 This special method uses the Android Debug Bridge for connecting
1040 Android devices. The Android Debug Bridge, part of the Android SDK,
1041 must be installed locally. The variable @var{tramp-adb-sdk-dir} must
1042 be set to its installation directory.
1043
1044 @end table
1045
1046
1047 @ifset emacsgvfs
1048 @node GVFS based methods
1049 @section GVFS based external methods
1050 @cindex methods, gvfs
1051 @cindex gvfs based methods
1052 @cindex dbus
1053
1054 The connection methods described in this section are based on GVFS
1055 @uref{http://en.wikipedia.org/wiki/GVFS}. Via GVFS, the remote
1056 filesystem is mounted locally through FUSE@. @value{tramp} uses
1057 this local mounted directory internally.
1058
1059 The communication with GVFS is implemented via D-Bus messages.
1060 Therefore, your @value{emacsname} must have D-Bus integration,
1061 @pxref{Top, , D-Bus, dbus}.
1062
1063 @table @asis
1064 @item @option{dav}
1065 @cindex method dav
1066 @cindex method davs
1067 @cindex dav method
1068 @cindex davs method
1069
1070 This method provides access to WebDAV files and directories. There
1071 exists also the external method @option{davs}, which uses SSL
1072 encryption for the access.
1073
1074 Both methods support the port number specification as discussed above.
1075
1076
1077 @item @option{obex}
1078 @cindex method obex
1079 @cindex obex method
1080
1081 OBEX is an FTP-like access protocol for simple devices, like cell
1082 phones. For the time being, @value{tramp} only supports OBEX over Bluetooth.
1083
1084
1085 @item @option{synce}
1086 @cindex method synce
1087 @cindex synce method
1088
1089 The @option{synce} method allows communication with Windows Mobile
1090 devices. Beside GVFS for mounting remote files and directories via
1091 FUSE, it also needs the SYNCE-GVFS plugin.
1092
1093 @end table
1094
1095 @defopt tramp-gvfs-methods
1096 This customer option, a list, defines the external methods which
1097 shall be used with GVFS@. Per default, these are @option{dav},
1098 @option{davs}, @option{obex} and @option{synce}. Other possible
1099 values are @option{ftp}, @option{sftp} and @option{smb}.
1100 @end defopt
1101 @end ifset
1102
1103
1104 @ifset emacsgw
1105 @node Gateway methods
1106 @section Gateway methods
1107 @cindex methods, gateway
1108 @cindex gateway methods
1109
1110 Gateway methods are not methods to access a remote host directly.
1111 These methods are intended to pass firewalls or proxy servers.
1112 Therefore, they can be used for proxy host declarations
1113 (@pxref{Multi-hops}) only.
1114
1115 A gateway method must always come along with a method which supports
1116 port setting. This is because @value{tramp} targets the accompanied
1117 method to @file{localhost#random_port}, from where the firewall or
1118 proxy server is accessed.
1119
1120 Gateway methods support user name and password declarations. These
1121 are used to authenticate towards the corresponding firewall or proxy
1122 server. They can be passed only if your friendly administrator has
1123 granted your access.
1124
1125 @table @asis
1126 @item @option{tunnel}
1127 @cindex method tunnel
1128 @cindex tunnel method
1129
1130 This method implements an HTTP tunnel via the @command{CONNECT}
1131 command (see RFC 2616, 2817). Any HTTP 1.1 compliant (proxy) server
1132 shall support this command.
1133
1134 As authentication method, only @option{Basic Authentication} (see RFC
1135 2617) is implemented so far. If no port number is given in the
1136 declaration, port @option{8080} is used for the proxy server.
1137
1138
1139 @item @option{socks}
1140 @cindex method socks
1141 @cindex socks method
1142
1143 The @command{socks} method provides access to SOCKSv5 servers (see
1144 RFC 1928). @option{Username/Password Authentication} according to RFC
1145 1929 is supported.
1146
1147 The default port number of the socks server is @option{1080}, if not
1148 specified otherwise.
1149
1150 @end table
1151 @end ifset
1152
1153
1154 @node Default Method
1155 @section Selecting a default method
1156 @cindex default method
1157
1158 @vindex tramp-default-method
1159 When you select an appropriate transfer method for your typical usage
1160 you should set the variable @code{tramp-default-method} to reflect that
1161 choice. This variable controls which method will be used when a method
1162 is not specified in the @value{tramp} file name. For example:
1163
1164 @lisp
1165 (setq tramp-default-method "ssh")
1166 @end lisp
1167
1168 @vindex tramp-default-method-alist
1169 You can also specify different methods for certain user/host
1170 combinations, via the variable @code{tramp-default-method-alist}. For
1171 example, the following two lines specify to use the @option{ssh}
1172 method for all user names matching @samp{john} and the @option{rsync}
1173 method for all host names matching @samp{lily}. The third line
1174 specifies to use the @option{su} method for the user @samp{root} on
1175 the machine @samp{localhost}.
1176
1177 @lisp
1178 (add-to-list 'tramp-default-method-alist '("" "john" "ssh"))
1179 (add-to-list 'tramp-default-method-alist '("lily" "" "rsync"))
1180 (add-to-list 'tramp-default-method-alist
1181 '("\\`localhost\\'" "\\`root\\'" "su"))
1182 @end lisp
1183
1184 @noindent
1185 See the documentation for the variable
1186 @code{tramp-default-method-alist} for more details.
1187
1188 External methods are normally preferable to inline methods, giving
1189 better performance.
1190
1191 @xref{Inline methods}.
1192 @xref{External methods}.
1193
1194 Another consideration with the selection of transfer methods is the
1195 environment you will use them in and, especially when used over the
1196 Internet, the security implications of your preferred method.
1197
1198 The @option{rsh} and @option{telnet} methods send your password as
1199 plain text as you log in to the remote machine, as well as
1200 transferring the files in such a way that the content can easily be
1201 read from other machines.
1202
1203 If you need to connect to remote systems that are accessible from the
1204 Internet, you should give serious thought to using @option{ssh} based
1205 methods to connect. These provide a much higher level of security,
1206 making it a non-trivial exercise for someone to obtain your password
1207 or read the content of the files you are editing.
1208
1209
1210 @subsection Which method is the right one for me?
1211 @cindex choosing the right method
1212
1213 Given all of the above, you are probably thinking that this is all fine
1214 and good, but it's not helping you to choose a method! Right you are.
1215 As a developer, we don't want to boss our users around but give them
1216 maximum freedom instead. However, the reality is that some users would
1217 like to have some guidance, so here I'll try to give you this guidance
1218 without bossing you around. You tell me whether it works @dots{}
1219
1220 My suggestion is to use an inline method. For large files, external
1221 methods might be more efficient, but I guess that most people will
1222 want to edit mostly small files. And if you access large text files,
1223 compression (driven by @var{tramp-inline-compress-start-size}) shall
1224 still result in good performance.
1225
1226 I guess that these days, most people can access a remote machine by
1227 using @command{ssh}. So I suggest that you use the @option{ssh}
1228 method. So, type @kbd{C-x C-f @trampfn{ssh, root, otherhost,
1229 /etc/motd} @key{RET}} to edit the @file{/etc/motd} file on the other
1230 host.
1231
1232 If you can't use @option{ssh} to log in to the remote host, then
1233 select a method that uses a program that works. For instance, Windows
1234 users might like the @option{plink} method which uses the PuTTY
1235 implementation of @command{ssh}. Or you use Kerberos and thus like
1236 @option{krlogin}.
1237
1238 For the special case of editing files on the local host as another
1239 user, see the @option{su} or @option{sudo} methods. They offer
1240 shortened syntax for the @samp{root} account, like
1241 @file{@trampfn{su, , , /etc/motd}}.
1242
1243 People who edit large files may want to consider @option{scpc} instead
1244 of @option{ssh}, or @option{pscp} instead of @option{plink}. These
1245 external methods are faster than inline methods for large files.
1246 Note, however, that external methods suffer from some limitations.
1247 Please try first whether you really get a noticeable speed advantage
1248 from using an external method! Maybe even for large files, inline
1249 methods are fast enough.
1250
1251
1252 @node Default User
1253 @section Selecting a default user
1254 @cindex default user
1255
1256 The user part of a @value{tramp} file name can be omitted. Usually,
1257 it is replaced by the user name you are logged in. Often, this is not
1258 what you want. A typical use of @value{tramp} might be to edit some
1259 files with root permissions on the local host. This case, you should
1260 set the variable @code{tramp-default-user} to reflect that choice.
1261 For example:
1262
1263 @lisp
1264 (setq tramp-default-user "root")
1265 @end lisp
1266
1267 @code{tramp-default-user} is regarded as obsolete, and will be removed
1268 soon.
1269
1270 @vindex tramp-default-user-alist
1271 You can also specify different users for certain method/host
1272 combinations, via the variable @code{tramp-default-user-alist}. For
1273 example, if you always have to use the user @samp{john} in the domain
1274 @samp{somewhere.else}, you can specify the following:
1275
1276 @lisp
1277 (add-to-list 'tramp-default-user-alist
1278 '("ssh" ".*\\.somewhere\\.else\\'" "john"))
1279 @end lisp
1280
1281 @noindent
1282 See the documentation for the variable
1283 @code{tramp-default-user-alist} for more details.
1284
1285 One trap to fall in must be known. If @value{tramp} finds a default
1286 user, this user will be passed always to the connection command as
1287 parameter (for example @command{ssh here.somewhere.else -l john}. If
1288 you have specified another user for your command in its configuration
1289 files, @value{tramp} cannot know it, and the remote access will fail.
1290 If you have specified in the given example in @file{~/.ssh/config} the
1291 lines
1292
1293 @example
1294 Host here.somewhere.else
1295 User lily
1296 @end example
1297
1298 @noindent
1299 than you must discard selecting a default user by @value{tramp}. This
1300 will be done by setting it to @code{nil} (or @samp{lily}, likewise):
1301
1302 @lisp
1303 (add-to-list 'tramp-default-user-alist
1304 '("ssh" "\\`here\\.somewhere\\.else\\'" nil))
1305 @end lisp
1306
1307 The last entry in @code{tramp-default-user-alist} could be your
1308 default user you'll apply predominantly. You shall @emph{append} it
1309 to that list at the end:
1310
1311 @lisp
1312 (add-to-list 'tramp-default-user-alist '(nil nil "jonas") t)
1313 @end lisp
1314
1315
1316 @node Default Host
1317 @section Selecting a default host
1318 @cindex default host
1319
1320 @vindex tramp-default-host
1321 Finally, it is even possible to omit the host name part of a
1322 @value{tramp} file name. This case, the value of the variable
1323 @code{tramp-default-host} is used. Per default, it is initialized
1324 with the host name your local @value{emacsname} is running.
1325
1326 If you, for example, use @value{tramp} mainly to contact the host
1327 @samp{target} as user @samp{john}, you can specify:
1328
1329 @lisp
1330 (setq tramp-default-user "john"
1331 tramp-default-host "target")
1332 @end lisp
1333
1334 Then the simple file name @samp{@trampfn{ssh, , ,}} will connect you
1335 to John's home directory on target.
1336 @ifset emacs
1337 Note, however, that the most simplification @samp{/::} won't work,
1338 because @samp{/:} is the prefix for quoted file names.
1339 @end ifset
1340
1341
1342 @node Multi-hops
1343 @section Connecting to a remote host using multiple hops
1344 @cindex multi-hop
1345 @cindex proxy hosts
1346
1347 Sometimes, the methods described before are not sufficient.
1348 Sometimes, it is not possible to connect to a remote host using a
1349 simple command. For example, if you are in a secured network, you
1350 might have to log in to a bastion host first before you can connect to
1351 the outside world. Of course, the target host may also require a
1352 bastion host.
1353
1354 @vindex tramp-default-proxies-alist
1355 @defopt tramp-default-proxies-alist
1356 In order to specify multiple hops, it is possible to define a proxy
1357 host to pass through, via the variable
1358 @code{tramp-default-proxies-alist}. This variable keeps a list of
1359 triples (@var{host} @var{user} @var{proxy}).
1360
1361 The first matching item specifies the proxy host to be passed for a
1362 file name located on a remote target matching @var{user}@@@var{host}.
1363 @var{host} and @var{user} are regular expressions or @code{nil}, which
1364 is interpreted as a regular expression which always matches.
1365
1366 @var{proxy} must be a Tramp filename which localname part is ignored.
1367 Method and user name on @var{proxy} are optional, which is interpreted
1368 with the default values.
1369 @ifset emacsgw
1370 The method must be an inline or gateway method (@pxref{Inline
1371 methods}, @pxref{Gateway methods}).
1372 @end ifset
1373 @ifclear emacsgw
1374 The method must be an inline method (@pxref{Inline methods}).
1375 @end ifclear
1376 If @var{proxy} is @code{nil}, no additional hop is required reaching
1377 @var{user}@@@var{host}.
1378
1379 If you, for example, must pass the host @samp{bastion.your.domain} as
1380 user @samp{bird} for any remote host which is not located in your local
1381 domain, you can set
1382
1383 @lisp
1384 (add-to-list 'tramp-default-proxies-alist
1385 '("\\." nil "@trampfn{ssh, bird, bastion.your.domain,}"))
1386 (add-to-list 'tramp-default-proxies-alist
1387 '("\\.your\\.domain\\'" nil nil))
1388 @end lisp
1389
1390 Please note the order of the code. @code{add-to-list} adds elements at the
1391 beginning of a list. Therefore, most relevant rules must be added last.
1392
1393 Proxy hosts can be cascaded. If there is another host called
1394 @samp{jump.your.domain}, which is the only one in your local domain who
1395 is allowed connecting @samp{bastion.your.domain}, you can add another
1396 rule:
1397
1398 @lisp
1399 (add-to-list 'tramp-default-proxies-alist
1400 '("\\`bastion\\.your\\.domain\\'"
1401 "\\`bird\\'"
1402 "@trampfn{ssh, , jump.your.domain,}"))
1403 @end lisp
1404
1405 @var{proxy} can contain the patterns @code{%h} or @code{%u}. These
1406 patterns are replaced by the strings matching @var{host} or
1407 @var{user}, respectively.
1408
1409 If you, for example, wants to work as @samp{root} on hosts in the
1410 domain @samp{your.domain}, but login as @samp{root} is disabled for
1411 non-local access, you might add the following rule:
1412
1413 @lisp
1414 (add-to-list 'tramp-default-proxies-alist
1415 '("\\.your\\.domain\\'" "\\`root\\'" "@trampfn{ssh, , %h,}"))
1416 @end lisp
1417
1418 Opening @file{@trampfn{sudo, , randomhost.your.domain,}} would connect
1419 first @samp{randomhost.your.domain} via @code{ssh} under your account
1420 name, and perform @code{sudo -u root} on that host afterwards. It is
1421 important to know that the given method is applied on the host which
1422 has been reached so far. @code{sudo -u root}, applied on your local
1423 host, wouldn't be useful here.
1424
1425 @var{host}, @var{user} and @var{proxy} can also be Lisp forms. These
1426 forms are evaluated, and must return a string, or @code{nil}. The
1427 previous example could be generalized then: For all hosts except my
1428 local one connect via @command{ssh} first, and apply @command{sudo -u
1429 root} afterwards:
1430
1431 @lisp
1432 (add-to-list 'tramp-default-proxies-alist
1433 '(nil "\\`root\\'" "@trampfn{ssh, , %h,}"))
1434 (add-to-list 'tramp-default-proxies-alist
1435 '((regexp-quote (system-name)) nil nil))
1436 @end lisp
1437
1438 This is the recommended configuration to work as @samp{root} on remote
1439 Ubuntu hosts.
1440
1441 @ifset emacsgw
1442 Finally, @code{tramp-default-proxies-alist} can be used to pass
1443 firewalls or proxy servers. Imagine your local network has a host
1444 @samp{proxy.your.domain} which is used on port 3128 as HTTP proxy to
1445 the outer world. Your friendly administrator has granted you access
1446 under your user name to @samp{host.other.domain} on that proxy
1447 server.@footnote{HTTP tunnels are intended for secure SSL/TLS
1448 communication. Therefore, many proxy server restrict the tunnels to
1449 related target ports. You might need to run your ssh server on your
1450 target host @samp{host.other.domain} on such a port, like 443 (https).
1451 See @uref{http://savannah.gnu.org/maintenance/CvsFromBehindFirewall}
1452 for discussion of ethical issues.} You would need to add the
1453 following rule:
1454
1455 @lisp
1456 (add-to-list 'tramp-default-proxies-alist
1457 '("\\`host\\.other\\.domain\\'" nil
1458 "@trampfn{tunnel, , proxy.your.domain#3128,}"))
1459 @end lisp
1460
1461 Gateway methods can be declared as first hop only in a multiple hop
1462 chain.
1463 @end ifset
1464 @end defopt
1465
1466 Hops to be passed tend to be restricted firewalls and alike.
1467 Sometimes they offer limited features only, like running @command{rbash}
1468 (restricted bash). This must be told to @value{tramp}.
1469
1470 @vindex tramp-restricted-shell-hosts-alist
1471 @defopt tramp-restricted-shell-hosts-alist
1472 This variable keeps a list of regular expressions, which denote hosts
1473 running a registered shell like "rbash". Those hosts can be used as
1474 proxies only.
1475
1476 If the bastion host from the example above runs a restricted shell,
1477 you shall apply
1478
1479 @lisp
1480 (add-to-list 'tramp-restricted-shell-hosts-alist
1481 "\\`bastion\\.your\\.domain\\'")
1482 @end lisp
1483 @end defopt
1484
1485
1486 @node Customizing Methods
1487 @section Using Non-Standard Methods
1488 @cindex customizing methods
1489 @cindex using non-standard methods
1490 @cindex create your own methods
1491
1492 There is a variable @code{tramp-methods} which you can change if the
1493 predefined methods don't seem right.
1494
1495 For the time being, I'll refer you to the Lisp documentation of that
1496 variable, accessible with @kbd{C-h v tramp-methods @key{RET}}.
1497
1498
1499 @node Customizing Completion
1500 @section Selecting config files for user/host name completion
1501 @cindex customizing completion
1502 @cindex selecting config files
1503 @vindex tramp-completion-function-alist
1504
1505 The variable @code{tramp-completion-function-alist} is intended to
1506 customize which files are taken into account for user and host name
1507 completion (@pxref{Filename completion}). For every method, it keeps
1508 a set of configuration files, accompanied by a Lisp function able to
1509 parse that file. Entries in @code{tramp-completion-function-alist}
1510 have the form (@var{method} @var{pair1} @var{pair2} ...).
1511
1512 Each @var{pair} is composed of (@var{function} @var{file}).
1513 @var{function} is responsible to extract user names and host names
1514 from @var{file} for completion. There are two functions which access
1515 this variable:
1516
1517 @defun tramp-get-completion-function method
1518 This function returns the list of completion functions for @var{method}.
1519
1520 Example:
1521 @example
1522 (tramp-get-completion-function "rsh")
1523
1524 @result{} ((tramp-parse-rhosts "/etc/hosts.equiv")
1525 (tramp-parse-rhosts "~/.rhosts"))
1526 @end example
1527 @end defun
1528
1529 @defun tramp-set-completion-function method function-list
1530 This function sets @var{function-list} as list of completion functions
1531 for @var{method}.
1532
1533 Example:
1534 @example
1535 (tramp-set-completion-function "ssh"
1536 '((tramp-parse-sconfig "/etc/ssh_config")
1537 (tramp-parse-sconfig "~/.ssh/config")))
1538
1539 @result{} ((tramp-parse-sconfig "/etc/ssh_config")
1540 (tramp-parse-sconfig "~/.ssh/config"))
1541 @end example
1542 @end defun
1543
1544 The following predefined functions parsing configuration files exist:
1545
1546 @table @asis
1547 @item @code{tramp-parse-rhosts}
1548 @findex tramp-parse-rhosts
1549
1550 This function parses files which are syntactical equivalent to
1551 @file{~/.rhosts}. It returns both host names and user names, if
1552 specified.
1553
1554 @item @code{tramp-parse-shosts}
1555 @findex tramp-parse-shosts
1556
1557 This function parses files which are syntactical equivalent to
1558 @file{~/.ssh/known_hosts}. Since there are no user names specified
1559 in such files, it can return host names only.
1560
1561 @item @code{tramp-parse-sconfig}
1562 @findex tramp-parse-shosts
1563
1564 This function returns the host nicknames defined by @code{Host} entries
1565 in @file{~/.ssh/config} style files.
1566
1567 @item @code{tramp-parse-shostkeys}
1568 @findex tramp-parse-shostkeys
1569
1570 SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and
1571 @file{~/ssh2/hostkeys/*}. Hosts are coded in file names
1572 @file{hostkey_@var{portnumber}_@var{host-name}.pub}. User names
1573 are always @code{nil}.
1574
1575 @item @code{tramp-parse-sknownhosts}
1576 @findex tramp-parse-shostkeys
1577
1578 Another SSH2 style parsing of directories like
1579 @file{/etc/ssh2/knownhosts/*} and @file{~/ssh2/knownhosts/*}. This
1580 case, hosts names are coded in file names
1581 @file{@var{host-name}.@var{algorithm}.pub}. User names are always @code{nil}.
1582
1583 @item @code{tramp-parse-hosts}
1584 @findex tramp-parse-hosts
1585
1586 A function dedicated to @file{/etc/hosts} style files. It returns
1587 host names only.
1588
1589 @item @code{tramp-parse-passwd}
1590 @findex tramp-parse-passwd
1591
1592 A function which parses @file{/etc/passwd} like files. Obviously, it
1593 can return user names only.
1594
1595 @item @code{tramp-parse-netrc}
1596 @findex tramp-parse-netrc
1597
1598 Finally, a function which parses @file{~/.netrc} like files. This
1599 includes also @file{~/.authinfo}-style files.
1600
1601 @end table
1602
1603 If you want to keep your own data in a file, with your own structure,
1604 you might provide such a function as well. This function must meet
1605 the following conventions:
1606
1607 @defun my-tramp-parse file
1608 @var{file} must be either a file name on your host, or @code{nil}.
1609 The function must return a list of (@var{user} @var{host}), which are
1610 taken as candidates for user and host name completion.
1611
1612 Example:
1613 @example
1614 (my-tramp-parse "~/.my-tramp-hosts")
1615
1616 @result{} ((nil "toto") ("daniel" "melancholia"))
1617 @end example
1618 @end defun
1619
1620
1621 @node Password handling
1622 @section Reusing passwords for several connections
1623 @cindex passwords
1624
1625 Sometimes it is necessary to connect to the same remote host several
1626 times. Reentering passwords again and again would be annoying, when
1627 the chosen method does not support access without password prompt
1628 through own configuration.
1629
1630 The best recommendation is to use the method's own mechanism for
1631 password handling. Consider @command{ssh-agent} for @option{ssh}-like
1632 methods, or @command{pageant} for @option{plink}-like methods.
1633
1634 However, if you cannot apply such native password handling,
1635 @value{tramp} offers alternatives.
1636
1637
1638 @anchor{Using an authentication file}
1639 @subsection Using an authentication file
1640
1641 @vindex auth-sources
1642 The package @file{auth-source.el}, originally developed in No Gnus,
1643 offers the possibility to read passwords from a file, like FTP does it
1644 from @file{~/.netrc}. The default authentication file is
1645 @file{~/.authinfo.gpg}, this can be changed via the variable
1646 @code{auth-sources}.
1647
1648 @noindent
1649 A typical entry in the authentication file would be
1650
1651 @example
1652 machine melancholia port scp login daniel password geheim
1653 @end example
1654
1655 The port can be any @value{tramp} method (@pxref{Inline methods},
1656 @pxref{External methods}), to match only this method. When you omit
1657 the port, you match all @value{tramp} methods.
1658
1659 In case of problems, setting @code{auth-source-debug} to @code{t}
1660 gives useful debug messages.
1661
1662
1663 @anchor{Caching passwords}
1664 @subsection Caching passwords
1665
1666 If there is no authentication file, @value{tramp} caches the passwords
1667 entered by you. They will be reused next time if a connection needs
1668 them for the same user name and host name, independently of the
1669 connection method.
1670
1671 @vindex password-cache-expiry
1672 Passwords are not saved permanently, that means the password caching
1673 is limited to the lifetime of your @value{emacsname} session. You
1674 can influence the lifetime of password caching by customizing the
1675 variable @code{password-cache-expiry}. The value is the number of
1676 seconds how long passwords are cached. Setting it to @code{nil}
1677 disables the expiration.
1678
1679 @vindex password-cache
1680 If you don't like this feature for security reasons, password caching
1681 can be disabled totally by customizing the variable
1682 @code{password-cache} (setting it to @code{nil}).
1683
1684 Implementation Note: password caching is based on the package
1685 @file{password-cache.el}. For the time being, it is activated only
1686 when this package is seen in the @code{load-path} while loading
1687 @value{tramp}.
1688 @ifset installchapter
1689 If you don't use No Gnus, you can take @file{password.el} from the
1690 @value{tramp} @file{contrib} directory, see @ref{Installation
1691 parameters}.
1692 @end ifset
1693
1694
1695 @node Connection caching
1696 @section Reusing connection related information
1697 @cindex caching
1698
1699 @vindex tramp-persistency-file-name
1700 In order to reduce initial connection time, @value{tramp} stores
1701 connection related information persistently. The variable
1702 @code{tramp-persistency-file-name} keeps the file name where these
1703 information are written. Its default value is
1704 @ifset emacs
1705 @file{~/.emacs.d/tramp}.
1706 @end ifset
1707 @ifset xemacs
1708 @file{~/.xemacs/tramp}.
1709 @end ifset
1710 It is recommended to choose a local file name.
1711
1712 @value{tramp} reads this file during startup, and writes it when
1713 exiting @value{emacsname}. You can simply remove this file if
1714 @value{tramp} shall be urged to recompute these information next
1715 @value{emacsname} startup time.
1716
1717 Using such persistent information can be disabled by setting
1718 @code{tramp-persistency-file-name} to @code{nil}.
1719
1720 Once consequence of reusing connection related information is that
1721 @var{tramp} needs to distinguish hosts. If you, for example, run a
1722 local @code{sshd} on port 3001, which tunnels @command{ssh} to another
1723 host, you could access both @file{@trampfn{ssh, , localhost,}} and
1724 @file{@trampfn{ssh, , localhost#3001,}}. @var{tramp} would use the
1725 same host related information (like paths, Perl variants, etc) for
1726 both connections, although the information is valid only for one of
1727 them.
1728
1729 In order to avoid trouble, you must use another host name for one of
1730 the connections, like introducing a @option{Host} section in
1731 @file{~/.ssh/config} (@pxref{Frequently Asked Questions}) or applying
1732 multiple hops (@pxref{Multi-hops}).
1733
1734 When @value{tramp} detects a changed operating system version on a
1735 remote host (via the command @command{uname -sr}), it flushes all
1736 connection related information for this host, and opens the
1737 connection again.
1738
1739
1740 @node Remote Programs
1741 @section How @value{tramp} finds and uses programs on the remote machine
1742
1743 @value{tramp} depends on a number of programs on the remote host in order to
1744 function, including @command{ls}, @command{test}, @command{find} and
1745 @command{cat}.
1746
1747 In addition to these required tools, there are various tools that may be
1748 required based on the connection method. See @ref{Inline methods} and
1749 @ref{External methods} for details on these.
1750
1751 Certain other tools, such as @command{perl} (or @command{perl5}) and
1752 @command{grep} will be used if they can be found. When they are
1753 available, they are used to improve the performance and accuracy of
1754 remote file access.
1755
1756 @vindex tramp-remote-path
1757 @vindex tramp-default-remote-path
1758 @vindex tramp-own-remote-path
1759 @defopt tramp-remote-path
1760 When @value{tramp} connects to the remote machine, it searches for the
1761 programs that it can use. The variable @code{tramp-remote-path}
1762 controls the directories searched on the remote machine.
1763
1764 By default, this is set to a reasonable set of defaults for most
1765 machines. The symbol @code{tramp-default-remote-path} is a place
1766 holder, it is replaced by the list of directories received via the
1767 command @command{getconf PATH} on your remote machine. For example,
1768 on Debian GNU/Linux this is @file{/bin:/usr/bin}, whereas on Solaris
1769 this is @file{/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin}.
1770 It is recommended to apply this symbol on top of
1771 @code{tramp-remote-path}.
1772
1773 It is possible, however, that your local (or remote ;) system
1774 administrator has put the tools you want in some obscure local
1775 directory.
1776
1777 In this case, you can still use them with @value{tramp}. You simply
1778 need to add code to your @file{.emacs} to add the directory to the
1779 remote path. This will then be searched by @value{tramp} when you
1780 connect and the software found.
1781
1782 To add a directory to the remote search path, you could use code such
1783 as:
1784
1785 @lisp
1786 @i{;; We load @value{tramp} to define the variable.}
1787 (require 'tramp)
1788 @i{;; We have @command{perl} in "/usr/local/perl/bin"}
1789 (add-to-list 'tramp-remote-path "/usr/local/perl/bin")
1790 @end lisp
1791
1792 Another possibility is to reuse the path settings of your remote
1793 account when you log in. Usually, these settings are overwritten,
1794 because they might not be useful for @value{tramp}. The place holder
1795 @code{tramp-own-remote-path} preserves these settings. You can
1796 activate it via
1797
1798 @lisp
1799 (add-to-list 'tramp-remote-path 'tramp-own-remote-path)
1800 @end lisp
1801 @end defopt
1802
1803 @value{tramp} caches several information, like the Perl binary
1804 location. The changed remote search path wouldn't affect these
1805 settings. In order to force @value{tramp} to recompute these values,
1806 you must exit @value{emacsname}, remove your persistency file
1807 (@pxref{Connection caching}), and restart @value{emacsname}.
1808
1809
1810 @node Remote shell setup
1811 @section Remote shell setup hints
1812 @cindex remote shell setup
1813 @cindex @file{.profile} file
1814 @cindex @file{.login} file
1815 @cindex shell init files
1816
1817 As explained in the @ref{Overview} section, @value{tramp} connects to the
1818 remote host and talks to the shell it finds there. Of course, when you
1819 log in, the shell executes its init files. Suppose your init file
1820 requires you to enter the birth date of your mother; clearly @value{tramp}
1821 does not know this and hence fails to log you in to that host.
1822
1823 There are different possible strategies for pursuing this problem. One
1824 strategy is to enable @value{tramp} to deal with all possible situations.
1825 This is a losing battle, since it is not possible to deal with
1826 @emph{all} situations. The other strategy is to require you to set up
1827 the remote host such that it behaves like @value{tramp} expects. This might
1828 be inconvenient because you have to invest a lot of effort into shell
1829 setup before you can begin to use @value{tramp}.
1830
1831 The package, therefore, pursues a combined approach. It tries to
1832 figure out some of the more common setups, and only requires you to
1833 avoid really exotic stuff. For example, it looks through a list of
1834 directories to find some programs on the remote host. And also, it
1835 knows that it is not obvious how to check whether a file exists, and
1836 therefore it tries different possibilities. (On some hosts and
1837 shells, the command @command{test -e} does the trick, on some hosts
1838 the shell builtin doesn't work but the program @command{/usr/bin/test
1839 -e} or @command{/bin/test -e} works. And on still other hosts,
1840 @command{ls -d} is the right way to do this.)
1841
1842 Below you find a discussion of a few things that @value{tramp} does not deal
1843 with, and that you therefore have to set up correctly.
1844
1845 @table @asis
1846 @item @var{shell-prompt-pattern}
1847 @vindex shell-prompt-pattern
1848
1849 After logging in to the remote host, @value{tramp} has to wait for the remote
1850 shell startup to finish before it can send commands to the remote
1851 shell. The strategy here is to wait for the shell prompt. In order to
1852 recognize the shell prompt, the variable @code{shell-prompt-pattern} has
1853 to be set correctly to recognize the shell prompt on the remote host.
1854
1855 Note that @value{tramp} requires the match for @code{shell-prompt-pattern}
1856 to be at the end of the buffer. Many people have something like the
1857 following as the value for the variable: @code{"^[^>$][>$] *"}. Now
1858 suppose your shell prompt is @code{a <b> c $ }. In this case,
1859 @value{tramp} recognizes the @code{>} character as the end of the prompt,
1860 but it is not at the end of the buffer.
1861
1862 @item @var{tramp-shell-prompt-pattern}
1863 @vindex tramp-shell-prompt-pattern
1864
1865 This regular expression is used by @value{tramp} in the same way as
1866 @code{shell-prompt-pattern}, to match prompts from the remote shell.
1867 This second variable exists because the prompt from the remote shell
1868 might be different from the prompt from a local shell---after all,
1869 the whole point of @value{tramp} is to log in to remote hosts as a
1870 different user. The default value of
1871 @code{tramp-shell-prompt-pattern} is the same as the default value of
1872 @code{shell-prompt-pattern}, which is reported to work well in many
1873 circumstances.
1874
1875 @item @var{tramp-password-prompt-regexp}
1876 @vindex tramp-password-prompt-regexp
1877 @vindex tramp-wrong-passwd-regexp
1878
1879 During login, @value{tramp} might be forced to enter a password or a
1880 passphrase. The difference between both is that a password is
1881 requested from the shell on the remote host, while a passphrase is
1882 needed for accessing local authentication information, like your ssh
1883 key.
1884
1885 @var{tramp-password-prompt-regexp} handles the detection of such
1886 requests for English environments. When you use another localization
1887 of your (local or remote) host, you might need to adapt this. Example:
1888
1889 @lisp
1890 (setq
1891 tramp-password-prompt-regexp
1892 (concat
1893 "^.*"
1894 (regexp-opt
1895 '("passphrase" "Passphrase"
1896 ;; English
1897 "password" "Password"
1898 ;; Deutsch
1899 "passwort" "Passwort"
1900 ;; Fran@,{c}ais
1901 "mot de passe" "Mot de passe") t)
1902 ".*: