Hi,
Does anyone know the minimum number of packages I need to install to get an sshd server running on Cygwin?

If I install all of Cygwin, I can get it working, but that's almost 17GB.

I found that in order for other computers to be able to ssh into my Cygwin machine I need to comment out the following line in /etc/hosts.allow
Code:
ALL : PARANOID : deny
But I'm not sure which Cygwin package creates the /etc/hosts.allow file. I tried installing all the NET and WEB packages, but it that didn't create the file.

Without a /etc/hosts.allow file I can only get ssh working if I connect to localhost.