Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 432 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 432 Bytes

Smart Card Setup Script for Linux

This script configures a Linux system to use a smart card (e.g., Nitrokey) with GnuPG and SSH.

Usage

  1. Clone the repository:
    git clone https://github.com/nottheend/setup-smartcard.git
    cd setup-smartcard
    
  2. Run the script:
     chmod +x setup-smartcard.sh
     ./setup-smartcard.sh
    
  3. Test the setup:
    gpg --card-status
    ssh-add -L