Cluster Storage

  

Using the Institutional Cluster (IC), including information about central storage, backups, and transfers.

Currently, central storage for the Institutional Cluster (IC) is provided by IBM's Spectrum scale file system (GPFS), a high-performance, clustered filesystem that supports full POSIX filesystem semantics.

If you have used our previous cluster, your files from 'nano' (including /home, /work, and /gscr) are now stored at /hpcgpfs01/cfn/. Please copy those files to your current home directory.

SSH Agent

Each time you log into a remote host using SSH keys, you will be prompted to supply the pass phrase used to lock your private key. There is an SSH agent that will hold your private key for you, respond to the SSH transaction, and supply the key as needed. You start the SSH agent with the command:

SSH Keys

SSH keys are a public/private key pair that allows login to an SSH daemon (sshd) without using a password. SSH keys are generated using the ssh-keygen program on Linux/Unix/ macOS/Cygwin, or with PuTTYgen on Windows.

Note: SSH keys are checked within the sshd program itself, thereby taking precedence over the other authentication methods.