I am currently using rackspace cloud servers with ubuntu images, and they are mostly provisioned using fabric (a python based to to automate commands over SSH). Now I would also like to start testing my software on windows. How would I go about bootstrapping SSH or something similar so I can script the provisioning?
I read this question which suggests an ssh server. How would I bootstrap my instance to install this?