diff --git a/docs/computing/connecting/ssh-keys.md b/docs/computing/connecting/ssh-keys.md index 9acb9fd7f1..717c618b6b 100644 --- a/docs/computing/connecting/ssh-keys.md +++ b/docs/computing/connecting/ssh-keys.md @@ -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)