centos7配置Google身份认证登录

1.手机app下载谷歌身份验证器
2.配置本地yum源
yum -y install git automake libtool pam-devel bzip2 wget vim ntpdate
3.校对时间
timedatectl set-timezone Asia/Shanghai
ntpdate cn.pool.ntp.org
4.下载工具包
wget http://repository.timesys.com/buildsources/l/libpam-google-authenticator/libpam-google-authenticator-1.0/libpam-google-authenticator-1.0-source.tar.bz2
5.解压
tar -xf libpam-google-authenticator-1.0-cource.tar.bz2
6.编译安装
cd libpam-google-authenticator-1.0
make
make install
7.修改ssh服务配置
echo "auth required pam_google_authenticator.so" >> /etc/pam.d/sshd

vim /etc/ssh/sshd_config

将ChallengeResponseAuthentication no
改为ChallengeResponseAuthentication yes

重启sshd服务

systemctl restart sshd
8.使用令牌工具生成登录密钥

(会生成一个二维码,使用一开始下载的app扫描,绑定用户获取动态码)

google-authenticator


Do you want authentication tokens to be time-based (y/n) y
https://www.google.com/chart?chs=200x200&chld=M|0&cht=qr&chl=otpauth://totp/root@localhost.localdomain%3Fsecret%3DWLJCY4JSNGQNH454                                                                           
Your new secret key is: WLJCY4JSNGQNH454
Your verification code is 635811
Your emergency scratch codes are:
  18263912
  56060832
  39571822
  20569639
  90543013

Do you want me to update your "/root/.google_authenticator" file (y/n) y

Do you want to disallow multiple uses of the same authentication
token? This restricts you to one login about every 30s, but it increases
your chances to notice or even prevent man-in-the-middle attacks (y/n) y

By default, tokens are good for 30 seconds and in order to compensate for
possible time-skew between the client and the server, we allow an extra
token before and after the current time. If you experience problems with poor
time synchronization, you can increase the window from its default
size of 1:30min to about 4min. Do you want to do so (y/n) y

If the computer that you are logging into isn't hardened against brute-force
login attempts, you can enable rate-limiting for the authentication module.
By default, this limits attackers to no more than 3 login attempts every 30s.
Do you want to enable rate-limiting (y/n) n
9.使用app中的动态码登录服务器
  • 17
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值