Date: Sat, 1 Apr 2006 07:59:40 -0600 From: Troy <troy@twisted.net> To: freebsd-questions@freebsd.org Subject: cvs over SSH using nonstandard port Message-ID: <20060401135940.GA2206@twisted.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060401135940.GA2206>