Connecting to DaLi

The information here describes how users can access RCC resources. All users of RCC resources are responsible for knowing and abiding by the RCC User Policy.

To use DaLi resources, you will need to have a Midway user account and will need to have an approval to access to your PI directory on DaLi. If you do not have a Midway user account, please see the Getting Started page for how to apply for an account. If you don't have a permission to access to your PI directory on DaLi, please submit a ticket to rt@rcc.uchicago.edu.

Account Credentials

In order to make use of resources provided by the Research Computing Center you must first obtain a RCC user account. If you do not already have a RCC acount, see the Getting Started page for more information on obtaining a RCC account.

Your RCC account uses your UChicago CNetID for the username and the corresponding CNetID password for the password:

Username: CNetID
Password: CNet password
Please also note that you must have enabled Two Factor Authentication for your CNetID before connecting to DaLi.

Connecting with an SSH client

Secure Shell (SSH) is a protocol that provides secure command-line access to remote resources such as DaLi or Midway2. By using SSH, you can remotely log in to your DaLi account and interact with the DaLi high-performance compute cluster.

Macintosh/Linux User SSH Access

Most Unix-like operating systems (Mac OS X, Linux, etc) provide an ssh utility by default that can be accessed by typing the command ssh in a terminal window. To log in to DaLi from a Linux or Mac computer, open a terminal and at the command line enter:

ssh CNetID@dali-login.rcc.uchicago.edu
Provide your CNetID password when prompted for a password. A Duo two-factor autentication window will then pop up requesting you select from the available 2FA options to authenticate to DaLi:

![Screenshot showing PuTTY SSH keyalert](images/duo-2fa.png)

**Note** SSH key-based authentication is no longer supported. The SSH password-based authentication is currently the only supported method for authentication.

Choose from the available two-factor authentication options and finish the authentication process. To enable X11 forwarding when connecting to DaLi with ssh, the -Y flag should be included.
ssh -Y CNetID@dali-login.rcc.uchicago.edu

**Note** XQuartz is required to enable trusted X11 forwarding on a Mac.

Windows User SSH Access

Windows users running Windows 10’s April 2018 release will have ssh enabled from the Powershell by default. All other Windows users will first need to download an ssh client to interact with the remote Unix command line. We recommend the MobaXterm, client, although other options are available. Once the MobaXterm client is installed on your local machine, open the MobaXterm client and click on the Sessions icon at the upper left hand corner of the client. Then perform the following numbered steps, illustrated in the figure below, to establish a connection to DaLi. 1. Click the SSH tab to expand the SSH login options. 2. In the Remote host field input: dali-login.rcc.uchicago.edu (to connect to DaLi cluster) 1. Select the Specify username button and input your CNetID 2. Proceed to log in by clicking the OK button.

![Screenshot showing MobaXterm Login](images/mobaxterm.png)

Provide your CNetID password when prompted for a password. A Duo two-factor autentication window will then pop up requesting you select from the available 2FA options to authenticate to DaLi:

![Screenshot showing PuTTY SSH keyalert](images/duo-2fa.png)

Choose from the available two-factor authentication options and finish the authentication process.