On January 13, 2004 07:39 am, Roel Schroeven wrote:
> gabriel wrote:
> > linux is so damned cool.  so very cool that when i have to configure
> > another person's windows box to talk to my cvs server, i go out of my
> > mind.  ...and so i come to you smart bunch.
> >
> > does anyone know how to configure wincvs to talk to a cvs server over ssh
> > using a non-standard port?
>
> I haven't done it with WinCVS since I prefer TortoiseCVS for most
> operations. To get that to work with a non-standard port, I created a
> small batch file that calls the real ssh command with the correct
> parameter.

thanks!  as it turned out, i blew a whole day figuring out how to do it in 
wincvs and then later discovered tortoisecvs for myself.  for the record, all 
i had to do (with both) to get it to connect w/ keys on a non-standard port 
was to install putty, and create a session with the private key and the 
non-standard port.  then in <whatever>cvs, i reffered to that session by name 
instead of the hostname.

also note that putty-generated keys are not compatible with OpenSSH.  you have 
to run the following on the server side to populate authorized_keys:

  $ ssh-keygen -i -f <public_key_from_windows_box> >> ~/.ssh/authorized_keys

-- 
you cannot harm one who has dreamed a dream like mine.
        - ojibwe prayer

--
[EMAIL PROTECTED] mailing list

Reply via email to