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

Afr*_*Afr 8 pgp private-key

我正在使用密钥库,并尝试添加以将辅助 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
Run Code Online (Sandbox Code Playgroud)

从这篇博文中,我了解到完全可以将多个密钥和帐户添加到您的密钥库 ID。但是如何?上面的错误消息告诉我有关--multi标志的一些信息,但似乎我的密钥库版本无法识别它:

 ~ $ keybase pgp --multi select
Incorrect Usage.
[...]
Error parsing command line arguments: flag provided but not defined: -multi
Run Code Online (Sandbox Code Playgroud)

或者:

 ~ $ keybase --multi pgp select
Incorrect Usage.
[...]
Error parsing command line arguments: flag provided but not defined: -multi
Run Code Online (Sandbox Code Playgroud)

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

编辑:ArchLinux 上的 Keybase 版本 1.0.17。

use*_*686 12

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