From owner-freebsd-questions@FreeBSD.ORG Sat Apr 1 14:13:19 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 A8F6416A420 for ; Sat, 1 Apr 2006 14:13:19 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3588C43D45 for ; Sat, 1 Apr 2006 14:13:18 +0000 (GMT) (envelope-from troy@twisted.net) Received: from localhost (localhost.twisted.net [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 17615FC4849; Sat, 1 Apr 2006 08:13:17 -0600 (CST) Received: from oz.twisted.net ([127.0.0.1]) by localhost (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00914-08; Sat, 1 Apr 2006 08:13:16 -0600 (CST) Received: by oz.twisted.net (Postfix, from userid 1001) id D517EFC4C2A; Sat, 1 Apr 2006 08:13:15 -0600 (CST) Date: Sat, 1 Apr 2006 08:13:15 -0600 From: Troy To: fbsd_user Message-ID: <20060401141315.GA2623@twisted.net> References: <20060401135940.GA2206@twisted.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at twisted.net Cc: freebsd-questions@freebsd.org Subject: Re: cvs over SSH using nonstandard port - SOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: troy@twisted.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2006 14:13:19 -0000 Actually I just figured it out after posting. I just had to edit ~/.ssh/config and put a few lines in like: host foo.bar.com user foobar port xxxx On Sat, Apr 01, 2006 at 09:06:29AM -0500, fbsd_user wrote: > 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"