rane 05/12/02 00:40:17 Modified: xml/htdocs/doc/en/articles openssh-key-management-p2.xml Log: added lacking <path> tag
Revision Changes Path 1.4 +7 -7 xml/htdocs/doc/en/articles/openssh-key-management-p2.xml 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 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 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 Index: openssh-key-management-p2.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- openssh-key-management-p2.xml 9 Oct 2005 17:13:23 -0000 1.3 +++ openssh-key-management-p2.xml 2 Dec 2005 00:40:17 -0000 1.4 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $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 $ --> +<!-- $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 $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/articles/openssh-key-management-p2.xml" disclaimer="articles"> @@ -26,7 +26,7 @@ document is an updated version of the original article, and contains various improvements made by the Gentoo Linux Documentation team --> -<version>1.1</version> +<version>1.2</version> <date>2005-10-09</date> <chapter> @@ -96,11 +96,11 @@ <p> The best way to start ssh-agent is to add the above line to your -~/.bash_profile; that way, all programs started in your login shell will see -the environment variables, be able to locate ssh-agent and query it for keys as -needed. The environment variable of particular importance is SSH_AUTH_SOCK; the -SSH_AUTH_SOCK contains a path to a UNIX domain socket that ssh and scp can use -to establish a dialogue with ssh-agent. +<path>~/.bash_profile</path>; that way, all programs started in your login +shell will see the environment variables, be able to locate ssh-agent and query +it for keys as needed. The environment variable of particular importance is +SSH_AUTH_SOCK; the SSH_AUTH_SOCK contains a path to a UNIX domain socket that +ssh and scp can use to establish a dialogue with ssh-agent. </p> </body> -- [email protected] mailing list
