From 2875953979836f651e3a0d315a33ceba9d8f9a28 Mon Sep 17 00:00:00 2001 From: Cat Tom Date: Fri, 13 Mar 2026 11:25:45 +0800 Subject: [PATCH] edit picokeys(not pub now) continue --- docs/tech/Picokeys.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tech/Picokeys.md b/docs/tech/Picokeys.md index b6c4348..7a35caf 100644 --- a/docs/tech/Picokeys.md +++ b/docs/tech/Picokeys.md @@ -2,7 +2,9 @@ !!! danger "重要提醒" - 近期,原作者[对固件代码增加了防回滚等功能](https://linux.do/t/topic/1469991),并且[将Pico Commissioner转入闭源](https://github.com/polhenarejos/pico-fido/issues/216),社区对原作者行为合理性产生[质疑](https://github.com/polhenarejos/pico-fido/issues/245)。有鉴于此,社区已经产生基于原项目的[完全开源分支](https://github.com/librekeys/),但是该分支仍处于不稳定状态,分支的整体结构、更新方向和兼容性问题尚未有明确定论。**无论选择哪个分支的固件,我强烈建议不要将刷入该固件的硬件密钥作为你保存 TOTP 和 Webauthn 密钥的唯一途径,并且妥善保管网站和应用程序提供的恢复代码。** + 近期,原作者[对固件代码增加了防回滚等功能](https://linux.do/t/topic/1469991),并且[将Pico Commissioner转入闭源](https://github.com/polhenarejos/pico-fido/issues/216),社区对原作者行为合理性产生[质疑](https://github.com/polhenarejos/pico-fido/issues/245)。有鉴于此,社区已经产生基于原项目的[完全开源分支](https://github.com/librekeys/),但是该分支仍处于不稳定状态,分支的整体结构、更新方向和兼容性问题尚未有明确定论。 + + **无论选择哪个分支的固件,我强烈建议不要将刷入该固件的硬件密钥作为你保存 TOTP 和 通行密钥的唯一途径,并且妥善保管网站和应用程序提供的恢复代码。** ## 准备 @@ -77,7 +79,7 @@ ssh -V 如有需要,请更新 OpenSSH: -**Linux**: +Linux: ``` bash # Debian/Ubuntu @@ -87,9 +89,7 @@ sudo apt update && sudo apt install openssh-client sudo dnf install openssh-clients ``` -**Windows**: - -Windows 10 (1809 版本及以上)和 Windows 11 系统内置了 OpenSSH 客户端。可通过以下命令确认: +Windows: Windows 10 (1809 版本及以上)和 Windows 11 系统内置了 OpenSSH 客户端。可通过以下命令确认: ``` powershell Get-WindowsCapability -Online | ? Name -like 'OpenSSH.Client*'