Update Documentation authored by Peter Heger's avatar Peter Heger
......@@ -114,7 +114,7 @@ The key's randomart image is:
| .. .. |
+----[SHA256]-----+
```
You will now see the key pair `~/.ssh/id_ed25519` and `~/.ssh/id_ed25519.pub` (or `~/.ssh/id_rsa` and `~/.ssh/id_rsa.pub`).
You will now see the key pair in the hidden `.ssh` directory of your home as files `~/.ssh/id_ed25519` and `~/.ssh/id_ed25519.pub` (or `~/.ssh/id_rsa` and `~/.ssh/id_rsa.pub`).
##### (on Windows: you can also use [PuTTY](PuTTY-key-generator) )
#### 2.2.2 Step 2: Transfer the public key
You can now send us the **public** key (`id_ed25519.pub`), either as a file or by copy-paste of the public-key file contents:
......
......