From f5bf2f24c3a9addf5d833704d2f13413f41c960a 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:42:18 +0200 Subject: [PATCH] oprava internich linku test --- .../shell-access-and-data-transfer/puttygen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 37849765b..c818903d4 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/) file with *Load* button. +- Load your [private key](../shell-access-and-data-transfer/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/). + You must log in using ssh key received after registration. Then proceed to [How to add your own key](../shell-access-and-data-transfer/ssh-keys/). -- GitLab