Skip to content

Instantly share code, notes, and snippets.

@changx03
Last active July 23, 2023 22:53
Show Gist options
  • Save changx03/8b9d2e0e4d8a0320a0fb7b65560c6eb2 to your computer and use it in GitHub Desktop.
Save changx03/8b9d2e0e4d8a0320a0fb7b65560c6eb2 to your computer and use it in GitHub Desktop.
Access to CSML cluster
# Server 1:
ssh <UPI>@foscsmlprd01.its.auckland.ac.nz
# Server 2:
ssh <UPI>@foscsmlprd02.its.auckland.ac.nz
# Pssword: <UoA_PASSWORD>:<6_DIGITS_2FACTOR> eg, Pass1234:123456
# For Linux user, using GUI to tansfer files:
# Open `Files` browser, press ctrl+L
# In the address bar type:
# sftp://foscsmlprd01.its.auckland.ac.nz/data/<UPI>
# or
# sftp://foscsmlprd02.its.auckland.ac.nz/data/<UPI>
# NOTE: Do NOT click remember password, as the 2 factor auth constantly changes.
# For Mac, download FileZilla https://filezilla-project.org/download.php
# For Windows, download WinSCP https://winscp.net/eng/index.php
# To access your home director:
# WARNING: No file should be saved here. For removing files only!
# Any file saved under home directory maybe removed and cannot be recoved.
# sftp://foscsmlprd01.its.auckland.ac.nz/home/<UPI>
# or
# sftp://foscsmlprd02.its.auckland.ac.nz/home/<UPI>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment