Date: Fri, 15 Sep 2000 23:51:52 -0700 From: Sriranga Veeraraghavan <ranga@CSUA.Berkeley.EDU> To: freebsd-questions@freebsd.org Subject: Updating Sources via SSH & CVS Message-ID: <200009160651.XAA21311@soda.csua.Berkeley.edu>
next in thread | raw e-mail | index | archive | help
Hi, I've been trying to update my 4.1 Release sources to 4.1 Stable via CVS. I have been able to update via pserver as specified in the handbook, but I wanted to know if there is a way to use ssh instead. I tried the following: $ CVS_RSH=/usr/sbin/ssh $ CVSROOT="anoncvs@anoncvs.freebsd.org:/home/ncvs" $ export CVS_RSH CVSROOT $ cvs checkout -P -rRELENG_4 src but I couldn't log in with the passwd anoncvs. It keept saying password denied. Any ideas who I can go about getting the source via SSH? Thanks, ----ranga To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009160651.XAA21311>