Fix missing section for linux (#29535)
Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user