Skip to content

Commit b5ab51d

Browse files
committed
patch warning/cautions
1 parent c91fe7a commit b5ab51d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,8 @@ $ sudo fdisk -l /dev/sdc
527527
Disk /dev/sdc: 14.9 GiB, 15931539456 bytes, 31116288 sectors
528528
```
529529

530-
**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.
530+
> [!WARNING]
531+
> 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.
531532
532533
Zero the header to prepare for encryption:
533534

@@ -824,7 +825,8 @@ EOF
824825

825826
Remove and re-insert YubiKey.
826827

827-
**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.
828+
> [!CAUTION]
829+
> 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.
828830
829831
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:
830832

@@ -1536,7 +1538,8 @@ When using the key `pinentry` will be invoked to request the key passphrase. The
15361538
15371539
### SSH agent forwarding
15381540
1539-
**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!
1541+
> [!CAUTION]
1542+
> 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!
15401543
15411544
There are two methods for ssh-agent forwarding, one is provided by OpenSSH and the other is provided by GnuPG.
15421545

0 commit comments

Comments
 (0)