Merge pull request #525 from dennisxtria/patch-1

Revise markdown instructions in README
This commit is contained in:
drduh
2025-12-13 09:09:04 -08:00
committed by GitHub

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"