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 247d41bd6c800dc4ff549b98fe9737535add1e7f..a1c30115401340fd425f51b497683c8520f4e100 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.