Mercurial > emacs
comparison man/tramp.texi @ 71224:b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
(Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
(Line-Up Functions, Custom Macros):
* ediff.texi (Window and Frame Configuration)
(Highlighting Difference Regions, Highlighting Difference Regions):
* emacs-mime.texi (Display Customization):
* erc.texi (History):
* eshell.texi (Known problems):
* eudc.texi (Overview, BBDB):
* gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
(The problem of spam, SpamOracle, Extending the Spam package)
(Conformity, Terminology):
* idlwave.texi (Routine Info, Routine Info)
(Class and Keyword Inheritance, Padding Operators)
(Breakpoints and Stepping, Electric Debug Mode)
(Examining Variables, Troubleshooting):
* org.texi (Creating timestamps):
* reftex.texi (Commands, Options, Changes):
* tramp.texi (Inline methods, Password caching)
(Auto-save and Backup, Issues):
* vip.texi (Files, Commands in Insert Mode):
* viper.texi (Emacs Preliminaries, States in Viper)
(Packages that Change Keymaps, Viper Specials, Groundwork):
* xresmini.texi (GTK resources):
Fix various typos.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Mon, 05 Jun 2006 11:44:42 +0000 |
parents | 14f10023ee06 |
children | 7457615d594a a8190f7e546e |
comparison
equal
deleted
inserted
replaced
71223:31d9cfc257a4 | 71224:b7261e09f8e4 |
---|---|
696 implementation of SSH. It uses @samp{plink -ssh} to log in to the | 696 implementation of SSH. It uses @samp{plink -ssh} to log in to the |
697 remote host. | 697 remote host. |
698 | 698 |
699 Additionally, the method @option{plink1} is provided, which calls | 699 Additionally, the method @option{plink1} is provided, which calls |
700 @samp{plink -1 -ssh} in order to use SSH protocol version 1 | 700 @samp{plink -1 -ssh} in order to use SSH protocol version 1 |
701 explicitely. | 701 explicitly. |
702 | 702 |
703 CCC: Do we have to connect to the remote host once from the command | 703 CCC: Do we have to connect to the remote host once from the command |
704 line to accept the SSH key? Maybe this can be made automatic? | 704 line to accept the SSH key? Maybe this can be made automatic? |
705 | 705 |
706 CCC: Does @command{plink} support the @samp{-p} option? @value{tramp} will | 706 CCC: Does @command{plink} support the @samp{-p} option? @value{tramp} will |
1259 @section Reusing passwords for several connections. | 1259 @section Reusing passwords for several connections. |
1260 @cindex passwords | 1260 @cindex passwords |
1261 | 1261 |
1262 Sometimes it is necessary to connect to the same remote host several | 1262 Sometimes it is necessary to connect to the same remote host several |
1263 times. Reentering passwords again and again would be annoying, when | 1263 times. Reentering passwords again and again would be annoying, when |
1264 the choosen method does not support access without password prompt | 1264 the chosen method does not support access without password prompt |
1265 throught own configuration. | 1265 through own configuration. |
1266 | 1266 |
1267 By default, @value{tramp} caches the passwords entered by you. They will | 1267 By default, @value{tramp} caches the passwords entered by you. They will |
1268 be reused next time if a connection needs them for the same user name | 1268 be reused next time if a connection needs them for the same user name |
1269 and host name, independant of the connection method. | 1269 and host name, independently of the connection method. |
1270 | 1270 |
1271 @vindex password-cache-expiry | 1271 @vindex password-cache-expiry |
1272 Passwords are not saved permanently, that means the password caching | 1272 Passwords are not saved permanently, that means the password caching |
1273 is limited to the lifetime of your @value{emacsname} session. You | 1273 is limited to the lifetime of your @value{emacsname} session. You |
1274 can influence the lifetime of password caching by customizing the | 1274 can influence the lifetime of password caching by customizing the |
1522 @ifset xemacs | 1522 @ifset xemacs |
1523 @code{bkup-backup-directory-info} | 1523 @code{bkup-backup-directory-info} |
1524 @end ifset | 1524 @end ifset |
1525 is @code{nil} (the default), such problems do not occur. | 1525 is @code{nil} (the default), such problems do not occur. |
1526 | 1526 |
1527 Therefore, it is usefull to set special values for @value{tramp} | 1527 Therefore, it is useful to set special values for @value{tramp} |
1528 files. For example, the following statement effectively `turns off' | 1528 files. For example, the following statement effectively `turns off' |
1529 the effect of | 1529 the effect of |
1530 @ifset emacs | 1530 @ifset emacs |
1531 @code{backup-directory-alist} | 1531 @code{backup-directory-alist} |
1532 @end ifset | 1532 @end ifset |
2363 uses EFS for downloading new packages. So, obviously, EFS has to be | 2363 uses EFS for downloading new packages. So, obviously, EFS has to be |
2364 installed from the start. If the filenames were unified, @value{tramp} | 2364 installed from the start. If the filenames were unified, @value{tramp} |
2365 would have to be installed from the start, too. | 2365 would have to be installed from the start, too. |
2366 | 2366 |
2367 @ifset xemacs | 2367 @ifset xemacs |
2368 @strong{Note:} If you'ld like to use a similar syntax like | 2368 @strong{Note:} If you'd like to use a similar syntax like |
2369 @value{ftppackagename}, you need the following settings in your init | 2369 @value{ftppackagename}, you need the following settings in your init |
2370 file: | 2370 file: |
2371 | 2371 |
2372 @lisp | 2372 @lisp |
2373 (setq tramp-unified-filenames t) | 2373 (setq tramp-unified-filenames t) |