1.7.5 ssh no longer functions after upgrade from 1.5

2010-05-13 Thread Scott D Friedemann
After upgrading, attempts to use SSH give "Server refused our key". Trying to enter the user password is rejected, too. Everything wor I haven't found any documentation about upgrading SSH so don't know what might be wrong. I ran /bin/copy-user-registry-fstab What might I have missed? --

Re: 1.7.5 ssh no longer functions after upgrade from 1.5

2010-05-14 Thread Matthias Meyer
Scott D Friedemann wrote: > After upgrading, attempts to use SSH give "Server refused our key". > Trying to enter the user password is rejected, too. Everything wor > > I haven't found any documentation about upgrading SSH so don't know what > might be wrong. I ran /bin/copy-user-registry-fstab

Re: 1.7.5 ssh no longer functions after upgrade from 1.5

2010-05-14 Thread Scott D Friedemann
On 5/14/10 8:23 AM, Matthias Meyer wrote: I am looking for a solution to a aimiliar problem the last week. In my case I found and solve two mistakes: 1) usernames in v1.5 are case insensitive but not in v1.7.5. e.g. ssh me...@cygwinhost is not the same as ssh me...@cygwinhost 2) sshd_config: "A

Re: 1.7.5 ssh no longer functions after upgrade from 1.5

2010-05-14 Thread Matthias Meyer
Scott D Friedemann wrote: > On 5/14/10 8:23 AM, Matthias Meyer wrote: >> I am looking for a solution to a aimiliar problem the last week. >> In my case I found and solve two mistakes: >> >> 1) usernames in v1.5 are case insensitive but not in v1.7.5. e.g. ssh >> me...@cygwinhost is not the same as

Re: 1.7.5 ssh no longer functions after upgrade from 1.5

2010-05-14 Thread Corinna Vinschen
On May 14 15:23, Matthias Meyer wrote: > 1) usernames in v1.5 are case insensitive but not in v1.7.5. e.g. ssh > me...@cygwinhost is not the same as ssh me...@cygwinhost This has nothing to do with Cygwin 1.7. It was a security change in OpenSSH 5.4p1: http://cygwin.com/ml/cygwin-announce/2010-03

Re: 1.7.5 ssh no longer functions after upgrade from 1.5

2010-05-14 Thread Matthias Meyer
Corinna Vinschen wrote: > On May 14 15:23, Matthias Meyer wrote: >> 1) usernames in v1.5 are case insensitive but not in v1.7.5. e.g. ssh >> me...@cygwinhost is not the same as ssh me...@cygwinhost > > This has nothing to do with Cygwin 1.7. It was a security change in > OpenSSH 5.4p1: > http://

Re: 1.7.5 ssh no longer functions after upgrade from 1.5

2010-05-17 Thread Scott D Friedemann
On 5/14/10 1:44 PM, Matthias Meyer wrote: Yes! Optionally install openssh again. Than call ssh-host-config as well as ssh-user-config. Recognize any library error. The dependency management during cygwin installation isn't very well. My installation was missing one or two necessary cyg-libraries.