Documentation/content/security
timcl 25f21f69ff SSH-Key clip recommendations do not work with powershell (#824)
[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>
2026-07-07 13:47:08 +02:00
..
2fa.md docs: Updated git config command examples, outlining those commands have changed and also added a warning for users to consider migrating to the new command syntax (#802) 2026-06-25 21:31:22 +02:00
gpg-key.md docs: Updated git config command examples, outlining those commands have changed and also added a warning for users to consider migrating to the new command syntax (#802) 2026-06-25 21:31:22 +02:00
index.md Move duplicate article list snippets to shortcode. (#780) 2026-04-27 14:36:08 +02:00
ssh-fingerprint.md Lint the documentation (#626) 2025-06-14 15:39:01 +02:00
ssh-key.md SSH-Key clip recommendations do not work with powershell (#824) 2026-07-07 13:47:08 +02:00