We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f43c1 commit 803310cCopy full SHA for 803310c
putty/README.md
@@ -0,0 +1,27 @@
1
+# PuTTY
2
+
3
4
+## Generate SSH keys
5
6
+Start PuTTYgen.
7
8
+Click on `Generate`.
9
10
+Move the mouse on the grey area.
11
12
+As `key comment` put your name.
13
14
+Set a passphrase (recommended).
15
16
+Click `save public key` button and name it `keyPublic`.
17
18
+Then `save private key` button and name it `keyPrivate`.
19
20
+Close the window.
21
22
23
+## Add key to PuTTY
24
25
+Start PuTTY.
26
27
+In `Connection` / `SSH` / `Auth`, add your private key to `Private key file for authentication` field.
0 commit comments