我已将我的密钥(通过 seahorse GUI)导出到 key.pgp,并通过 Ubuntu 上的 seahorse GUI 导入到另一台电脑上。之后,当我运行 debuild -S 为 launchpad 构建源代码时,我无法使用此密钥对我的 deb 包进行签名。您有什么想法吗?
答案1
如果你通过 ssh 远程工作:
sudo update-alternatives --config pinentry
选择pinentry-curses
或pinentry-tty
替代方案。
我已将我的密钥(通过 seahorse GUI)导出到 key.pgp,并通过 Ubuntu 上的 seahorse GUI 导入到另一台电脑上。之后,当我运行 debuild -S 为 launchpad 构建源代码时,我无法使用此密钥对我的 deb 包进行签名。您有什么想法吗?
如果你通过 ssh 远程工作:
sudo update-alternatives --config pinentry
选择pinentry-curses
或pinentry-tty
替代方案。