- Directions for connecting to the COS cluster and transferring files
when using Windows XP/2000/NT.
Note: To check for updates or to get additional information on
Putty
see
http://www.chiark.greenend.org.uk/~sgtatham/putty/
The version number of the files supplied on the COS site is 0.58.
- Install the putty (ssh) client for Windows
98/NT/ME/2000/XP.
- Right-click on the next link and save the linked file on your desktop.
putty.exe
- On your desktop, double-click on the "Putty" icon.
- Configure the "Putty" screen that opens so that it looks like this.
Putty is now configured for connecting to the COS cluster.
- Connecting to the COS cluster
- On the desktop, double-click
on the Putty icon, and then double-click on access.
- If a Putty security alert
screen appears, click "Yes".
- When the login screen appears
enter your account name, press enter and enter your password.
- You are now logged on the machine that acts as a gateway through
the firewall to the cluster. Your user files (other than web files in
public_html) are not mounted on this machine. To access your files ssh
to one of the workstations behind the firewall. Use the command
ssh wkxx.cos.gmu.edu
where you replace xx by 01, 02, ..., 18.
- Transferring files to and from the workstations in the cluster
will require that you create a tunnel from your PC to a workstation.
The tunnel is required because the workstations are behind a firewall.
- On the desktop double-click on the "Putty" icon.
- In the "Saved Session" filed click ONCE on "access" and then click "load."
- Next, on the left bottom of the Putty screen click on "Tunnels."
- In the "Source port" field enter "localhost:1045" (Any number
greater than 1024 will work.
- In the "Destination" field enter "wkxx.cos.gmu.edu:22", where you
replace xx by 01, 02, ..., 18.
It is important that we don't
always use the same value for xx, since will overload workstation xx.
- Next click "Add".
- When you click "Open" you will be prompted for your COS cluster
username and password.
- The tunnel is now established. To use it for transferring files
launch your ssh client and enter "localhost" as the "Host Name" and
"1045" as the port number. (The next step takes you to directions for obtaining and installing a windows based ssh client.
- A free Windows based, GUI ssh client is available to GMU community
at:
http://www.irc.gmu.edu/resources/findingaid/ssh/SSH_FTP.pdf
- Directions for connecting to the COS cluster and transferring files
when using Linux and MAC OS X.
Linux and Mac OS X come with ssh and sftp support available from the
terminal window.
- First create the tunnel. On your MAC (or Linux box) enter the command:
ssh -2 -X -N -f -L 1045:wkxx.cos.gmu.edu:22 youraccountname@access.cos.gmu.edu
(As above, replace xx by 01,
02, ..., 18 and 1045 by a number greater than 1024.)
Then respond with your password on the cluster.
- To create a terminal connection to the COS cluster type:
ssh -p 1045 youraccountname@localhost
If you are using an X11 terminal window type:
ssh -X -p 1045 youraccountname@localhost
- To create a command line file transfer connection between your
computer and wkxx, type:
sftp -oPort=1045 youraccountname@localhost
- To use the GUI file transfer client Fugu MAC users can
- start Fugu
- in the "Connect to" field enter: localhost
- in the port field enter 1045
- Click "Connect"
Additional information on
obtaining ssh.
Send comments to S. M.
Zoltek
|