Mailing List Archive

[Bug 1553] New: key based (authorized_keys2) authentication is not working in Windows 2003
https://bugzilla.mindrot.org/show_bug.cgi?id=1553

Summary: key based (authorized_keys2) authentication is not
working in Windows 2003
Product: Portable OpenSSH
Version: 4.2p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs@mindrot.org
ReportedBy: ashish.chorge@patni.com


Hi,

Following are the steps to reproduce the bug.

1. Installed openssh 4.2p1-1 in Windows Server 2003 + SP2.
2. Use following commands to create user and group/password creation,
net user root test@123 /add
mkdir \"Documents and Settings"\root\.ssh
cd \"Documents and Settings"
cacls root /T /P everyone:F
cd \
cd \"Program Files"\OpenSSH\bin"
mkgroup -l > ..\etc\group
mkpasswd -l > ..\etc\passwd
net start opensshd
3. Use ssh-keygen -t rsa command to generate the key as follows. Use
empty for no passphrase.
4. Copy the id_rsa.pub key as authorized_keys2
5. Restart the openssh service.
6. Prompting for password while checking self authentication using 'ssh
root@IPAddress pwd' command.

Regards
Ashish

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs