cc_staff
782
edits
(Clarified external terminal vs VS Code terminal) |
(Reworded step 3 of SSH key configuration) |
||
Line 19: | Line 19: | ||
# If not done already, <b>[[SSH_Keys#Generating_an_SSH_Key|generate your SSH key]]</b>. For example, we will name it <code>~/.ssh/ccdb</code>. | # If not done already, <b>[[SSH_Keys#Generating_an_SSH_Key|generate your SSH key]]</b>. For example, we will name it <code>~/.ssh/ccdb</code>. | ||
# If not done already, <b>[[SSH_Keys#Installing_your_key|install your <i>public</i> SSH key on CCDB]]</b>. | # If not done already, <b>[[SSH_Keys#Installing_your_key|install your <i>public</i> SSH key on CCDB]]</b>. | ||
# | # <b>Copy the same public key</b> to <code>~/.ssh/authorized_keys</code> on the remote cluster (create this file if it does not exist). That is because compute nodes do not have access to the public keys that are installed on CCDB. | ||
==SSH configuration file== <!--T:6--> | ==SSH configuration file== <!--T:6--> |