Problem using a public key when connecting to a SSH server running on Cygwin
- by Deleted
We have installed Cygwin on a Windows Server 2008 Standard server and it working pretty well. Unfortunately we still have a big problem. We want to connect using a public key through SSH which doesn't work. It always falls back to using password login.
We have appended our public key to ~/.ssh/authorized_keys on the server and we have our private…