edit picokeys(not pub now) continue
All checks were successful
Deploy / deploy (push) Successful in 36s

This commit is contained in:
2026-03-13 11:25:45 +08:00
parent 610620428e
commit 2875953979

View File

@@ -2,7 +2,9 @@
!!! danger "重要提醒" !!! 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: 如有需要,请更新 OpenSSH:
**Linux**: Linux:
``` bash ``` bash
# Debian/Ubuntu # Debian/Ubuntu
@@ -87,9 +89,7 @@ sudo apt update && sudo apt install openssh-client
sudo dnf install openssh-clients sudo dnf install openssh-clients
``` ```
**Windows**: Windows: Windows 10 (1809 版本及以上)和 Windows 11 系统内置了 OpenSSH 客户端。可通过以下命令确认:
Windows 10 (1809 版本及以上)和 Windows 11 系统内置了 OpenSSH 客户端。可通过以下命令确认:
``` powershell ``` powershell
Get-WindowsCapability -Online | ? Name -like 'OpenSSH.Client*' Get-WindowsCapability -Online | ? Name -like 'OpenSSH.Client*'