Adminlogs.info
  • Apache
  • Scripts
  • MySql
  • Nagios
  • Mail servers
  • Linux Tips

Explore, Enjoy and Share Linux …..

  • You are here : 
  • Adminlogs.info
  • /Posts with tag [ rsa pam agent ]
  • How to Setup RSA SecurID Authentication Agent for PAM on Linux ?

    March 20, 2013 Author: Admin
    4 Comments
    Email, RSS Follow

    Today I have setup an EMC RSA auth manager server for one of our development projects . As a part of this I had to setup multiple RSA client machines which are protected by RSA PAM agent . After googling I couldn’t find that much number of docs related to this ( except EMC doc , unfortunately a confusing one) .

    rsa-auth-agent

     

    1) Download the pam_agent module from the EMC site

    http://singapore.emc.com/security/rsa-securid/rsa-authentication-agents/pam-7-1.htm

    ftp://ftp.rsasecurity.com/pub/agents/PAM-Agent_v7.1.0.149.01_14_13_00_07_15.tar

    2)  # tar -xf  PAM-Agent_v7.1.0.149.01_14_13_00_07_15.tar

    3)  # mkdir /var/ace

    4)  # cd  PAM-Agent_v7.1.0.149.01_14_13_00_07_15

    5)  # ./install_pam.sh

    6) copy the sdconf.rec file from the RSA authmgr server to “/var/ace ” of the rsa client

         # scp /usr/local/RSASecurity/RSAAuthenticationManager/radius/sdconf.rec    [email protected]:/var/ace/

    7) create a file “sdopts.rec” with rsaclient ip address or localhost

        # cat /var/ace/sdopts.rec

         CLIENT_IP=127.0.0.1

    8) Make the following changes in sshd_config of the rsaclient

    UsePAM yes
    PasswordAuthentication no
    ChallengeResponseAuthentication yes
    UsePrivilegeSeparation no

    9) Disable system-auth and enable pam_secureid module in /etc/pam.d/ssh as follows

        #auth include system-auth
    auth required pam_securid.so

    10)  Restart ssh

    Thats it !!  😉


    [Translate]

Subscribe Adminlogs

Enter your e-mail id

Most Read Posts

  • No results available

Random Posts

  • Moin Moin Wiki Active Directory Integration
  • Nagios jabber Configuration
  • New PHP-CGI exploit: CVE-2012-1823, Badly affecting php scripts
  • Postfix commands
  • Most Common OpenSSL Commands
  • Monitor Remote Windows Machine Using Nagios on Linux
  • LAMP server setup
  • Setting up of GitWeb : Web interface for Git
  • How to install yum on CentOS5
  • FTP Failed to retrieve directory listing

Recent Comments

  • Hi Folks, I have a situation in weblogic server whFrom Sunil N  2017-06-03 11:13:00
  • Perfect. Thank you for continuing to share this.From Shawn Faulkingham  2017-05-10 23:35:00
  • Thank you! I needed results quickly and this scripFrom gabotron  2017-01-31 02:39:00
  • Four years since and still very useful. Thank you!From Forkbeard  2016-12-01 22:31:00
  • I also needed to stop by and say "THANK YOU" fantaFrom Kel  2016-07-07 00:42:00
  • Thank you !!! How do you limit to top 10 domains ?From Sogood  2016-05-10 23:04:00
  • I found this script last year. I forgot to say "ThFrom pdwalker  2016-05-05 11:36:00
  • Hi. Very usefull script. Maybe what I'm looking foFrom Cidious Romeous  2015-12-22 05:39:00
  • How did you limit count?From sree  2015-10-28 18:03:00
  • I am a new bee to shell scripts.... It helped me aFrom vikash gupta  2015-10-21 13:22:00
Adminlogs.infoTheme zAlive by zenoven.
  • Apache
  • Scripts
  • MySql
  • Nagios
  • Mail servers
  • Linux Tips
powered byGoogle