Skip to content

Installation

Sherry Singh edited this page Jun 1, 2026 · 1 revision

Installation

Prerequisites

Install required packages:

sudo apt update
sudo apt install pcscd pcsc-tools libnotify-bin

Enable the smart card service:

sudo systemctl enable pcscd
sudo systemctl start pcscd

Install SmartCard Guard

git clone https://github.com/YOUR_USERNAME/SmartCard-Guard.git

cd SmartCard-Guard

chmod +x install.sh

./install.sh

Verify Installation

Check service status:

systemctl --user status smartcard-guard.service

Expected output:

active (running)

Automatic Startup

SmartCard Guard automatically starts after login using a systemd user service.

Clone this wiki locally