43.10. Google Authenticator - Android Apps on Google Play
#### ssh 二次认证 1) 安装依赖环境 yum install gcc wget pam-devel libpng-devel libtool 2) 安装二维码工具 yum install -y qrencode 3) 安装 google_authenticator (EPEL repo) yum install google-authenticator -y 4) setup <1> Using command line switch to the user you want to setup Google 2-step verification for [root@test23 src]# su root <2> Run the Google Authenticator script and answer yes (y) to all questions: [root@test23 src]# google-authenticator <3> 执行 google-authenticator 命令 会生成一张二维码 ,手机下载 google...