Skip to content
Snippets Groups Projects
Commit 8c908efc authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

oprava internich linku test

parent bc06e9f6
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ PuTTYgen is the PuTTY key generator. You can load in an existing private key and
You can change the password of your SSH key with "PuTTY Key Generator". Make sure to backup the key.
- Load your [private key](../ssh-keys.md) file with *Load* button.
- Load your [private key](../ssh-keys/) file with *Load* button.
- Enter your current passphrase.
- Change key passphrase.
- Confirm key passphrase.
......@@ -48,4 +48,4 @@ You can generate an additional public/private key pair and insert public key in
![](PuttyKeygenerator_006V.png)
- Now you can insert additional public key into authorized_keys file for authentication with your own private key.
You must log in using ssh key received after registration. Then proceed to [How to add your own key](../ssh-keys.md).
You must log in using ssh key received after registration. Then proceed to [How to add your own key](../ssh-keys/).
......@@ -41,7 +41,7 @@ Private key
>The path to a private key is usually /home/username/.ssh/
Private key file in "id_rsa" or `"*.ppk" `format is used to authenticate with the servers. Private key is present locally on local side and used for example in SSH agent [Pageant (for Windows users)](putty/PageantV.png). The private key should always be kept in a safe place.
Private key file in "id_rsa" or `"*.ppk" `format is used to authenticate with the servers. Private key is present locally on local side and used for example in SSH agent Pageant (for Windows users). The private key should always be kept in a safe place.
An example of private key format:
......
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