Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

  • scu-login01.med.cornell.edu

  • scu-login02.med.cornell.edu

Previous SCU Users

SCU users with access to the previous gateway nodes of aphrodite.med.cornell.edu or pascal.med.cornell.edu can access the SCU-login machines through these gateways. SCU credentials must be used to access the SCU gateways. Then WCMC (CWID) credentials must be used to access the BRB Cluster.

Code Block
[user@laptop ~]$ ssh scu_user@aphrodite.med.cornell.edu
scu_user@aphrodite's password: Enter SCU password

[scu_user@aphrodite ~]$ ssh CWID@scu-login01.med.cornell.edu
CWID@scu-login01's password: Enter CWID password

...

New SCU users

Configure SSH Keys

SSH key configuration allows users to enter and traverse the BRB infrastructure without entering passwords at each step. The following will create an SSH keypair and authorize its use.

...

Cluster nodes are managed through Slurm. Accessing and running jobs on login nodes or by ssh’ing directly to a node is Strictly forbidden.

In-depth SCU documentation on Slurm can be found here: Using Slurm .

...