support SSH server on windows or not? say FreeSSHd

Satish Balay balay at fastmail.fm
Fri Jul 25 08:43:19 CDT 2008


On Fri, 25 Jul 2008, rubik wrote:

> has anybody used freesshd with Mercurial (HG) , on Windows?
> 
> I tried , and failed.
> 
> I used plink.exe and putty.exe to connect an SSH windows server. 

Perhaps you can use cygwin ssh/sshd/hg. They work for me.

balay at parth ~
$ cygcheck -c openssh mercurial
Cygwin Package Information
Package              Version        Status
mercurial            1.0-1          OK
openssh              5.0p1-1        OK

balay at parth ~
$ hg clone ssh://localhost//cygdrive/c/foobar
destination directory: foobar
requesting all changes
adding changesets
adding manifests
adding file changes
added 386 changesets with 1319 changes to 241 files
updating working directory
32 files updated, 0 files merged, 0 files removed, 0 files unresolved

balay at parth ~
$ 








More information about the Mercurial mailing list