千家信息网

二次登陆验证

发表于:2024-12-03 作者:千家信息网编辑
千家信息网最后更新 2024年12月03日,服务器二次登录验证:目前比较流行的两种方式1 Googlehttps://github.com/google/google-authenticator安装关闭 selinuxgit clone htt
千家信息网最后更新 2024年12月03日二次登陆验证

服务器二次登录验证:

目前比较流行的两种方式

1 Google

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

安装关闭 selinuxgit clone https://github.com/google/google-authenticator.gityum install libtool   ./bootstrap.sh    ./configure     make && make install    google-authenticator    获取私钥 客户端输入。Do you want me to update your "/root/.google_authenticator" file (y/n) yDo you want to disallow multiple uses of the same authenticationtoken? This restricts you to one login about every 30s, but it increasesyour chances to notice or even prevent man-in-the-middle attacks (y/n) Do you want to disallow multiple uses of the same authenticationtoken? This restricts you to one login about every 30s, but it increasesyour chances to notice or even prevent man-in-the-middle attacks (y/n) yBy default, tokens are good for 30 seconds. In order to compensate forpossible time-skew between the client and the server, we allow an extratoken before and after the current time. If you experience problems withpoor time synchronization, you can increase the window from its defaultsize of +-1min (window size of 3) to about +-4min (window size of17 acceptable tokens).Do you want to do so? (y/n) yIf the computer that you are logging into isn't hardened against brute-forcelogin 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) y vim /etc/pam.d/sshd  第一行添加 auth required pam_google_authenticator.so   vim /etc/ssh/sshd_config  修改为 ChallengeResponseAuthentication yes service sshd restartln -s /usr/local/lib/security/pam_google_authenticator.so pam_google_authenticator.so



通过 私钥+时间戳 算出6位验证码,客户端和服务端匹配,则通过验证。

缺点:数据明文存储本地,root账号可以看到

应用商店搜索 Google身份验证器 安装

2 洋葱

https://github.com/secken/secken-ssh


git clone https://github.com/secken/secken-ssh.git

sh dep.sh


tips

将keyboard interactive 放到第一位


通过秘钥登录的 无法进行二次验证

参考:http://36kr.com/p/532998.html

http://www.xitongzhijia.net/xtjc/20141211/32369.html



验证 客户 客户端 服务 次登 一行 商店 数据 方式 时间 明文 服务器 洋葱 缺点 账号 身份 验证器 参考 存储 应用 数据库的安全要保护哪些东西 数据库安全各自的含义是什么 生产安全数据库录入 数据库的安全性及管理 数据库安全策略包含哪些 海淀数据库安全审计系统 建立农村房屋安全信息数据库 易用的数据库客户端支持安全管理 连接数据库失败ssl安全错误 数据库的锁怎样保障安全 铁威马多媒体服务器有什么用 滨州有软件开发薪资 社区网络安全法宣传总结 上海天投网络技术有限公司 g6_e的管理服务器未启动 数据库语句开头select 陕交院计算机网络技术 win10sql数据库用不了 数据库设计密码表单 维护国家网络安全的黑客 汽车智能网络技术概念 阿里云的数据库服务有哪些 共享社保数据库没有你的证件照 数据库为什么是信息系统的基础 网络安全咨询服务 广东惠普服务器续保维护 网络安全及信息工作座谈会 忘记手机网络安全密钥 ps5国行服务器下载速度慢 数据库系统原理课本 做软件开发适合用苹果电脑吗 网络安全普及小结 华为服务器报错20f 公安机关网络安全员职责 用友t3服务器连接不上 电视台用的文件管理服务器 数据库管理系统怎样管理数据 是不是要先安装数据库才可以解压 惠普服务器风扇改装电压调速教程 奥维地图企业服务器怎么登陆
0