Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 580 Bytes

managing-pairing.md

File metadata and controls

27 lines (18 loc) · 580 Bytes

Managing pairing

The sc_auth utility (smart card authorization setup script) bundled by macOS can be used for a variety of SmartCard related operations.

  1. List all SmartCard hashes for user foobar:
❯ sc_auth list -u foobar
  1. Unpair a SmartCard hash bar from user foobar:
❯ sc_auth unpair -u foobar -h bar
  1. Unpair all SmartCards from user foobar:
❯ sc_auth unpair -u foobar
  1. Disable the SmartCard Pairing UI whenever a new SmartCard is entered:
❯ sc_auth pairing_ui -s disable