You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -527,7 +527,8 @@ $ sudo fdisk -l /dev/sdc
527
527
Disk /dev/sdc: 14.9 GiB, 15931539456 bytes, 31116288 sectors
528
528
```
529
529
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.
531
532
532
533
Zero the header to prepare for encryption:
533
534
@@ -824,7 +825,8 @@ EOF
824
825
825
826
Remove and re-insert YubiKey.
826
827
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.
828
830
829
831
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:
830
832
@@ -1536,7 +1538,8 @@ When using the key `pinentry` will be invoked to request the key passphrase. The
1536
1538
1537
1539
### SSH agent forwarding
1538
1540
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!
1540
1543
1541
1544
There are two methods for ssh-agent forwarding, one is provided by OpenSSH and the other is provided by GnuPG.
0 commit comments