Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```