How to setup anonymous access in WinSSHD

Posted by Shrike on Server Fault See other posts from Server Fault or by Shrike
Published on 2013-10-30T14:12:39Z Indexed on 2013/10/30 15:57 UTC
Read the original article Hit count: 428

Filed under:
|

I have a Windows server (Win2008R2) with WinSSHD installed. I need to allow anonymous access to a particular folder on the server. Actually it's a git repositiory for bower registy but it doesn't matter.

I want WinSSHD allow me to connect to an endpoint like "ssh://[email protected]/" I've created a virtual user "bower" with password only auth. No keys. But if I leave empty password then WinSSHD doesn't allow connection with error "Incorrect virtual account password".

How to setup a SSH access without any authentication?

© Server Fault or respective owner

Related posts about Windows

Related posts about ssh