如何向我的密钥库 ID 添加多个 PGP 密钥?

如何向我的密钥库 ID 添加多个 PGP 密钥?

我在用密钥库我尝试将辅助 PGP 密钥添加到我的 ID。但是,当我尝试从本地密钥环中选择一个密钥时,我收到以下消息。

 ~ $ keybase pgp select
▶ ERROR You already have a PGP key registered (0CF0 0000 0000 0000 0000 0000 0000 0000 0000 3200)
Specify the `--multi` flag to override this check

由此博客文章我知道完全可以将多个密钥和帐户添加到密钥库 ID。但是怎么做呢?上面的错误消息告诉我有关标志的一些信息--multi,但似乎我的密钥库版本无法识别它:

 ~ $ keybase pgp --multi select
Incorrect Usage.
[...]
Error parsing command line arguments: flag provided but not defined: -multi

或者:

 ~ $ keybase --multi pgp select
Incorrect Usage.
[...]
Error parsing command line arguments: flag provided but not defined: -multi

如何向我的密钥库 ID 添加多个 PGP 密钥?

编辑:ArchLinux 上的 Keybase 版本 1.0.17。

答案1

它是keybase pgp select --multi– 即select子命令的一个选项。

相关内容