1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix missing section for linux (#29535)

Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com>
This commit is contained in:
John HU
2023-10-31 10:24:06 -07:00
committed by GitHub
parent 7af59a2871
commit e66ca8410a

View File

@@ -213,7 +213,7 @@ If you are using macOS or Linux, you may need to update your SSH client or insta
```shell ```shell
ssh-keygen -t {% ifversion ghae %}ecdsa{% else %}ed25519{% endif %}-sk -C "your_email@example.com" ssh-keygen -t {% ifversion ghae %}ecdsa{% else %}ed25519{% endif %}-sk -C "your_email@example.com"
``` ```
{% endmac %} {% endmac %}
{% windows %} {% windows %}
@@ -223,6 +223,15 @@ If you are using macOS or Linux, you may need to update your SSH client or insta
``` ```
{% endwindows %} {% endwindows %}
{% linux %}
```shell
ssh-keygen -t {% ifversion ghae %}ecdsa{% else %}ed25519{% endif %}-sk -C "your_email@example.com"
```
{% endlinux %}
{%- ifversion not ghae %} {%- ifversion not ghae %}
{% note %} {% note %}
@@ -234,6 +243,7 @@ If you are using macOS or Linux, you may need to update your SSH client or insta
{% endnote %} {% endnote %}
{%- endif %} {%- endif %}
1. When you are prompted, touch the button on your hardware security key. 1. When you are prompted, touch the button on your hardware security key.
1. When you are prompted to "Enter a file in which to save the key," press Enter to accept the default file location. 1. When you are prompted to "Enter a file in which to save the key," press Enter to accept the default file location.