Bug 164958

Summary: mirror: anonymous SSH based access to anoncvs1.freebsd.org no longer works
Product: Documentation Reporter: Vladimir Kotal <vlada>
Component: Books & ArticlesAssignee: Brad Davis <brd>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Vladimir Kotal 2012-02-10 14:20:12 UTC
The instructions on http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html say this:

cvs -d anoncvs@anoncvs1.FreeBSD.org:/home/ncvs co src

However, the server requires password authentication:

$ cvs -d anoncvs@anoncvs1.FreeBSD.org:/home/ncvs co src
The authenticity of host 'anoncvs1.freebsd.org (96.47.72.116)' can't be established.
DSA key fingerprint is 4e:bc:48:a0:e1:27:0a:62:c8:da:45:31:d4:ad:b2:00.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'anoncvs1.freebsd.org' (DSA) to the list of known hosts.
Password:
^C
$ cvs -d anoncvs@anoncvs1.FreeBSD.org:/home/ncvs login
cvs login: can only use `login' command with the 'pserver' method
cvs [login aborted]: CVSROOT: anoncvs@anoncvs1.FreeBSD.org:/home/ncvs

Fix: 

fix the anoncvs server configuration or the documentation
How-To-Repeat: run the above command afresh
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2012-02-10 16:46:21 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-docs

We might want to either update the documentation for this or we 
need to talk to the hostmaster of the device. I dont know who 
this is so I am going to forward this report to the hubs team 
as well.
Comment 2 Bjoern A. Zeeb freebsd_committer freebsd_triage 2012-02-10 18:07:44 UTC
Responsible Changed
From-To: freebsd-docs->brd

I think hardware replacement and cvsup are online again, anoncvs 
not yet.  Assign to brd given this is his.
Comment 3 Brad Davis freebsd_committer freebsd_triage 2013-09-27 15:00:01 UTC
State Changed
From-To: open->closed

- CVS is fully depreciated please migrate to SVN.