Skip to content
Snippets Groups Projects
Commit 0984d3e8 authored by Roman Sliva's avatar Roman Sliva
Browse files

Update ssh-keys.md

parent dc3ca623
No related branches found
No related tags found
No related merge requests found
Pipeline #24131 passed
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment