From owner-freebsd-doc@FreeBSD.ORG Sat Mar 17 18:05:46 2012 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 998DF1065674 for ; Sat, 17 Mar 2012 18:05:46 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 53F6C8FC0A for ; Sat, 17 Mar 2012 18:05:46 +0000 (UTC) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.41]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 85C89A705DC for ; Sat, 17 Mar 2012 14:05:45 -0400 (EDT) Received: (qmail 4186 invoked from network); 17 Mar 2012 18:05:45 -0000 Received: by simscan 1.4.0 ppid: 21155, pid: 5775, t: 0.1793s scanners: clamav: 0.88.2/m:52/d:10739 Received: from unknown (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Mar 2012 18:05:44 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id 66CE633C1E; Sat, 17 Mar 2012 14:05:39 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id D8F7E39860; Sat, 17 Mar 2012 14:05:38 -0400 (EDT) From: Lowell Gilbert To: Dan Lists References: Date: Sat, 17 Mar 2012 14:05:38 -0400 In-Reply-To: (Dan Lists's message of "Wed, 14 Mar 2012 12:21:24 -0500") Message-ID: <44mx7fksr1.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-doc@freebsd.org, freebsd-questions@freebsd.org Subject: Re: USA Anonymous CVS X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2012 18:05:46 -0000 Dan Lists writes: >>From http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html > > USA: anoncvs@anoncvs1.FreeBSD.org:/home/ncvs (For ssh, use ssh version > 2 and no password is required.) > > SSH2 HostKey: 2048 53:1f:15:a3:72:5c:43:f6:44:0e:6a:e9:bb:f8:01:62 > /etc/ssh/ssh_host_dsa_key.pub > > Example A-2. Using SSH to Check Out the src/ Tree: > > % cvs -d anoncvs@anoncvs1.FreeBSD.org:/home/ncvs co src > The authenticity of host 'anoncvs1.freebsd.org (216.87.78.137)' can't > be established. > DSA key fingerprint is 53:1f:15:a3:72:5c:43:f6:44:0e:6a:e9:bb:f8:01:62. > Are you sure you want to continue connecting (yes/no)? yes > Warning: Permanently added 'anoncvs1.freebsd.org' (DSA) to the list of > known hosts. > > However, when I acutally issue the command, I get a different DSA key, > different IP, and it will not accept any password: > > # 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: > Password: > Password: > Permission denied (publickey,keyboard-interactive). > cvs [checkout aborted]: end of file from server (consult above messages if any) > > Is the USA anonymous CVS server no longer operational? It's just ssh that isn't working as documented; this may have changed for security reasons. The pserver method still works, so things aren't completely offline. If ssh access is no longer supported, it should be removed from the Handbook, but I can't be sure there isn't just a configuration change needed.