This is an old revision of the document!
Linux Page
To initiate an SSH connection from a Mac/UNIX/Linux system to the cluster's login (head) node, use the generic command
ssh
«options» «HPC_username»@«HPC_hostname»
For example,
ssh -Y traine@farber.hpc.udel.edu
This ssh command is on your local system. This example assumes you have a local command line interface, and have an X11 server running, for example, Mac/UNIX/Linux or cygwin/X (with the openssh client)
Windows with PuTTY/Xming: When using the recommended PuTTY/Xming on Windows installation instructions, you create a saved session with the options to want to use every time you logon. You can create as many saved sessions as needed with various options.
Mac/UNIX/Lunix with command line SSH:
When using the recommended setup for command line SSH, you can add a service that bundles options you want to use every time you logon or copy files. You can add as many services as needed with various options.