Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: openssh-key-management-p2.xml
Date: Fri, 02 Dec 2005 00:40:26
Message-Id: 200512020040.jB20eIT6011474@robin.gentoo.org
1 rane 05/12/02 00:40:17
2
3 Modified: xml/htdocs/doc/en/articles openssh-key-management-p2.xml
4 Log:
5 added lacking <path> tag
6
7 Revision Changes Path
8 1.4 +7 -7 xml/htdocs/doc/en/articles/openssh-key-management-p2.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
13
14 Index: openssh-key-management-p2.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- openssh-key-management-p2.xml 9 Oct 2005 17:13:23 -0000 1.3
21 +++ openssh-key-management-p2.xml 2 Dec 2005 00:40:17 -0000 1.4
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
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 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/articles/openssh-key-management-p2.xml" disclaimer="articles">
29 @@ -26,7 +26,7 @@
30 document is an updated version of the original article, and contains
31 various improvements made by the Gentoo Linux Documentation team -->
32
33 -<version>1.1</version>
34 +<version>1.2</version>
35 <date>2005-10-09</date>
36
37 <chapter>
38 @@ -96,11 +96,11 @@
39
40 <p>
41 The best way to start ssh-agent is to add the above line to your
42 -~/.bash_profile; that way, all programs started in your login shell will see
43 -the environment variables, be able to locate ssh-agent and query it for keys as
44 -needed. The environment variable of particular importance is SSH_AUTH_SOCK; the
45 -SSH_AUTH_SOCK contains a path to a UNIX domain socket that ssh and scp can use
46 -to establish a dialogue with ssh-agent.
47 +<path>~/.bash_profile</path>; that way, all programs started in your login
48 +shell will see the environment variables, be able to locate ssh-agent and query
49 +it for keys as needed. The environment variable of particular importance is
50 +SSH_AUTH_SOCK; the SSH_AUTH_SOCK contains a path to a UNIX domain socket that
51 +ssh and scp can use to establish a dialogue with ssh-agent.
52 </p>
53
54 </body>
55
56
57
58 --
59 gentoo-doc-cvs@g.o mailing list