i have problem to connect to a remote windows xp machine using putty with an admin account.

when trying i get an "access denied" message

anyone have an idea of what can cause the problem ?

link|improve this question
Windows doesn't have an SSH server built in; which SSH server have you installed? – Andrew Jul 26 '10 at 8:53
i have openssh installed – achraf Jul 26 '10 at 9:28
feedback

migrated from serverfault.com Jul 27 '10 at 20:23

This question came from our site for system administrators and desktop support professionals.

2 Answers

Did you create user (and password) for OpenSSH? OpenSSH don't use the same windows users.

link|improve this answer
thanks ! that solves the problem. it seems to me that openssh add automatically admin users to the passwd file. – achraf Jul 26 '10 at 11:32
feedback

Do have physical access to that machine ? Maybe it's due to firewall rules or even sshd configuration.

Except for the case that you don't write the password correctly :> , sshd may be configured to reject any try to connect to the server.

At least in linux, you could see that in /etc/ssh/sshd_config. No idea for windows

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.