This page contains information that is useful for the JEDI infrastructure team to know and use when on a HPC.
Useful links:
HPC access and administration sheet
To login to MSU machine use one of the following:
ssh -Y <user.name>@orion-login.hpc.msstate.edu ssh -Y <user.name>@hercules-login.hpc.msstate.edu |
To sudo to role-jcsda: sudo -su role-jcsda
Login requires you to enter a "PASSCODE". This is obtained by typing in your 8-number PIN in the RSA Authenticator App or by whichever method you use to obtain your hardware or software token code. After that prompt you can pick a host (discover) and it will ask you for another "password". This password is your NCCS LDAP password.
ssh -XY <user.name>@login.nccs.nasa.gov PASSCODE: # hardware or software token host: discover password: # NCCS LDAP password |
To sudo to jedi-para: sudo -iu jedipara
Login requires your CIT password and 2FA via duo:
ssh -o ServerAliveInterval=30 -Y <user.name>@cheyenne.ucar.edu ssh -o ServerAliveInterval=30 -Y <user.name>@casper.ucar.edu ssh -o ServerAliveInterval=30 -Y <user.name>@derecho.ucar.edu |
To sudo to jedipara account: sudo -u jedipara bash -l
Login requires your UW S4 password, once on the login node you will need to move to s4-submit.
ssh -Y <user.name>@s4-bastion.ssec.wisc.edu # OR ssh -Y <user.name>@s4.ssec.wisc.edu # Then ssh -Y s4-submit |