From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 03:01:18 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54E8E106566C for ; Sun, 8 Jul 2012 03:01:18 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (unknown [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 2FBE78FC12 for ; Sun, 8 Jul 2012 03:01:18 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id q6831Hne036429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 7 Jul 2012 20:01:17 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.14.2/Submit) with UUCP id q6831HKQ036428 for freebsd-questions@freebsd.org; Sat, 7 Jul 2012 20:01:17 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: from fbsd81 ([192.168.200.81]) by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA01302; Sat, 7 Jul 12 19:59:32 PDT Date: Sun, 08 Jul 2012 02:59:24 -0700 From: perryh@pluto.rain.com To: freebsd-questions@freebsd.org Message-Id: <4ff959fc.bxvqYk2dG0XhJgL+%perryh@pluto.rain.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: anoncvs password X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2012 03:01:18 -0000 What is one supposed to enter when anoncvs prompts for a password? I have tried: * my email address, as I would use for anon FTP * "ftp", as was once conventionally used for anon FTP * "cvs" (same idea, but mentioning the transport in use) * nothing -- just hit return None of these works. I get Permission denied (publickey,keyboard-interactive). cvs [checkout aborted]: end of file from server (consult above messages if any) http://www.freebsd.org/doc/handbook/anoncvs.html seems to say that anoncvs either should not require a password (Example A-2), or it should accept any password at all (the other examples).