Follow step by step the How to install OpenSHH sshd server om Windows XP
ssh-host-config
When the script asks you about "privilege separation", answer yes
When the script asks about "create local user sshd", answer yes
When the script asks you about "install sshd as a service", answer yes
When the script stops and asks you for "CYGWIN=" your answer is ntsec tty
Run
net start sshd
Nothing "you most likely have to manually edit /etc/group". Configure on bash with a little bit different parameters
mkpasswd -d > /etc/passwd
mkgroup -d -local > /etc/group
Check it — everything works!
No comments:
Post a Comment