This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| pub:hpc:mill [2025/10/07 22:24] – Added network scratch as an option and edited local scratch to fit. tvmwd6 | pub:hpc:mill [2025/12/22 16:05] (current) – [SSH Keys] dbwkp | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Request an account ===== | ===== Request an account ===== | ||
| You can request an account on the Mill by filling out the account request form at help.mst.edu in the HPC Cluster category: | You can request an account on the Mill by filling out the account request form at help.mst.edu in the HPC Cluster category: | ||
| + | |||
| + | |||
| + | ===== SSH Keys ===== | ||
| + | |||
| + | If you want to connect using SSH keys, either to avoid having to type in your password, or are wanting to connect from off campus without a VPN, you can add your SSH public key to Mill. | ||
| + | |||
| + | For Windows users, we recommend using MobaXterm https:// | ||
| + | Generating an SSH Key | ||
| + | |||
| + | You can generate a new SSH key on your local machine. After you generate the key, you can add the public key to your account on Mill. | ||
| + | |||
| + | Open terminal | ||
| + | Paste the text below, replacing the email used in the example with your University email address. | ||
| + | |||
| + | ssh-keygen -t ed25519 -C " | ||
| + | |||
| + | Note: If you are using a legacy system that doesn' | ||
| + | |||
| + | ssh-keygen -t rsa -b 4096 -C " | ||
| + | |||
| + | This creates a new SSH key, using the provided email as a label. | ||
| + | |||
| + | Generating public/ | ||
| + | |||
| + | When you're prompted to “Enter a file in which to save the key”, you can press Enter to accept the default file location. Please note that if you created SSH keys previously, ssh-keygen may ask you to rewrite another key, in which case we recommend creating a custom-named SSH key. To do so, type the default file location and replace id_ALGORITHM with your custom key name. | ||
| + | |||
| + | # Windows | ||
| + | Enter file in which to save the key (/ | ||
| + | # Mac | ||
| + | Enter a file in which to save the key (/ | ||
| + | # Linux | ||
| + | Enter a file in which to save the key (/ | ||
| + | |||
| + | At the prompt, type a secure passphrase. | ||
| + | |||
| + | Enter passphrase (empty for no passphrase): | ||
| + | Enter same passphrase again: [Type passphrase again] | ||
| + | |||
| + | Adding your SSH key | ||
| + | |||
| + | You may add your own SSH public key to your Mill account. You can also send the key to tdx.umsystem.edu | ||
| + | |||
| + | Copy the contents of your SSH public key, which is written to the file created in the Generating an SSH Key step. | ||
| + | |||
| + | # Windows | ||
| + | Your public key has been saved in / | ||
| + | # Mac | ||
| + | Your public key has been saved in / | ||
| + | # Linux | ||
| + | Your public key has been saved in / | ||
| + | # Windows | ||
| + | |||
| + | The id_ALGORITHM.pub file contents should look similar to the ones below. | ||
| + | |||
| + | # ed25519 | ||
| + | ssh-ed25519 AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/ | ||
| + | |||
| + | # rsa | ||
| + | ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/ | ||
| + | |||
| + | Add your public key to your account by appending it to your authorized_keys file on Mill | ||
| + | |||
| + | [sso@mill-login ~]$ vim / | ||
| + | |||
| + | OR send us your public key. | ||
| + | |||
| + | |||
| ===== System Information ===== | ===== System Information ===== | ||
| ====DOI and Citing the Mill==== | ====DOI and Citing the Mill==== | ||