Book Image

OpenJDK Cookbook

Book Image

OpenJDK Cookbook

Overview of this book

Table of Contents (20 chapters)
OpenJDK Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Preparing VirtualBox machines with Windows


Popular virtualization tools have very good support for virtualizing Windows. The VirtualBox setup for Windows can be easier than with Mac OS X. However, the SSH protocol is less popular on Windows than on Unix-like operating systems, and the SSH server's setup on Windows might be complex.

In this recipe, you will learn how to set up a Windows virtual machine for automated builds. A set of in-depth instructions about configuration of free SSH servers on Windows will constitute a significant part of the recipe.

Getting ready

For this recipe, we will require a Windows 7 virtual machine VirtualBox image.

How to do it...

The following procedure will help us to prepare the Windows virtual machine:

  1. Prepare the SSH keys as described in the Preparing SSH keys recipe in this chapter.

  2. Download the Copssh SSH server implementation Version 3.1.4. Unfortunately, it was removed from public downloads by the authors, but still can be found on the Internet with these file...