From 0984d3e873131765da3a4c457e903c4a7fce061b Mon Sep 17 00:00:00 2001
From: Roman Sliva <roman.sliva@vsb.cz>
Date: Mon, 13 Dec 2021 09:47:25 +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 247d41bd6..a1c301154 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
@@ -100,7 +100,7 @@ You can insert an additional public key into the authorized_keys file for authen
 Example:
 
 ```console
-$ cat additional_key.pub > ~/.ssh/authorized_keys
+$ cat additional_key.pub >> ~/.ssh/authorized_keys
 ```
 
 In this example, we add an additional public key stored in the additional_key.pub file into the authorized_keys file. Next time we log in, we will be able to use the private addtional_key key to log in.
-- 
GitLab