google-authenticator-libpam

安装命令
brew install google-authenticator-libpam

PAM 模块,用于双因素认证

https://github.com/google/google-authenticator-libpam

许可证: Apache-2.0

公式 JSON API: /api/formula/google-authenticator-libpam.json

公式代码: google-authenticator-libpam.rb 在 GitHub 上

提供瓶装(二进制包)安装支持

Apple Silicon sonoma
ventura
monterey
Intel sonoma
ventura
monterey
64位linux

当前版本

稳定版 1.10

依赖项

qrencode 4.1.1 QR码生成

从源代码构建时依赖

autoconf 2.72 自动配置脚本生成器
automake 1.17 生成符合 GNU 标准的 Makefile 的工具
libtool 2.4.7 通用库支持脚本
为 ssh 添加双因素认证
    echo "auth required $HOMEBREW_PREFIX/opt/google-authenticator-libpam/lib/security/pam_google_authenticator.so" \
    | sudo tee -a /etc/pam.d/sshd

为 ssh 添加双因素认证,允许用户不使用 OTP 登录
    echo "auth required $HOMEBREW_PREFIX/opt/google-authenticator-libpam/lib/security/pam_google_authenticator.so" \
    "nullok" | sudo tee -a /etc/pam.d/sshd

(或者直接手动编辑 /etc/pam.d/sshd)

分析

安装(30天)
google-authenticator-libpam 49
请求安装(30天)
google-authenticator-libpam 49
构建错误(30天)
google-authenticator-libpam 0
安装(90天)
google-authenticator-libpam 194
请求安装(90天)
google-authenticator-libpam 194
安装(365天)
google-authenticator-libpam 630
请求安装(365天)
google-authenticator-libpam 630
Fork me on GitHub