Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en/articles: openssh-key-management-p2.xml openssh-key-management-p3.xml
Date: Mon, 26 Apr 2010 19:32:21
Message-Id: 20100426193218.ED6052C043@corvid.gentoo.org
1 nightmorph 10/04/26 19:32:18
2
3 Modified: openssh-key-management-p2.xml
4 openssh-key-management-p3.xml
5 Log:
6 remove dead keychain project. nothing in the English site links to it anymore; the up-to-date info is at /doc/en/keychain-guide.xml and on the external homepage maintained by drobbins
7
8 Revision Changes Path
9 1.5 xml/htdocs/doc/en/articles/openssh-key-management-p2.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml?r1=1.4&r2=1.5
14
15 Index: openssh-key-management-p2.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- openssh-key-management-p2.xml 2 Dec 2005 00:40:17 -0000 1.4
22 +++ openssh-key-management-p2.xml 26 Apr 2010 19:32:18 -0000 1.5
23 @@ -1,5 +1,5 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml,v 1.4 2005/12/02 00:40:17 rane Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml,v 1.5 2010/04/26 19:32:18 nightmorph Exp $ -->
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 <guide link="/doc/en/articles/openssh-key-management-p2.xml" disclaimer="articles">
30 @@ -26,8 +26,8 @@
31 document is an updated version of the original article, and contains
32 various improvements made by the Gentoo Linux Documentation team -->
33
34 -<version>1.2</version>
35 -<date>2005-10-09</date>
36 +<version>1.3</version>
37 +<date>2010-04-26</date>
38
39 <chapter>
40 <title>Introducing ssh-agent and keychain</title>
41 @@ -220,10 +220,7 @@
42 <body>
43
44 <p>
45 -Installing keychain is easy. First, head over to the <uri
46 -link="http://www.gentoo.org/proj/en/keychain/index.xml">keychain project
47 -page</uri> and download the most recent available version of the keychain
48 -source archive or install it using emerge, as follows:
49 +Installing keychain is easy:
50 </p>
51
52 <pre caption="Installing keychain">
53 @@ -408,10 +405,6 @@
54 development</uri>
55 </li>
56 <li>
57 - Get the <uri link="http://www.gentoo.org/proj/en/keychain/index.xml">most
58 - recent version of keychain</uri>
59 - </li>
60 - <li>
61 Check out the <uri link="http://www.openssh.com/faq.html">OpenSSH FAQ</uri>
62 </li>
63 <li>
64
65
66
67 1.5 xml/htdocs/doc/en/articles/openssh-key-management-p3.xml
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p3.xml?rev=1.5&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p3.xml?rev=1.5&content-type=text/plain
71 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p3.xml?r1=1.4&r2=1.5
72
73 Index: openssh-key-management-p3.xml
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p3.xml,v
76 retrieving revision 1.4
77 retrieving revision 1.5
78 diff -u -r1.4 -r1.5
79 --- openssh-key-management-p3.xml 21 Oct 2005 10:39:42 -0000 1.4
80 +++ openssh-key-management-p3.xml 26 Apr 2010 19:32:18 -0000 1.5
81 @@ -1,5 +1,5 @@
82 <?xml version='1.0' encoding="UTF-8"?>
83 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p3.xml,v 1.4 2005/10/21 10:39:42 neysx Exp $ -->
84 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p3.xml,v 1.5 2010/04/26 19:32:18 nightmorph Exp $ -->
85 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
86
87 <guide link="/doc/en/articles/openssh-key-management-p3.xml" disclaimer="articles">
88 @@ -20,8 +20,8 @@
89 document is an updated version of the original article, and contains
90 various improvements made by the Gentoo Linux Documentation team -->
91
92 -<version>1.2</version>
93 -<date>2005-10-21</date>
94 +<version>1.3</version>
95 +<date>2010-04-26</date>
96
97 <chapter>
98 <title>Agent forwarding and keychain improvements</title>
99 @@ -505,11 +505,6 @@
100 management, Part 2</uri>
101 </li>
102 <li>
103 - The most recent version of keychain is available on the <uri
104 - link="http://www.gentoo.org/proj/en/keychain/index.xml">Gentoo Linux
105 - Keychain page</uri>
106 - </li>
107 - <li>
108 Be sure to visit the <uri link="http://www.openssh.com/">home of OpenSSH
109 development</uri>, and check out the <uri
110 link="http://www.openssh.com/faq.html">OpenSSH FAQ</uri>