Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 48697
Collapse All | Expand All

(-)keychain.xml (-32 / +41 lines)
Lines 6-21 Link Here
6
<guide type="project" link="/projects/keychain.html">
6
<guide type="project" link="/projects/keychain.html">
7
<title>Keychain</title>
7
<title>Keychain</title>
8
<author title="Author"><mail link="drobbins@gentoo.org">Daniel Robbins</mail></author>
8
<author title="Author"><mail link="drobbins@gentoo.org">Daniel Robbins</mail></author>
9
<author title="Maintainer"><mail link="pvdabeel@gentoo.org">Pieter van den Abele</mail></author>
9
<author title="Maintainer"><mail link="agriffis@gentoo.org">Aron Griffis</mail></author>
10
<author title="RPM Maintainer"><mail link="rajiv@gentoo.org">Rajiv Manglani</mail></author>
11
10
12
<abstract>
11
<abstract>
13
This page contains information about Keychain, an OpenSSH and commercial SSH2-compatible RSA/DSA key management
12
This page contains information about Keychain, an OpenSSH and
14
application.
13
commercial SSH2-compatible RSA/DSA key management application.
15
</abstract>
14
</abstract>
16
15
17
<version>2.1.1</version>
16
<version>2.2.0</version>
18
<date>7 Nov 2003</date>
17
<date>21 Apr 2004</date>
19
18
20
<chapter>
19
<chapter>
21
<title>Keychain Intro</title>
20
<title>Keychain Intro</title>
Lines 66-105 Link Here
66
<section>
65
<section>
67
<title>Gentoo Linux</title>
66
<title>Gentoo Linux</title>
68
<body>
67
<body>
69
<p>To install <c>keychain</c> on Gentoo, just type <c>emerge keychain</c> as root. Then as a user, <c>keychain --help</c> for setup instructions.</p>
68
<p>To install <c>keychain</c> on Gentoo, just type <c>emerge keychain</c> as root. Finally, as a normal user, <c>keychain --help</c> for setup instructions.</p>
70
</body>
69
</body>
71
</section>
70
</section>
72
71
73
<section>
72
<section>
74
<title>RedHat and other RPM-based distributions</title>
73
<title>RedHat and other RPM-based distributions</title>
75
<body>
74
<body>
76
<p>Download <uri link="http://dev.gentoo.org/~rajiv/keychain/keychain-2.0.2-1.noarch.rpm">keychain-2.0.2-1.noarch.rpm</uri>. After downloading, follow execute these commands (as root) to install the public GPG used to sign the RPM, then verify the RPM and install it:</p>
75
<p>Download the noarch.rpm from 
76
<uri link="http://dev.gentoo.org/~agriffis/keychain/">here</uri>. After
77
downloading, follow execute these commands (as root) to install the
78
public GPG used to sign the RPM, then verify the RPM and install it:
79
</p>
77
80
78
<pre caption="Keychain RPM installation">
81
<pre caption="Keychain RPM installation">
79
gpg --keyserver pgp.mit.edu --recv-key 302A3876   <codenote>Installs the public key used to sign the RPM.</codenote>
82
gpg --keyserver pgp.mit.edu --recv-key 20104eb0   <codenote>Installs the public key used to sign the 2.2.0-1 rpm</codenote>
80
rpm -K keychain-2.0.2-1.noarch.rpm                <codenote>Both md5 and gpg should be "OK".</codenote>
83
rpm -K keychain-2.2.0-1.noarch.rpm                <codenote>Both md5 and gpg should be "OK".</codenote>
81
rpm -Uvh keychain-2.0.2-1.noarch.rpm              <codenote>Installs the RPM.</codenote>
84
rpm -Uvh keychain-2.2.0-1.noarch.rpm              <codenote>Installs the RPM.</codenote>
82
</pre>
85
</pre>
83
86
84
<note>If your firewall blocks gpg connections to the keyserver, you can install the GPG key manually by running<br /><c>wget -O - http://dev.gentoo.org/~rajiv/rajivmanglani-pubkey.asc | gpg --import</c></note>
87
<note>If your firewall blocks gpg connections to the keyserver, you can install the GPG key manually by running<br />
85
88
<c>wget -O - http://gentoo.org/~agriffis/gpg-pubkey-20104eb0.asc | gpg --import</c></note>
86
<p>Then as a user, run <c>keychain --help</c> for setup instructions.</p>
87
89
88
<table>
90
<p>Finally, as a normal user, run <c>keychain --help</c> for setup instructions.</p>
89
	<tr>
