From 60a73a54d49a14ef1e1320c5a724e2f9a5f2b935 Mon Sep 17 00:00:00 2001 From: Rasmus Kronberg Date: Wed, 10 Dec 2025 12:49:48 +0200 Subject: [PATCH 1/2] SSH CA From 7cd50e4067e55c7057ae33b0592d7f83cbc3292a Mon Sep 17 00:00:00 2001 From: Rasmus Kronberg Date: Wed, 10 Dec 2025 12:52:29 +0200 Subject: [PATCH 2/2] headers --- docs/computing/connecting/ssh-keys.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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)