* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: keychain-guide.xml
@ 2009-10-08 19:31 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 4+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-10-08 19:31 UTC (permalink / raw
To: gentoo-doc-cvs
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 sping@gentoo.org 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>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: keychain-guide.xml
@ 2010-04-22 3:48 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 4+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-04-22 3:48 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 10/04/22 03:48:03
Modified: keychain-guide.xml
Log:
updated keychain guide
Revision Changes Path
1.6 xml/htdocs/doc/en/keychain-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/keychain-guide.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/keychain-guide.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/keychain-guide.xml?r1=1.5&r2=1.6
Index: keychain-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- keychain-guide.xml 8 Oct 2009 19:31:21 -0000 1.5
+++ keychain-guide.xml 22 Apr 2010 03:48:03 -0000 1.6
@@ -1,15 +1,18 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v 1.5 2009/10/08 19:31:21 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v 1.6 2010/04/22 03:48:03 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/keychain-guide.xml">
+<guide>
<title>Gentoo Linux Keychain Guide</title>
<author title="Author">
<mail link="eric.brown@dnbrown.net">Eric Brown</mail>
</author>
<author title="Editor">
- <mail link="vanquirius@gentoo.org">Marcelo Góes</mail>
+ <mail link="vanquirius@gentoo.org">Marcelo Góes</mail>
+</author>
+<author title="Editor">
+ <mail link="nightmorph"/>
</author>
<abstract>
@@ -21,8 +24,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.4</version>
-<date>2009-10-08</date>
+<version>1.5</version>
+<date>2010-04-21</date>
<chapter>
<title>Background</title>
@@ -31,11 +34,11 @@
<body>
<p>
-So you have all of these lovely Gentoo machines running sshd, but it's a little
-inconvenient for you to keep typing in all of those login passwords, right? Or
-maybe you have a script or cron-job that needs a convenient way to use an ssh
-connection. Either way, there is a solution to this problem, and it begins
-with public key authentication.
+So you have all of these lovely Gentoo machines running <c>sshd</c>, but it's a
+little inconvenient for you to keep typing in all of those login passwords,
+right? Or maybe you have a script or cron-job that needs a convenient way to
+use an ssh connection. Either way, there is a solution to this problem, and it
+begins with public key authentication.
</p>
</body>
@@ -273,21 +276,18 @@
<p>
If you are a KDE user, instead of using <path>~/.bash_profile</path>, you can
let KDE manage ssh-agent for you. In order to do so, you will have to edit
-<path>/usr/kde/${KDE_VERSION}/env/agent-startup.sh</path>, which is read during
-KDE's startup, and
-<path>/usr/kde/${KDE_VERSION}/shutdown/agent-shutdown.sh</path>, which is
-executed during KDE's shutdown, where ${KDE_VERSION} corresponds to the first
-two version components of your KDE installation. For example, if you are using
-KDE 3.5.1, here is how you could edit those files:
+<path>/usr/kde/4/env/agent-startup.sh</path>, which is read during KDE's
+startup, and <path>/usr/kde/4/shutdown/agent-shutdown.sh</path>, which is
+executed during KDE's shutdown. Here is how you could edit those files:
</p>
-<pre caption="Editing /usr/kde/3.5/env/agent-startup.sh">
+<pre caption="Editing /usr/kde/4/env/agent-startup.sh">
if [ -x /usr/bin/ssh-agent ]; then
eval "$(/usr/bin/ssh-agent -s)"
fi
</pre>
-<pre caption="Editing /usr/kde/3.5/shutdown/agent-shutdown.sh">
+<pre caption="Editing /usr/kde/4/shutdown/agent-shutdown.sh">
if [ -n "${SSH_AGENT_PID}" ]; then
eval "$(ssh-agent -k)"
fi
@@ -299,7 +299,7 @@
</p>
<pre caption="Loading ssh key">
-keychain ~/.ssh/id_dsa
+$ <i>keychain ~/.ssh/id_dsa</i>
<comment>(Enter your key password)</comment>
</pre>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: keychain-guide.xml
@ 2010-04-22 5:07 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 4+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-04-22 5:07 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 10/04/22 05:07:45
Modified: keychain-guide.xml
Log:
fix kde4 startup/shutdown paths, thanks to Jonathan Callen (ABCD)'s correction via IRC
Revision Changes Path
1.7 xml/htdocs/doc/en/keychain-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/keychain-guide.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/keychain-guide.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/keychain-guide.xml?r1=1.6&r2=1.7
Index: keychain-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- keychain-guide.xml 22 Apr 2010 03:48:03 -0000 1.6
+++ keychain-guide.xml 22 Apr 2010 05:07:44 -0000 1.7
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v 1.6 2010/04/22 03:48:03 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v 1.7 2010/04/22 05:07:44 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -24,7 +24,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.5</version>
+<version>1.6</version>
<date>2010-04-21</date>
<chapter>
@@ -276,18 +276,18 @@
<p>
If you are a KDE user, instead of using <path>~/.bash_profile</path>, you can
let KDE manage ssh-agent for you. In order to do so, you will have to edit
-<path>/usr/kde/4/env/agent-startup.sh</path>, which is read during KDE's
-startup, and <path>/usr/kde/4/shutdown/agent-shutdown.sh</path>, which is
+<path>/etc/kde/agent-startup.sh</path>, which is read during KDE's
+startup, and <path>/etc/kde/shutdown/agent-shutdown.sh</path>, which is
executed during KDE's shutdown. Here is how you could edit those files:
</p>
-<pre caption="Editing /usr/kde/4/env/agent-startup.sh">
+<pre caption="Editing /etc/kde/agent-startup.sh">
if [ -x /usr/bin/ssh-agent ]; then
eval "$(/usr/bin/ssh-agent -s)"
fi
</pre>
-<pre caption="Editing /usr/kde/4/shutdown/agent-shutdown.sh">
+<pre caption="Editing /etc/kde/shutdown/agent-shutdown.sh">
if [ -n "${SSH_AGENT_PID}" ]; then
eval "$(ssh-agent -k)"
fi
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: keychain-guide.xml
@ 2010-12-17 7:31 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 4+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-12-17 7:31 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 10/12/17 07:31:25
Modified: keychain-guide.xml
Log:
add keychain upstream, related to bug 336857
Revision Changes Path
1.8 xml/htdocs/doc/en/keychain-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/keychain-guide.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/keychain-guide.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/keychain-guide.xml?r1=1.7&r2=1.8
Index: keychain-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- keychain-guide.xml 22 Apr 2010 05:07:44 -0000 1.7
+++ keychain-guide.xml 17 Dec 2010 07:31:25 -0000 1.8
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v 1.7 2010/04/22 05:07:44 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v 1.8 2010/12/17 07:31:25 nightmorph Exp $ -->
<guide>
<title>Gentoo Linux Keychain Guide</title>
@@ -24,8 +24,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.6</version>
-<date>2010-04-21</date>
+<version>2</version>
+<date>2010-12-16</date>
<chapter>
<title>Background</title>
@@ -352,6 +352,11 @@
man pages for ssh-agent and keychain for details on working with other
shells.
</li>
+ <li>
+ You may also want to visit the <uri
+ link="http://www.funtoo.org/en/security/keychain/intro/">keychain
+ homepage</uri> for more usage tips.
+ </li>
</ul>
</body>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-12-17 7:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-08 19:31 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: keychain-guide.xml Joshua Saddler (nightmorph)
-- strict thread matches above, loose matches on Subject: below --
2010-04-22 3:48 Joshua Saddler (nightmorph)
2010-04-22 5:07 Joshua Saddler (nightmorph)
2010-12-17 7:31 Joshua Saddler (nightmorph)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox