Revise markdown instructions in README

Updated SSH authentication note to reflect usage.
This commit is contained in:
Dennis Triantafyllis
2025-12-01 14:06:36 +02:00
committed by GitHub
parent 98fdcad708
commit 40e47c3c02

View File

@@ -498,7 +498,7 @@ Followed by the Authentication Subkey:
> [!NOTE]
> Some systems no longer accept RSA for SSH authentication; to use [Ed25519](https://ed25519.cr.yp.to/), set the `KEY_TYPE` variable to `ed25519` before generating Authentication Subkey.
```
```console
echo "$CERTIFY_PASS" | \
gpg --batch --pinentry-mode=loopback --passphrase-fd 0 \
--quick-add-key "$KEYFP" "$KEY_TYPE" auth "$EXPIRATION"