From 928c6fea0b6c884a43b94f26b56e8e878f94216a Mon Sep 17 00:00:00 2001 From: lazariv <taras.lazariv@tu-dresden.de> Date: Wed, 15 Jun 2022 12:04:45 +0000 Subject: [PATCH] Major text improvements --- doc.zih.tu-dresden.de/docs/access/ssh_putty.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/access/ssh_putty.md b/doc.zih.tu-dresden.de/docs/access/ssh_putty.md index 077720c6b..41b4d7a9e 100644 --- a/doc.zih.tu-dresden.de/docs/access/ssh_putty.md +++ b/doc.zih.tu-dresden.de/docs/access/ssh_putty.md @@ -40,20 +40,18 @@ You can pre-configure some connection details additionally. It will save time in If you do not have your SSH key pair (public and private keys) yet, you can generate it using PuTTYgen program, which was installed together with the main PuTTY client. -  + {: width=400} Click on the button "Generate" to create a new key pair. Move the mouse pointer in the respective field as requested. Afterwards save your public and private keys in separate - files. It is recommended to use a passphrase for a private key. + files. It is recommended to use a passphrase for the private key. - To configure the SSH key to use, navigate to "Connection" → "SSH" → "Auth" in the tree left. - You will see a text field for "Private key file for authentication". - Insert the path to your local key-file or brows it using the button "Browse...". - This will do the same as the command `ssh -i .ssh/id_red25519 marie@taurus.hrsk.tudresden.de:22` in Terminal. + To configure the SSH key to use, navigate to "Connection" → "SSH" → "Auth" in the + tree left. Insert the path to your local key-file in a text field "Private key file for + authentication" or select it with "Browse...".  - !!! note "Add public key to ZIH system" For being able to use a SSH key to login to ZIH system, you have to register the key -- GitLab