yum install ntpdate -y
安装完成以后,手动测试一下:sudo ntpdate 0.asia.pool.ntp.org
如果同步成功后,则会显示时间的差异
每小时同步一次:
nano /etc/crontab
yum install -y git make gcc libtool pam-devel
git clone https://github.com/google/google-authenticator-libpam
cd google-authenticator-libpam/
./bootstrap.sh
./configure
make
make install
ln -s /usr/local/lib/security/pam_google_authenticator.so /usr/lib64/security/
nano /etc/ssh/sshd_config
修改以下配置:
ChallengeResponseAuthentication yes
UsePAM yes
配置 /etc/pam.d/sshd 文件
nano /etc/pam.d/sshd
将那行改为如图所示的内容
重载并重启ssh进程
原来的样子:
google-authenticator
手机下载Google Authenticator后扫描生成的这个二维码
然后命令行中输入手机上的动态验证码
会生成5个紧急救援码,记得保留
下面除了一个是否增加时间误差选择n以外,其余全部选择y
第一次是需要输入手机上的动态验证码,第二次是需要输入正常的ssh密码。遇到问题,请查看日志文件 /var/log/secure。
命令行输入 google-authenticator 后重新配置即可