# yubikey-ssh **Repository Path**: mirrors_iamseth/yubikey-ssh ## Basic Information - **Project Name**: yubikey-ssh - **Description**: Code to provide 2 factor support to SSH - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##Installation - Install the RPM ```bash rpm -ivh http://migrantgeek-yum.s3.amazonaws.com/rhel/6/noarch/yubikey-ssh-0.1-1.noarch.rpm ``` - Add your API key to /etc/yubikey.conf - Add following line to SSH and restart ```bash echo "ForceCommand /usr/sbin/yubikey-ssh.py" >> /etc/ssh/sshd_config service sshd restart ```