From 8c908efc04cc4e751475398b9151ec145b33d44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Tue, 30 Aug 2016 07:41:25 +0200 Subject: [PATCH] oprava internich linku test --- .../shell-access-and-data-transfer/puttygen.md | 4 ++-- .../shell-access-and-data-transfer/ssh-keys.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.it4i/get-started-with-it4innovations/accessing-the-clusters/shell-access-and-data-transfer/puttygen.md b/docs.it4i/get-started-with-it4innovations/accessing-the-clusters/shell-access-and-data-transfer/puttygen.md index 6980dc104..37849765b 100644 --- a/docs.it4i/get-started-with-it4innovations/accessing-the-clusters/shell-access-and-data-transfer/puttygen.md +++ b/docs.it4i/get-started-with-it4innovations/accessing-the-clusters/shell-access-and-data-transfer/puttygen.md @@ -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  - 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/). diff --git a/docs.it4i/get-started-with-it4innovations/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys.md b/docs.it4i/get-started-with-it4innovations/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys.md index 1057f7735..6c5fff838 100644 --- a/docs.it4i/get-started-with-it4innovations/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys.md +++ b/docs.it4i/get-started-with-it4innovations/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys.md @@ -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: -- GitLab