mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
[https://docs.codeberg.org/security/ssh-key/](https://docs.codeberg.org/security/ssh-key/) currently recommends this: `clip < ~/.ssh/id_ed25519.pub` for copying on windows. This however breaks with pwsh (which is becoming more and more the default on windows) with: *The '<' operator is reserved for future use.* This pr adresses this by proposing `gc ~/.ssh/id_ed25519.pub | clip` for pwsh. Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/824 Reviewed-by: Robert Wolff <mahlzahn@posteo.de> |
||
|---|---|---|
| .. | ||
| 2fa.md | ||
| gpg-key.md | ||
| index.md | ||
| ssh-fingerprint.md | ||
| ssh-key.md | ||