Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nlm/pam-google-authenticator
PAM module from Google patched to add new features
https://github.com/nlm/pam-google-authenticator
Last synced: about 1 month ago
JSON representation
PAM module from Google patched to add new features
- Host: GitHub
- URL: https://github.com/nlm/pam-google-authenticator
- Owner: nlm
- License: apache-2.0
- Created: 2013-09-19T16:44:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-16T14:33:34.000Z (almost 11 years ago)
- Last Synced: 2024-04-21T17:05:51.992Z (8 months ago)
- Language: C
- Homepage:
- Size: 1.91 MB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pam-google-authenticator
========================imported from https://code.google.com/p/google-authenticator/
features added in this repository
---------------------------------### RHOST_WHITELIST option
A list of hosts to your user configuration file, from which the
validation code will never be asked (trusted hosts)### AUTH_CACHE option
Add this option to the user configuration file to only enter a
validation code only once in a time period from the same host
(temporary trusted host)quick install guide for debian/ubuntu openssh
---------------------------------------------cd libpam
make
make test
make installedit these files :
* /etc/ssh/sshd_config
ChallengeResponseAuthentication yes
* /etc/pam.d/sshd (under @common-auth)
auth required pam_google_authenticator.so nullok noskewadj