How to setup anonymous access in WinSSHD
- by Shrike
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?