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 21:48] – 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 on Pinnacle via the web portal. | + | |
| - | + | ||
| - | - log into the web portal at: [[https:// | + | |
| - | + | ||
| - | - In the top menu go to **Clusters-> | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | - Click on **Create New SSH Key** or **Use Existing SSH Key** button if available. | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | - 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. | + | |
| - | + | ||
| - | - Before the file can be used for SSH, the file permissions have to be updated to "read only for owner", | + | |
| - | + | ||
| - | < | + | |
| - | Pawels-MacBook-Pro-2: | + | |
| - | Pawels-MacBook-Pro-2: | + | |
| </ | </ | ||
| - | - Use our new key to SSH into Pinnacle | + | Both private |
| - | + | ||
| - | < | + | |
| - | Pawels-MacBook-Pro-2: | + | |
| - | + | ||
| - | ************ PLEASE CITE US in your publications ***************************** | + | |
| - | ** This research is supported by the Arkansas High Performance Computing ** | + | |
| - | ** Center which is funded through multiple National Science Foundation | + | |
| - | ** grants | + | |
| - | ****************************************************************************** | + | |
| - | + | ||
| - | Login nodes are for file operations | + | |
| - | All login nodes run a different kernel than compute nodes, so: | + | |
| - | - Don't compile | + | |
| - | - Don't run R or Python on login nodes. | + | |
| - | + | ||
| - | For a shared cloud compute node: | + | |
| - | srun -N1 -n1 -c1 -p cloud72 -q cloud -t 72:00:00 --pty /bin/bash | + | |
| - | + | ||
| - | + | ||
| - | Last login: Fri Apr 10 10:14:51 2026 from 167.224.131.232 | + | |
| - | + | ||
| - | | + | |
| - | Filesystem | + | |
| - | / | + | |
| - | / | + | |
| - | / | + | |
| - | + | ||
| - | + | ||
| - | pinnacle-l11: | + | |
| - | </ | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ====== | + | |
| - | + | ||
| - | The secure shell (SSH) server on **hpc-portal1.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. You must | + | |
| - | supply a matching private key (pinnacle.key) file as a parameter to the ssh | + | |
| - | command on the client to log in. | + | |
| - | + | ||
| - | < | + | |
| - | ssh -i pinnacle.key ffinfinn@hpc-portal1.hpc.uark.edu | + | |
| - | </ | + | |
| - | Both private and public keys are generated and configured automatically on | + | **1.** Log into the web portal |
| - | Pinnacle via the web portal. To enable SSH password-less access: | + | |
| - | - Log into the web portal at: https:// | + | **2.** In the top menu go to **Clusters -> SSH keys** |
| - | - In the top menu go to **Clusters -> SSH keys** | + | |
| {{: | {{: | ||
| - | - Click on **Create New SSH Key** or **Use Existing SSH Key** if available. | + | **3.** |
| - | Both buttons will redirect your browser to a file manager window allowing you \ | + | 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. | to download your private SSH key **pinnacle.key** file to your client device. | ||
| {{: | {{: | ||
| - | - Click on the checkbox next to the **pinnacle.key** file and press the \ | + | **4.** |
| **Download** button at the top. The file will likely be saved to your **Downloads** directory. | **Download** button at the top. The file will likely be saved to your **Downloads** directory. | ||
| - | - Before the file can be used for SSH, the file permissions must be updated | + | |
| - | to read-only for owner (mode '' | + | **5.** |
| + | to read-only for owner, mode '' | ||
| < | < | ||
| Line 99: | Line 32: | ||
| </ | </ | ||
| - | - Use the new key to SSH into Pinnacle: | + | **6.** |
| < | < | ||
| - | ssh -i pinnacle.key ffinfinn@hpc-portal1.hpc.uark.edu | + | ssh -i pinnacle.key ffinfinn@hpc-portal2.hpc.uark.edu |
| - | ************ PLEASE CITE US in your publications ***************************** | + | ************ PLEASE CITE AHPCC ********** |
| + | ****************************************************************************** | ||
| ** This research is supported by the Arkansas High Performance Computing ** | ** This research is supported by the Arkansas High Performance Computing ** | ||
| ** Center which is funded through multiple National Science Foundation | ** Center which is funded through multiple National Science Foundation | ||
| ** grants and the Arkansas Economic Development Commission. | ** grants and the Arkansas Economic Development Commission. | ||
| ****************************************************************************** | ****************************************************************************** | ||
| - | + | | |
| - | | + | - Don't run R or Python on login nodes. |
| - | All login nodes run a different kernel than compute nodes, so: | + | |
| - | - Don't compile on login nodes. Resulting code won't work on compute nodes. | + | srun -N1 -n1 -c1 -p cloud72 -q cloud -t 72:00:00 --pty / |
| - | - Don't run R or Python on login nodes. | + | |
| - | | + | |
| - | srun -N1 -n1 -c1 -p cloud72 -q cloud -t 72:00:00 --pty /bin/bash | + | |
| Last login: Fri Apr 10 10:14:51 2026 from 167.224.131.232 | Last login: Fri Apr 10 10:14:51 2026 from 167.224.131.232 | ||
| Line 127: | Line 58: | ||
| pinnacle-l11: | pinnacle-l11: | ||
| </ | </ | ||
| - | |||
| - | |||
ssh_login_nopass.1777499282.txt.gz · Last modified: by pwolinsk
