cygwin's ssh/sshd and case insensitive user names in windows
Dmitry Bolshakov
dmitry.bolshakov@bridge-quest.com
Tue Jul 12 10:55:00 GMT 2011
Hi
windows user names are case insensitive so I can be "bdimych" on one computer in domain and "Bdimych" on another
but ssh/sshd consider they are different users
so I could not just
ssh host1
but need to
ssh Bdimych@host1
this was unexpected for me and I spent some time to understand this trick
I had solved the problem with
sed -i -e 's/bdimych/bdimych/i' /etc/passwd
I think it would be helpful if ssh-host-config and ssh-user-config would print some warning about it
--
With best regards
Dmitry Bolshakov
--
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
More information about the Cygwin
mailing list