proxy代理   soft软件   IT 业界特快   norton 诺顿病毒库   代理列表   search FTP搜索   whois IP地理位置   blog 追求完美  
money理财   life生活   RSS聚合门户   firefox WEB浏览器   免费域名   typeset 假古文   AntiVirus 反病毒   ipcn 站点导航  

« [攻略] 用 squidnt 打造超强 windows 代理服务器 | Main | 为RSA部署打包写 rpm spec 牵涉的一些TIPS »

February 17, 2006

RSA SecurID Authentication linux sshd PAM deploy

版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。
http://windtear.net/archives/2006/02/17/000919.html
http://windtear.net/archives/2006/02/17/000919.html

RSA SecurID Authentication linux sshd PAM deploy

这个系列我想我应该不会写的太详细 点到为止 嗯

1. 先说PAM:

PAM (Pluggable Authentication Modules )是由Sun提出的一种认证机制。它通过提供
一些动态链接库和一套统一的API,将系统提供的服务和该服务的认证方式分开,使得系统
管理员可以灵活地根据需要给不同的服务配置不同的认证方式而无需更改服务程序,同时也
便于向系统中添加新的认证手段。

PAM的框架结构图如下:

           各
           系
用         统-------PAM
  -------- 服------- 核---------不同认证机制
户         务------- 心
                     |
                     |
系统管理员--PAM配置文件

本文要改的 PAM 配置文件为:
/etc/pam.d/sshd
auth       required     pam_securid.so reserve


2. 再说RSA SecurID Authentication Agent PAM

官方最新版地址:
http://www.rsasecurity.com/node.asp?id=1177
6727680 AuthenticationAgent_534_PAM.tar

关键文件:
-rwx------    1 root     900        895304 Jun 17  2005 lib/pam_securid.so
Redhat Enterprise Linux 上的位置:
/lib/security/pam_securid.so

RSA SecurID Authentication Agent 相关小工具:
-rwx------    1 root     900        847644 Jun 17  2005 bin/acestatus
-rwx------    1 root     900        854907 Jun 17  2005 bin/acetest

RSA SecurID Authentication Agent 相关关键配置:
1024 /var/ace/sdconf.rec
 512 /var/ace/securid
     /var/ace/sdopts.rec
CLIENT_IP=1.2.3.4

/etc/sd_pam.conf
VAR_ACE=/var/ace


相关文章:
RSA SecurID 集成Windows认证
http://windtear.net/archives/2005/12/27/000867.html

RSA SecurID 双因素认证(Two-Factor Authentication) (导言)
http://windtear.net/archives/2005/12/22/000863.html
本blog WWW

Posted by windtear at February 17, 2006 11:22 PM

Trackback Pings

TrackBack URL for this entry:
http://cgi.windtear.net/cgi-bin/wt-tb.cgi/919

Comments

sun还是为it作出了不少贡献的,比如nfs,java等,不过现在江河日下了。

Posted by: xjb at February 18, 2006 10:07 PM

Post a comment

Remember Me?



我爱网络
2007-12-31 23:51 2007年度 ipcn.org/ipchina.org 总结报告
2007-12-31 00:31 vmware gsx server service
2007-12-31 00:15 squid 对 404 302 缓存的相关问题
2007-12-30 14:24 升级到 MovableType 3.3x 并修改 entry_basename 兼容性
2007-12-30 13:52 [php] realip judge 前面补0的ip格式剔除
2007-12-14 16:34 rm -rf * 系统管理员要排查的定时炸弹
2007-12-13 19:03 山西的宽带运营商太过分了 私自窜改dns解析
2007-12-13 16:35 F5 MIB 再学习 唯一性标记用地址的小bug
2007-12-11 22:15 perl 用Spreadsheet::WriteExcel写了个处理/读写excel的小程序
2007-12-11 13:39 perl 变量转义的问题

本站使用中的任何问题,请与 windtear SPAM windtear SPAM net 联系
Copyright© 1999-2008 Windtear. All rights reserved.
京ICP备05050670号