From owner-freebsd-questions@FreeBSD.ORG Sat Apr 1 14:06:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48FD216A400 for ; Sat, 1 Apr 2006 14:06:34 +0000 (UTC) (envelope-from fbsd_user@a1poweruser.com) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id B18A443D4C for ; Sat, 1 Apr 2006 14:06:33 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta13.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060401140633.NNYO3381.mta13.adelphia.net@barbish>; Sat, 1 Apr 2006 09:06:33 -0500 From: "fbsd_user" To: , Date: Sat, 1 Apr 2006 09:06:29 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20060401135940.GA2206@twisted.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: cvs over SSH using nonstandard port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2006 14:06:34 -0000 change it in /etc/services -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Troy Sent: Saturday, April 01, 2006 9:00 AM To: freebsd-questions@freebsd.org Subject: cvs over SSH using nonstandard port Recently I changed the port that SSH was listening on to a non-standard port. I access my cvs repository using SSH but need to point it to the non-standard port. In my .cshrc file I have these settings which work fine when SSH is using port 22. setenv CVSROOT ":ext:foo@bar.foo.net:/foo/bar/cvsroot" setenv CVS_RSH ssh I tried to add :ext:foo@bar.foo.net:xxx:/foot/far/cvsroot" where the xxx was the nonstandard port but it didn't seem to like it. How do I get my cvsclients to use this nonstandard port? -Troy _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"