ssh_login_nopass
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ssh_login_nopass [2026/04/29 14:21] – pwolinsk | ssh_login_nopass [2026/05/10 21:44] (current) – pwolinsk | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====SSH Password-less Login==== | + | ==== SSH Password-less Login ==== |
| - | The secure shell (SSH) server on **hpc-portal1.hpc.uark.edu** | + | The secure shell (SSH) server on **hpc-portal2.hpc.uark.edu** does not accept passwords as an authentication method. Instead, SSH key files are used for access. A public SSH key file is stored in your account on Pinnacle. |
| < | < | ||
| - | ssh -i pinnacle.key ffinfinn@hpc-portal1.hpc.uark.edu | + | ssh -i pinnacle.key ffinfinn@hpc-portal2.hpc.uark.edu |
| - | </ | + | </ |
| - | Both private and public keys are generated and configured automatically via the web portal | + | Both private and public keys are generated and configured automatically |
| - | {{:hpc-portal1-auth5.png?400|}} | + | **1.** Log into the web portal at: https://hpc-portal2.hpc.uark.edu |
| - | At this point the public key is configured in your account. | + | **2.** In the top menu go to **Clusters -> SSH keys** |
| - | Both buttons will redirect your browswer to a file manager window allowing you to download your private SSH key **pinnacle.key** file to your client device. | + | {{: |
| + | **3.** Click on **Create New SSH Key** or **Use Existing SSH Key** if available. | ||
| + | Both buttons will redirect your browser to a file manager window allowing you | ||
| + | to download your private SSH key **pinnacle.key** file to your client device. | ||
| + | {{: | ||
| + | |||
| + | **4.** Click on the checkbox next to the **pinnacle.key** file and press the | ||
| + | **Download** button at the top. The file will likely be saved to your **Downloads** directory. | ||
| + | |||
| + | **5.** Before you can use the file for SSH, the file permissions must be updated | ||
| + | to read-only for owner, mode '' | ||
| + | |||
| + | < | ||
| + | cd Downloads/ | ||
| + | chmod 400 pinnacle.key | ||
| + | </ | ||
| + | |||
| + | **6.** Use the new key to SSH into Pinnacle: | ||
| + | |||
| + | < | ||
| + | ssh -i pinnacle.key ffinfinn@hpc-portal2.hpc.uark.edu | ||
| + | |||
| + | ************ PLEASE CITE AHPCC ********** in your publications *************** | ||
| + | ****************************************************************************** | ||
| + | ** This research is supported by the Arkansas High Performance Computing ** | ||
| + | ** Center which is funded through multiple National Science Foundation | ||
| + | ** grants and the Arkansas Economic Development Commission. | ||
| + | ****************************************************************************** | ||
| + | Login nodes are for file operations and job submission. | ||
| + | - Don't run R or Python on login nodes. | ||
| + | To start an interactive job on a shared cloud compute node: | ||
| + | srun -N1 -n1 -c1 -p cloud72 -q cloud -t 72:00:00 --pty / | ||
| + | |||
| + | Last login: Fri Apr 10 10:14:51 2026 from 167.224.131.232 | ||
| + | |||
| + | Pinnacle file system usage for ffinfinn | ||
| + | Filesystem | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | |||
| + | pinnacle-l11: | ||
| + | </ | ||
ssh_login_nopass.1777472491.txt.gz · Last modified: by pwolinsk
