From 4e812382f2080465a3765fde2223e32b99a0fe2b Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Tue, 19 Mar 2024 11:06:04 +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 9b2bc397e..ad14ed0c4 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
@@ -5,7 +5,7 @@
 To generate a new keypair of your public and private key, use the `ssh-keygen` tool:
 
 ```console
-local $ ssh-keygen -C 'username@organization.example.com' -f additional_key
+local $ ssh-keygen -t ed25519 -C username@organization.example.com' -f additional_key
 ```
 
 !!! note
-- 
GitLab