chromeos_smart_card_connector icon indicating copy to clipboard operation
chromeos_smart_card_connector copied to clipboard

Conflicts with gpg-agent when installed on ChromeOS and synced to desktop

Open leoluk opened this issue 5 years ago • 1 comments
trafficstars

Scenario:

  • Desktop workstation that uses gpg2/gpg-agent for SSH authentication.
  • ChromeOS device that uses the Smart Card Connector extension.
  • Chrome profile is synchronized between desktop workstation and ChromeOS.

On the workstation, the extension exclusively grabs the YubiKey interface and breaks gpg-agent. There's no way to disable the (unused) Smart Card Connector extension on the desktop workstation without also uninstalling it from ChromeOS.

leoluk avatar Oct 12 '20 16:10 leoluk

Figured out workaround: one can use device-local policy (i.e. managed.json) to add the extension to ExtensionInstallBlacklist. Disabling it that way isn't synced to the profile and only disables the extension on the desktop.

leoluk avatar Oct 13 '20 23:10 leoluk