5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!219Virtual environment, upgrade MKdocs, upgrade Material design
We recommned you to download "**A Windows installer for everything except PuTTYtel**" with **Pageant** (SSH authentication agent) and **PuTTYgen** (PuTTY key generator) which is available [here](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html).
We recommned you to download "**A Windows installer for everything except PuTTYtel**" with **Pageant** (SSH authentication agent) and **PuTTYgen** (PuTTY key generator) which is available [here][a].
!!! note
After installation you can proceed directly to private keys authentication using ["Putty"](#putty).
After installation you can proceed directly to private keys authentication using ["Putty"][1].
"Change Password for Existing Private Key" is optional.
...
...
@@ -23,7 +23,7 @@ We recommned you to download "**A Windows installer for everything except PuTTYt
* Category - Connection - SSH - Auth:
Select Attempt authentication using Pageant.
Select Allow agent forwarding.
Browse and select your [private key](ssh-keys.md) file.
Browse and select your [private key][2] file.

...
...
@@ -36,7 +36,7 @@ We recommned you to download "**A Windows installer for everything except PuTTYt

* Enter your username if the _Host Name_ input is not in the format "username@salomon.it4i.cz".
* Enter passphrase for selected [private key](ssh-keys.md) file if Pageant **SSH authentication agent is not used.**
* Enter passphrase for selected [private key][2] file if Pageant **SSH authentication agent is not used.**
## Another PuTTY Settings
...
...
@@ -63,7 +63,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][2] file with _Load_ button.
* Enter your current passphrase.
* Change key passphrase.
* Confirm key passphrase.
...
...
@@ -104,4 +104,9 @@ You can generate an additional public/private key pair and insert public key int

* 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][2].