Skip to content

Commit

Permalink
Add tips on how to copy ssh public key to CCSB
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Apr 11, 2023
1 parent 7eb4196 commit 7f3fbac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions alliance-computing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,21 @@ These are the setup steps that you need to do when you start using ``graham`` fo

#. Follow the Alliance docs to install your :command:`ssh` `public key into into the CCDB system`_
so that it will be available to give you access to all of the Alliance HPC clusters.
On Mac or Linux your public key is stored in ``$HOME/.ssh/id_ed25519.pub`` and you can display
it so that you can copy/paste it to CCDB with:

.. code-block:: bash
cat $HOME/.ssh/id_ed25519.pub
On Windows you can do that with:

.. code-block:: powershell
type %USERPROFILE%/.ssh/id_ed25519.pub
Alternatively,
you can open your :file:`id_ed25519.pub` in VS Code and copy it from there to the CCDB page.
.. _public key into into the CCDB system: https://docs.alliancecan.ca/wiki/SSH_Keys#Using_CCDB

Expand Down

0 comments on commit 7f3fbac

Please sign in to comment.