On Wed, Feb 20, 2019 at 1:25 PM Corinna Vinschen wrote: > Sorry guys, but I can't reproduce this problem at all. I tested ssh > login on Vista, W7 and W10 1809, in each case on 64 bit and under > WOW64. On all systems I can login with domain as well as local > accounts. > > For completeness sake I started sshd under SYSTEM as wel as under > cyg_server account and every time it just worked. > > The only reason for failing logins coming to mind is the case of > the usernames. It must be written *exactly* as returned by > `getent passwd'. I.e.: > > $ getent passwd | grep -i foo > MACHINE+Foo:*:197608:197121:U-MACHINE\Foo,[...] > > You have to login like this: > > $ ssh MACHINE+Foo > > This will not work: > > $ ssh machine+foo
Same here. Can't reproduce either. Works fine for me. Bill -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple