This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

re: windows authentication for cygwin sshd


Calvin,

You can update the /etc/passwd file and /etc/group file with the domain users and groups with the following command:

cd /etc
/usr/bin/mkpasswd -l -g -d > passwd
/usr/bin/mkgroup -l -d > group

net stop sshd && net start sshd

Use 'man mkpasswd' & 'man mkgroup' for help.

--Matt



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]