[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/content/gnu-content/cvs index.txt
From: |
Sylvain Beucler |
Subject: |
[Savannah-cvs] administration/content/gnu-content/cvs index.txt |
Date: |
Sun, 08 Jan 2006 19:01:19 +0000 |
CVSROOT: /cvsroot/administration
Module name: administration
Branch:
Changes by: Sylvain Beucler <address@hidden> 06/01/08 19:01:19
Modified files:
content/gnu-content/cvs: index.txt
Log message:
David Reitter pointed out that the anonymous access section contains
outdated material.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/administration/administration/content/gnu-content/cvs/index.txt.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
Patches:
Index: administration/content/gnu-content/cvs/index.txt
diff -u administration/content/gnu-content/cvs/index.txt:1.7
administration/content/gnu-content/cvs/index.txt:1.8
--- administration/content/gnu-content/cvs/index.txt:1.7 Thu Dec 29
14:28:39 2005
+++ administration/content/gnu-content/cvs/index.txt Sun Jan 8 19:01:19 2006
@@ -1,20 +1,10 @@
<h3>Anonymous CVS Access</h3>
<p>
This project's CVS repository can be checked out through anonymous
-CVS over SSH with the following instruction set. The module you wish
-to check out must be specified as the <I>modulename</I>. When prompted
-for a password for <I>anoncvs</I>, simply press the Enter key.
+CVS with the following instruction set. The module you wish
+to check out must be specified as the <I>modulename</I>.
</p>
-<p>
-The SSHv2 public key fingerprints for the machine hosting the cvs
-trees are:
-
-<pre>
-RSA: 1024 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5
-DSA: 1024 4d:c8:dc:9a:99:96:ae:cc:ce:d3:2b:b0:a3:a4:95:a5
-</pre>
-</p>
<?php //'
global $project;
@@ -35,16 +25,22 @@
<p>When you update from within the module's directory (with <em>cvs
update</em>) you do not need the -d option anymore.</p>
-<p><em>Note:</em> the anonymous access through SSH sometimes does not
-work with proprietary implementation of SSH, or old versions of
-OpenSSH. We're planning to support again another access method
-(anonymous pserver) in the near future. Meanwhile, we suggest you
-check your version of OpenSSH by typing <code>ssh -V</code> in the
-command prompt, and upgrade to version 3.8 or later.</p>
-
<h3>Project Member CVS Access via SSH </h3>
+<p>Member access is performed using the CVS over SSH method. The
+pserver method can only be used for anonymous access.</p>
+
+<p>
+The SSHv2 public key fingerprints for the machine hosting the cvs
+trees are:
+
+<pre>
+RSA: 1024 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5
+DSA: 1024 4d:c8:dc:9a:99:96:ae:cc:ce:d3:2b:b0:a3:a4:95:a5
+</pre>
+</p>
+
<?php
global $project;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] administration/content/gnu-content/cvs index.txt,
Sylvain Beucler <=