Preliminary Tramp docs.
authorTeodor Zlatanov <tzz@lifelogs.com>
Wed, 14 May 2008 19:50:58 +0000 (19:50 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Wed, 14 May 2008 19:50:58 +0000 (19:50 +0000)
(auth-sources): Change the default auth-sources to use
EPA .gpg files.

lisp/ChangeLog
lisp/auth-source.el

index effbde8..402711f 100644 (file)
@@ -1,3 +1,9 @@
+2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * auth-source.el: Preliminary Tramp docs.
+       (auth-sources): Change the default auth-sources to use
+       EPA .gpg files.
+
 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * nntp.el: Autoload `auth-source-user-or-password'.
index 6c53da1..89d65d6 100644 (file)
 ;;; digest).  If you want finer controls, explore the url-auth source
 ;;; code and variables.
 
+;;; (Tramp patch pending for this!)
+;;; For tramp authentication, use:
+
+;;; machine yourmachine.com port tramp login testuser password testpass
+
+;;; Note that the port can be scp or ssh, for example, to match only
+;;; those protocols.  When you use port = tramp, you match any Tramp
+;;; protocol.
+
 ;;; Code:
 
 (require 'gnus-util)
@@ -85,8 +94,7 @@
                    p)))
          auth-source-protocols))
 
-;;; this default will be changed to ~/.authinfo.gpg
-(defcustom auth-sources '((:source "~/.authinfo.enc" :host t :protocol t))
+(defcustom auth-sources '((:source "~/.authinfo.gpg" :host t :protocol t))
   "List of authentication sources.
 
 Each entry is the authentication type with optional properties."