Skip to content
Snippets Groups Projects
Commit 928c6fea authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Major text improvements

parent 0a57c70c
No related branches found
No related tags found
2 merge requests!607Automated merge from preview to main,!605Resolve "Transfer pdfs on mobaxterm to markdown pages"
......@@ -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.
![PuTTY generate key pair](misc/putty8_gen_key.png)
![PuTTY generate key pair](misc/putty8_gen_key.png){: 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...".
![SSH-key in PuTTY](misc/putty5_key.png)
!!! 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
......
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