What is the correct way to set up sshwindows for SSH key authentication? Does the user need to be created in Windows first or can a login be inserted into passwd without a Windows equivalent?

I've searched on Google and have tried the tutorials and quick start guides. So far, exactly 0 have worked.

None pointed out that to work in Windows 2008 R2, you need to change the properties of cygrunsrv.exe to "Windows XP SP3" compability mode to even get past the service startup "error 1067". Although it is running, no amount of configuration allowed me to log on to the SFTP server, even though I tried (from another machine):

  • same user account added using "mkpasswd" + windows password
  • same user account added using "mkpasswd" + public ssh key (added to /home/theuser/.ssh)

On Windows 2003 R2 (a different attempt), the service would crash every time it started up.

Some links I went through

link|improve this question
That project looks abandoned. I would strongly suggest you look at alternatives. For example CopSSH (itefix.no/i2/copssh) which has a GUI control panel. – Zoredache Feb 10 at 2:35
feedback

1 Answer

Try core ftp server, which allows you to configure sftp without using windows based authentication.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.