From 447f5578a1a530e2618166c64342c730225c6505 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 11 Mar 2024 09:37:42 +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 070878011..6347d1028 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 @@ -14,7 +14,7 @@ local $ ssh-keygen -C 'username@organization.example.com' -f additional_key By default, your private key is saved to the `id_rsa` file in the `.ssh` directory and your public key is saved to the `id_rsa.pub` file. -## Adding SSH Key to your linux system SSH Agent +## Adding SSH Key to Linux System SSH Agent 1. Check if SSH Agent is running: -- GitLab