Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/computing/connecting/ssh-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,18 @@ cat /var/lib/acco/sshkeys/${USER}/${USER}.pub
If you have added multiple keys to MyCSC, they should all be visible in the
same `${USER}.pub` file.

## Required for Roihu: Signing your public key

Motivation.

### Option 1: MyCSC

Instructions here.

### Option 2: Utility tool

Instructions here.

## More information

- [Tutorial on setting up SSH keys at CSC](https://csc-training.github.io/csc-env-eff/hands-on/connecting/ssh-keys.html)
Expand Down