From 81a1eeaca3e75884cb41a427df47f4c43e543d10 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 11 Mar 2024 09:46:54 +0100 Subject: [PATCH] Update ssh-keys.md --- .../shell-access-and-data-transfer/ssh-keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/general/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys.md b/docs.it4i/general/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys.md index 6347d1028..9b2bc397e 100644 --- a/docs.it4i/general/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys.md +++ b/docs.it4i/general/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys.md @@ -28,7 +28,7 @@ and your public key is saved to the `id_rsa.pub` file. ssh-add ~/.ssh/name_of_your_ssh_key_file ``` -1. Verify the key Added to SSH Agent: +1. Verify the key Added to SSH Agent: ``` ssh-add -l -- GitLab