Table of Contents Using Unix Systems from Windows
Windows and Unix are different operating systems, with different conventions. Working on Unix systems from a computer running Windows requires the installation and use of tools to connect to the Unix machines.

Logging in to the Unix System

The most basic tool required is a terminal program to log into the Unix system. ITC licenses SecureCRT. Due to security requirements, all the HPC platforms, including the Aspen and Birch clusters and the IBM SMP system, require the use of ssh2 to log in; this must be selected when you set up your connection to the remote machine. Here is an example of setting up a session to use ssh2 to log in to the Aspen cluster.

It is convenient to give the connection a name, usually the name of the machine to which the connection is made (the default is "New"); it is easy to overlook the topmost field in the "new connection" screen.

File Editing

Do not use a standard Windows editor such as Notepad to edit files that will be used on Unix systems. The two systems use different sequences of control characters to mark the end of line (EOL). If you are using the Unix machine from a Windows system, there are a number of options: