当前位置: 首页 > 文档资料 > Yubikey 使用手册 >

触摸保护 - 启用触摸保护

优质
小牛编辑
142浏览
2023-12-01

启用触摸保护

Yubikey-manager 安装在一个绝对路径:【译者注:homebrew 是 macOS 平台的包管理软件】

  1. ❯ brew install libu2f-host libusb swig ykpers
  2. ❯ git clone git@github.com:Yubico/Yubikey-manager.git
  3. ❯ git submodule update --init --recursive
  4. ❯ pip install -e .

安装工具会自动把 ykman 文件链接到 /usr/local/bin/ykman ,但是原始 git 文件夹必须保留在硬盘上。

然后,为验证(aut), 加密(enc)和签名(sig)打开触摸验证:

  1. ❯ ykman openpgp touch aut on
  2. ❯ ykman openpgp touch enc on
  3. ❯ ykman openpgp touch sig on

确保触摸验证已经打开:

  1. ❯ ykman openpgp touch aut
  2. Current touch policy of AUTHENTICATE key is ON.
  3. ❯ ykman openpgp touch enc
  4. Current touch policy of ENCRYPT key is ON.
  5. ❯ ykman openpgp touch sig
  6. Current touch policy of SIGN key is ON.