1

I have a user with no password set on my Win7. Now i'd like to log in that user to a openSSHd server running on the system. How can i configure the ssh server to login that user without using ssh key-based authentication and without setting a password in the system itself?

1 Answer 1

2

In your sshd_config set PermitEmptyPasswords to yes and PasswordAuthentication to yes

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .