[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Password cache error? tramp v2.0.44
From: |
Ytsen de Boer |
Subject: |
Password cache error? tramp v2.0.44 |
Date: |
Thu, 23 Sep 2004 18:34:35 +0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 |
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.
- Password cache error? tramp v2.0.44,
Ytsen de Boer <=