90
		<th>File</th>
91
		<th>Description</th>
92
	</tr>
93
	<tr>
94
		<ti><uri link="http://dev.gentoo.org/~rajiv/keychain/keychain-2.0.2-1.noarch.rpm">keychain-2.0.2-1.noarch.rpm</uri></ti> <ti>Keychain RPM</ti>
95
	</tr>
96
	<tr>
97
		<ti><uri link="http://dev.gentoo.org/~rajiv/keychain/keychain-2.0.2-1.src.rpm">keychain-2.0.2-1.src.rpm</uri></ti> <ti>Keychain source RPM</ti>
98
	</tr>
99
	<tr>
100
		<ti><uri link="http://dev.gentoo.org/~rajiv/keychain/keychain-2.0.2-1.spec">keychain-2.0.2-1.spec</uri></ti> <ti>Keychain RPM spec file</ti>
101
	</tr>
102
</table>
103
91
104
</body>
92
</body>
105
</section>
93
</section>
Lines 108-117 Link Here
108
<title>Source</title>
96
<title>Source</title>
109
<body>
97
<body>
110
<p>
98
<p>
111
The most recent release of <c>keychain</c> can be found at <uri link="http://gentoo.oregonstate.edu/distfiles/keychain-2.0.3.tar.bz2">keychain-2.0.3.tar.bz2</uri>.
99
The most recent release of <c>keychain</c> can be found at <uri link="http://gentoo.oregonstate.edu/distfiles/keychain-2.2.0.tar.bz2">keychain-2.2.0.tar.bz2</uri>.
112
</p>
100
</p>
113
<pre caption="md5sum">
101
<pre caption="md5sum">
114
1183410bac4a747cd9ae483a1f24b7c5  keychain-2.0.3.tar.bz2
102
423fc69592f048985d265b2ef927dce4  keychain-2.0.3.tar.bz2
115
5c26f5dce97818cacb4e183c2ea90f30  keychain-2.0.2-1.noarch.rpm
103
5c26f5dce97818cacb4e183c2ea90f30  keychain-2.0.2-1.noarch.rpm
116
</pre>
104
</pre>
117
</body>
105
</body>
Lines 144-150 Link Here
144
<pre caption="ChangeLog for Keychain">
132
<pre caption="ChangeLog for Keychain">
145
# ChangeLog for Keychain; http://www.gentoo.org/projects/keychain
133
# ChangeLog for Keychain; http://www.gentoo.org/projects/keychain
146
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL version 2
134
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL version 2
147
# Written by Daniel Robbins (drobbins@gentoo.org)
135
# Written by Daniel Robbins &lt;drobbins@gentoo.org&gt;
136
# Maintained by Aron Griffis &lt;agriffis@gentoo.org&gt;
137
138
* keychain 2.2.0 (21 Apr 2004)
139
140
  21 Apr 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;;
141
  Rewrote most of the code, organized into functions, fixed speed
142
  issues involving ps, fixed compatibility issues for various UNIXes,
143
  hopefully didn't introduce too many bugs.  This version has a
144
  --quick option (for me) and a --timeout option (for carpaski).
145
146
  Also added a Makefile and converted the man-page to pod for easier
147
  editing.  See perlpod(1) for information on the format.  Note that
148
  the pod is sucked into keychain and colorized when you run make.
149
150
* keychain 2.0.3 (06 Apr 2003)
151
152
  06 Apr 2003; Seth Chandler &lt;sethbc@gentoo.org&gt;; 
153
  Added keychain man page, fixed bugs with displaying colors for keychain 
154
  --help.  Also added a $grepopts to fix the grepping for a pid on cygwin
155
  Also added a TODO document
156
  color fix based on submission by Luke Holden &lt;email@alterself.org&gt;
148
157
149
* keychain 2.0.2 (26 aug 2002)
158
* keychain 2.0.2 (26 aug 2002)
150
159

Return to bug 48697