1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Fix less-than signs in copy-ssh-public-key.md (#26937)

This commit is contained in:
LColman-ANZx
2023-07-22 02:18:01 +10:00
committed by GitHub
parent aa3e324d03
commit 0b4b1835f6

View File

@@ -4,7 +4,7 @@
{% mac %}
```shell
$ pbcopy < ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
$ pbcopy < ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
# Copies the contents of the id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub file to your clipboard
```
@@ -17,7 +17,7 @@
{% windows %}
```shell
$ clip &lt; ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
$ clip < ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
# Copies the contents of the id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub file to your clipboard
```