next up previous contents
Next: Useful cluster commands Up: Getting Started Previous: Setup   Contents

Accessing the cluster from a remote system

The following are some common commands for accessing the master node of the cluster from a remote site.

Note that the letter s stands for secure. All these commands encrypt your data on the network to protect against eavesdroppers. These commands replace the unsecure equivalents (rlogin, rsh, rcp) that have been used commonly in the past for accessing remote machines.

The command scp also has an option -r that lets you copy directories. In addition, you can specify a directory to copy to on the remote machine. Remember that the pathnames are relative to your home directory on the remote machine. For example to copy recursively a directory named prog1 on your local system to the master node onyx.boisestate.edu, use the following command:

scp -r prog1/ onyx.boisestate.edu:cs430/prog1


next up previous contents
Next: Useful cluster commands Up: Getting Started Previous: Setup   Contents
Amit Jain 2016-09-08