Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamseth/yubikey-ssh
Code to provide 2 factor support to SSH
https://github.com/iamseth/yubikey-ssh
2factor ssh yubikey
Last synced: about 1 month ago
JSON representation
Code to provide 2 factor support to SSH
- Host: GitHub
- URL: https://github.com/iamseth/yubikey-ssh
- Owner: iamseth
- License: mit
- Created: 2013-02-19T02:41:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T20:08:45.000Z (about 7 years ago)
- Last Synced: 2023-03-11T08:27:32.935Z (almost 2 years ago)
- Topics: 2factor, ssh, yubikey
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```