On Wed, Nov 12, 2003 at 02:47:47PM -0700, Gary Hennigan wrote: > "Micha Feigin" <[EMAIL PROTECTED]> writes: > > I am trying to get cvs to access the repository through a ssh connection > > when the sshd is listening on a non standard port. > > I tried using > > cvs -s CVS_RSH="ssh -p port" -d :ext:cvs:/var/lib/cvs co package > > but cvs insisted on trying port 22. > > Is it possible to do this? > > I haven't tried it, but perhaps you can twiddle the config file, > ~/.ssh/config. In there try a block like: > > Host=cvs > Port=1028 > > And see what happens. This is on the client.
It does work. I had to do exactly this today Frank -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]