I'm working on a SSH project. For that I setup everything on client side.
But I'm facing a problem on my SSH server. I tried some SSH servers like OpenSSH. I installed the OpenSSH server on my Windows PC according to these instructions.
It's working fine only when I run the server in debug mode using the command sshd -ddd.
Or else it's not taking any command from my SSH clients.
I need some suggestions on how to install and setup the SSH server on Windows.