Warning, /tutorial-setting-up-environment/_extras/BNL_SDCC_QuickStart.md is written in an unsupported language. File is not indexed.
0001 ---
0002 title: "BNL SDCC Quick Start"
0003 ---
0004
0005 If you will be running eic-shell on the BNL SDCC systems, some pointers for getting started on the SDCC system are included below.
0006
0007 ## Connecting to an eic interactive node
0008
0009 Assuming you have ssh-keys set up for the SDCC, you can connect to a login node via -
0010
0011 ```console
0012 ssh -XY USER@ssh.sdcc.bnl.gov
0013 ```
0014 Where you should replace USER with your username. This should connect you to a login node, connect to an eic interactive node via
0015
0016 ```console
0017 rterm -i
0018 ```
0019 OR connect to a specific node via
0020
0021 ```console
0022 rterm -i eicXXXX
0023 ```