Dear reader,

 (Emacs GNU Emacs 21.2.1, tramp tramp-2.0.44)

My tramp does not cache the passwords. It askes for it everytime again during one session for the password because I like to use scp for reading/writing.

 In the manual I find this:

---------------------
   Implementation Note: password caching is based on the package
password.el in No Gnus.  For the time being, it is activated only when
this package is seen in the `load-path' while loading TRAMP.
---------------------

 So I added (first line) a `load-path' line in my `tramp section':

---------------------
(add-to-list `load-path"/home/ytsen/emacs/share/emacs/site-lisp/")
(add-to-list `load-path"/home/ytsen/emacs_stuff/tramp-2.0.44/lisp/")
(add-to-list `load-path"~/");
(add-to-list 'Info-default-directory-list"home/ytsen/emacs/info/")
(require 'tramp)
---------------------

 Where the password.el file is located:

---------------------
amur: /home/ytsen > dir /home/ytsen/emacs/share/emacs/site-lisp/
total 708
-rw-r--r--    1 ytsen    users        2421 Sep 22 19:33 format-spec.el
-rw-r--r--    1 ytsen    users        1912 Sep 22 19:33 format-spec.elc
-rw-r--r--    1 ytsen    users        3481 Sep 22 19:33 password.el
-rw-r--r--    1 ytsen    users        2570 Sep 22 19:33 password.elc
-rw-r--r--    1 ytsen    users        3407 Sep 22 19:33 trampcache.el
----------------------

 So why doesn't it work? (Remember me = beginner.)

 Thanks in advance.

 Cheers,

Ytsen.



_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://lists.nongnu.org/mailman/listinfo/tramp-devel

Reply via email to