Skip to content
Snippets Groups Projects
Commit 7c627d6f authored by David Hrbáč's avatar David Hrbáč
Browse files

Links OK

parent 8108bebe
No related branches found
No related tags found
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
......@@ -2,10 +2,10 @@
## Windows PuTTY Installer
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.
![](../../../img/PuTTY_keyV.png)
......@@ -36,7 +36,7 @@ We recommned you to download "**A Windows installer for everything except PuTTYt
![](../../../img/PuTTY_open_Salomon.png)
* 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
![](../../../img/PuttyKeygenerator_006V.png)
* 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].
[1]: #putty
[2]: ssh-keys.md
[a]: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment