Accessing UChicago¶
This guide covers accessing the UChicago Analysis Facility via SSH, including SSH configuration, filesystems, and setting up the ATLAS environment.
Don't have an account yet?
If you haven't signed up for a UChicago Analysis Facility account yet, please see Signing Up for UChicago first.
SSH Connection¶
Once your account is approved and your SSH key is synchronized with the system (~15 minutes after upload), you can connect to the facility:
For detailed information on SSH key generation and setup, see our SSH Access Guide.
Need help connecting?
See our Getting Help page for support options and how to reach the ATLAS AF team.
SSH Configuration (Optional)¶
For detailed SSH configuration options including config files and SSH agent setup, see our SSH Access Guide.
UChicago-Specific SSH Config Example¶
You can create an SSH config file entry specifically for UChicago to simplify connections:
Host uchicago
HostName login.af.uchicago.edu
User <your-username>
ForwardAgent yes
IdentityFile ~/.ssh/id_ed25519
Replace <your-username> with your actual username. With this configuration, you can simply run:
For more information on SSH config files and adding keys to the SSH agent, see the SSH Access Guide