From owner-freebsd-doc@FreeBSD.ORG Thu Sep 23 02:20:25 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9DB316A4CE for ; Thu, 23 Sep 2004 02:20:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A241D43D53 for ; Thu, 23 Sep 2004 02:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8N2KP2H069439 for ; Thu, 23 Sep 2004 02:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8N2KPGi069438; Thu, 23 Sep 2004 02:20:25 GMT (envelope-from gnats) Resent-Date: Thu, 23 Sep 2004 02:20:25 GMT Resent-Message-Id: <200409230220.i8N2KPGi069438@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brad Davis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA11E16A4CE for ; Thu, 23 Sep 2004 02:18:43 +0000 (GMT) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.38.206.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45C1A43D31 for ; Thu, 23 Sep 2004 02:18:43 +0000 (GMT) (envelope-from bdavis@house.so14k.com) Received: from localhost (localhost [127.0.0.1]) by valentine.liquidneon.com (Postfix) with ESMTP id 9DF97889 for ; Wed, 22 Sep 2004 20:18:42 -0600 (MDT) Received: from valentine.liquidneon.com ([216.38.206.180]) by localhost (valentine.liquidneon.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 85521-03 for ; Wed, 22 Sep 2004 20:18:42 -0600 (MDT) Received: from mccaffrey.house.so14k.com (67-41-215-55.dnvr.qwest.net [67.41.215.55]) by valentine.liquidneon.com (Postfix) with ESMTP id 2C947F2 for ; Wed, 22 Sep 2004 20:18:42 -0600 (MDT) Received: by mccaffrey.house.so14k.com (Postfix, from userid 1001) id 6B4E6B81; Wed, 22 Sep 2004 20:18:41 -0600 (MDT) Message-Id: <20040923021841.6B4E6B81@mccaffrey.house.so14k.com> Date: Wed, 22 Sep 2004 20:18:41 -0600 (MDT) From: Brad Davis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/72018: Add example of how to use cvs over ssh X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brad Davis List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 02:20:26 -0000 >Number: 72018 >Category: docs >Synopsis: Add example of how to use cvs over ssh >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 23 02:20:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Brad Davis >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD mccaffrey.house.so14k.com 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri May 28 08:02:41 MDT 2004 root@mccaffrey.house.so14k.com:/usr/obj/usr/src/sys/MCCAFFREY i386 >Description: Add example of how to use cvs over ssh >How-To-Repeat: >Fix: --- doc-ori/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml Wed Sep 22 20:02:30 2004 +++ doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml Wed Sep 22 20:14:09 2004 @@ -468,6 +468,18 @@ &prompt.user; cvs logout + + + Using SSH to check out the src tree + + &prompt.user; cvs -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co src +The authenticity of host 'anoncvs.freebsd.org (128.46.156.46)' can't be established. +DSA key fingerprint is 52:02:38:1a:2f:a8:71:d3:f5:83:93:8d:aa:00:6f:65. +Are you sure you want to continue connecting (yes/no)? yes +Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known hosts. + + + >Release-Note: >Audit-Trail: >Unformatted: