aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar drduh <github@duh.to> 2025-04-06 14:53:26 -0700
committerGravatar drduh <github@duh.to> 2025-04-06 14:53:26 -0700
commitb5ab51d847cfac0b5b29a9ea1fc0ac5e9a27f7e8 (patch)
tree44c3313c2369595a3b1a19fe743555eb6dfb37ec
parentc91fe7a97492429c06722bdb533aa42dc707a21b (diff)
downloadYubiKey-Guide-b5ab51d847cfac0b5b29a9ea1fc0ac5e9a27f7e8.tar.gz
YubiKey-Guide-b5ab51d847cfac0b5b29a9ea1fc0ac5e9a27f7e8.tar.zst
YubiKey-Guide-b5ab51d847cfac0b5b29a9ea1fc0ac5e9a27f7e8.zip
patch warning/cautions
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 59a84e2..530df1f 100644
--- a/README.md
+++ b/README.md
@@ -527,7 +527,8 @@ $ sudo fdisk -l /dev/sdc
Disk /dev/sdc: 14.9 GiB, 15931539456 bytes, 31116288 sectors
```
-**Warning** Confirm the destination (`of`) before issuing the following command - it is destructive! This guide uses `/dev/sdc` throughout, but this value may be different on your system.
+> [!WARNING]
+> Confirm the destination (`of`) before issuing the following command - it is destructive! This guide uses `/dev/sdc` throughout, but this value may be different on your system.
Zero the header to prepare for encryption:
@@ -824,7 +825,8 @@ EOF
Remove and re-insert YubiKey.
-**Warning** Three incorrect *User PIN* entries will cause it to become blocked and must be unblocked with either the *Admin PIN* or *Reset Code*. Three incorrect *Admin PIN* or *Reset Code* entries will destroy data on YubiKey.
+> [!CAUTION]
+> Three incorrect *User PIN* entries will cause it to become blocked and must be unblocked with either the *Admin PIN* or *Reset Code*. Three incorrect *Admin PIN* or *Reset Code* entries will destroy data on YubiKey.
The number of [retry attempts](https://docs.yubico.com/software/yubikey/tools/ykman/OpenPGP_Commands.html#ykman-openpgp-access-set-retries-options-pin-retries-reset-code-retries-admin-pin-retries) can be changed, for example to 5 attempts:
@@ -1536,7 +1538,8 @@ When using the key `pinentry` will be invoked to request the key passphrase. The
### SSH agent forwarding
-**Warning** SSH Agent Forwarding can [add additional risk](https://matrix.org/blog/2019/05/08/post-mortem-and-remediations-for-apr-11-security-incident/#ssh-agent-forwarding-should-be-disabled) - proceed with caution!
+> [!CAUTION]
+> SSH Agent Forwarding can [add additional risk](https://matrix.org/blog/2019/05/08/post-mortem-and-remediations-for-apr-11-security-incident/#ssh-agent-forwarding-should-be-disabled) - proceed with caution!
There are two methods for ssh-agent forwarding, one is provided by OpenSSH and the other is provided by GnuPG.