1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2025-03-12 10:56:08 +00:00

Merge pull request #471 from meonkeys/patch-1

ensure newline is expanded
This commit is contained in:
drduh 2025-03-03 23:06:54 +00:00 committed by GitHub
commit bea464f75d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1074,7 +1074,7 @@ YubiKey is now ready for use!
Encrypt a message to yourself (useful for storing credentials or protecting backups):
```console
echo "\ntest message string" | \
echo -e "\ntest message string" | \
gpg --encrypt --armor \
--recipient $KEYID --output encrypted.txt
```