nightmorph    09/10/08 19:31:21

  Modified:             keychain-guide.xml
  Log:
  make the gpg agent started by keychain accessible by setting env variables, 
so that you can access it when running ssh + gpg. patch from [email protected] 
via email

Revision  Changes    Path
1.5                  xml/htdocs/doc/en/keychain-guide.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/keychain-guide.xml?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/keychain-guide.xml?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/keychain-guide.xml?r1=1.4&r2=1.5

Index: keychain-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- keychain-guide.xml  4 Oct 2007 01:25:16 -0000       1.4
+++ keychain-guide.xml  8 Oct 2009 19:31:21 -0000       1.5
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v 1.4 
2007/10/04 01:25:16 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v 1.5 
2009/10/08 19:31:21 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/keychain-guide.xml">
@@ -21,8 +21,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.3</version>
-<date>2007-04-29</date>
+<version>1.4</version>
+<date>2009-10-08</date>
 
 <chapter>
 <title>Background</title>
@@ -241,6 +241,7 @@
 <pre caption="Enabling keychain in .bash_profile">
 keychain ~/.ssh/id_dsa
 . ~/.keychain/$HOSTNAME-sh
+. ~/.keychain/$HOSTNAME-sh-gpg
 </pre>
 
 <note>




Reply via email to