Overview

One method of connecting to the Shared Computing Cluster (SCC) from your local computer is to use an SSH (Secure SHell) client. This page provides a list of SSH clients available by Operating System and general instructions on how to use them to connect to the SCC. For using graphical user interface (GUI) based applications on the SCC, use the OnDemand system for ease and better performance.

Duo two-factor authentication is required for an SSH connection. Go to the SCC Duo Authentication guide to learn more.

To connect to the SCC, you will need to connect to one of the login nodes summarized in the table below. There are four login nodes for the Shared Computing Cluster. To connect to a specific login node, you will use the hostname as part of the SSH connection setup.

Hostname Note
scc1.bu.edu General purpose login node, accessible from the general internet.
scc2.bu.edu General purpose login node, accessible from the general internet.
geo.bu.edu Earth and Environment department node, accessible from the general internet.
scc4.bu.edu BUMC node. Access to /restricted data partitions. Requires VPN or first logging in through another node, such as scc1.bu.edu.

 

Select your operating system




Connecting to the SCC from Microsoft Windows

There are multiple SSH clients available for Microsoft Windows, each will connect to the SCC using the same protocol. These instructions are based on MobaXterm because this application provides functionality you may find useful for other tasks; other application suggestions are below.

SSH Clients

Using MobaXterm to Connect to the SCC

Installing MobaXTerm
  1. Go to the MobaXTerm download page. It is recommended to download the “Installer Edition”, not the “Portable Edition”.
  2. Unzip the file – right click the ZIP file that downloaded, and choose “Extract All” in the menu that pops up.
  3. In the folder that was extracted in the previous step, double click the “MobaXterm_installer_VERSION.msi” file (where VERSION is whatever version number you downloaded) to start the installation wizard.
  4. Navigate through the installation wizard until the program is installed.

After installing MobaXTerm, you can connect to the SCC by creating a “Session” or using the MobaXTerm Local Terminal. Both methods are described in the next two sections.

Connect by creating a “Session”
  1. Launch MobaXterm
  2. In the toolbar, click on “Session” button:
    Click on the Sessions icon in the top right corner of MobaXTerm Local Terminal to connect to SCC.
  3. Select “SSH” as the session type:
    The top toolbar has an option to select "SSH" as the session type from the top right corner.
  4. Specify “scc1.bu.edu” as the remote host and click “OK”:
    Below the toolbar, locate the "Basic SSH setting" field box. Beside "Remote Host," input "scc1.bu.edu." Click the left bottom "OK" button to proceed..
  5. Your connection will be saved on the left sidebar, so the next time you can start your session by clicking the “scc1.bu.edu [SSH]” link.
    Begin your session by clicking the "scc1.bu.edu [SSH]" link located at the top of the left side panel.
  6. In the terminal window you will get a prompt to enter your BU login information and password (Note that the characters in your password will not be displayed when you type them as a security precaution):
  7. You may be prompted to complete the Duo two-factor authentication. Either type in the passcode or type in a number that corresponds to an authentication option listed:
    Input your BU login information and password via the command line in the black terminal window.
  8. If the connection is successful, the BU header output will be visible, like the one shown below:
    The BU header output will appear on the screen, stating "scc1.bu.edu. Click on help or visit our website for more details."
  9. You can edit, delete, and move sessions by right clicking on them in the left MobaXterm sidebar.
Connect by MobaXTerm Local Terminal
  1. Launch MobaXterm
  2. Click on the “+” symbol to open a new MobaXTerm Local Terminal.The MobaXTerm Local Terminal icon is positioned below the top toolbar, slightly towards the right-hand side.
  3. In the terminal type in the ssh commmand and include “-o PasswordAuthentication=no” option so that Duo two-factor authentication will work.
    ssh your_login_name@scc1.bu.edu -o PasswordAuthentication=no
    
  4. Enter your BU Kerberos password when prompted. Note that the characters in your password will not be displayed when you type them as a security precaution.
  5. You may be prompted to complete the Duo two-factor authentication. Either type in the passcode or type in a number that corresponds to an authentication option listed.
  6. If the connection is successful, the BU header output will be visible.
  7. When finished using the connection, type exit to close the session.

Connecting to the SCC from Apple OS X

The Secure SHell (SSH) is built into the Apple OS X operating system. To connect to the SCC, we will leverage this utility using the Terminal application.

Using Terminal to Connect to the SCC

  1. Open the Terminal application, which is found in Applications >> Utilities >> Terminal. Alternatively, press <command> and <space> simultaneously to open Spotlight, search for Terminal and press <return>.
  2. In the terminal, type ssh username@scc1.bu.edu.
    Navigate to the Terminal and type "ssh username@scc1.bu.edu"  next to command line that begins with dhcp-admin to connect to the specified server.
    Enter your BU Kerberos password when requested. Note that the characters in your password will not be displayed when you type them as a security precaution. You will also be asked to use Duo two-factor authentication.
  3. You should now be connected to the SCC and see a window similar to this:
    Example of terminal window to input password and username.
  4. Type exit in the terminal when you are done working on the SCC.

Connecting to the SCC from Linux

The Secure SHell (SSH) is built into the Linux operating system. To connect to the SCC, we will leverage this utility using the Terminal application.

Connecting to the SCC

  1. Open a Terminal. This can be done by opening the terminal application in Systems >> Accessories >> Terminal or by using the hot-key Ctrl + Alt + T
  2. Use ssh to connect to the SCC with your login credentials, using a command similar to this example:
    your_local_machine% ssh yourBULoginName@scc1.bu.edu
  3. Enter your BU Kerberos password when prompted. Note that the characters in your password will not be displayed when you type them as a security precaution.
  4. You may be prompted to complete the Duo two-factor authentication. Either type in the passcode or type in a number that corresponds to an authentication option listed.
  5. When finished using the connection, type exit to close the session.