- 配对管理
配对管理
随 macOS 提供的 sc_auth
工具 (smart card authorization setup script,智能卡认证设置脚本) 可以执行大量的和智能卡相关的操作。
列出用户
foobar
的智能卡 hash:❯ sc_auth list -u foobar
为用户
foobar
取消配对名为bar
的智能卡:❯ sc_auth unpair -u foobar -h bar
为用户
foobar
取消配对所有的智能卡:❯ sc_auth unpair -u foobar
当插入新智能卡时不显示配对窗口:
❯ sc_auth pairing_ui -s disable