Connect to the Mason Cluster via SSH
From Web Development
Certain tasks on the Mason Cluster require certain commands be executed on the command line. This tutorial describes how to connect to the server for this purpose.
Contents |
Prerequisites
- A Mason Cluster account
- A SSH client:
- SSH Secure Shell (Windows / Free download off the ITU Site)
- Terminal (Mac OS X / Part of the OS, located in /Applications/Utilities)
Connect to the Server
Using Secure Shell (Windows)
- Open up the Secure Shell Client (Not the File Transfer Client).
- Hit Quick Connect and enter
mason.gmu.edufor the Host Name, and your username. - If this is your first time connecting, you'll probably get a few warning messages. Push OK to clear those.
- Enter your mason.gmu.edu password
At this point, you should have a mason> prompt.
Using Terminal (Mac OS X/Linux)
- Open up the Terminal application (Located in Applications/Utilities)
- Enter
ssh username@mason.gmu.edureplacing username appropriately. - Enter your mason.gmu.edu password
At this point, you should have a mason> prompt.