Skip to content

Commit 803310c

Browse files
committed
Add PuTTY
1 parent 05f43c1 commit 803310c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

putty/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)