Skip to content

Commit bb8e5e4

Browse files
authored
Merge pull request #567 from sturman/patch-1
Fix default GPG key type
2 parents 1af775d + ce58d7b commit bb8e5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/github/authenticating-to-github/generating-a-new-gpg-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ versions:
2929
```shell
3030
$ gpg --default-new-key-algo rsa4096 --gen-key
3131
```
32-
4. At the prompt, specify the kind of key you want, or press `Enter` to accept the default `RSA and DSA`.
32+
4. At the prompt, specify the kind of key you want, or press `Enter` to accept the default `RSA and RSA`.
3333
5. Enter the desired key size. Your key must be at least `4096` bits.
3434
6. Enter the length of time the key should be valid. Press `Enter` to specify the default selection, indicating that the key doesn't expire.
3535
7. Verify that your selections are correct.

0 commit comments

Comments
 (0)