=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.393 retrieving revision 1.394 diff -u -r1.393 -r1.394 --- www/anoncvs.html 2014/01/14 15:43:22 1.393 +++ www/anoncvs.html 2014/01/14 16:28:43 1.394 @@ -11,7 +11,7 @@ - + @@ -232,9 +232,31 @@ # cd /usr # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_4 -P src - + +Anonymous CVS uses passwordless SSH as a transport. +If this is the first time you have connected to an anoncvs server, +you will be asked to confirm the SSH fingerprint to ensure that you +are connecting to the expected server: +
+	$ cvs -d anoncvs@anoncvs.spacehopper.org:/OpenBSD get src  
+	The authenticity of host 'anoncvs.spacehopper.org (2001:470:1f09:9a9::b5d)' can't be established.
+	ED25519 key fingerprint is 65:ff:bc:e5:c0:a3:e2:17:fa:da:83:ce:de:29:fd:8b.
+	Are you sure you want to continue connecting (yes/no)?
+
+ +In most cases, the list below includes the fingerprints for the server, +so you can compare it against the displayed fingerprint as additional +verification that you are connecting to the correct server. +Confirm this, and the fingerprint will then be saved as usual. + +
+	Are you sure you want to continue connecting (yes/no)? yes
+	Warning: Permanently added 'anoncvs.spacehopper.org' (ED25519) to the list of known hosts.
+	...
+
+
  • Anytime afterwards, to `update' this tree:

    (If you are following current):

    @@ -256,7 +278,7 @@
     
  • NOTE: If you are updating a source tree that you initially fetched from a different server, or from a CD, you must -add the -d anoncvs@anoncvs.ca.openbsd.org:/cvs options to cvs. +add the -d [cvsroot] option to cvs.
     	# cd /usr/src
     	# cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs -q up -Pd
    @@ -549,7 +571,7 @@
     OpenBSD 
     www@openbsd.org
    -
    $OpenBSD: anoncvs.html,v 1.393 2014/01/14 15:43:22 sthen Exp $ +
    $OpenBSD: anoncvs.html,v 1.394 2014/01/14 16:28:43 sthen Exp $