Skip to content

Puppet module that installs the pam_ssh_agent_auth PAM module and changes the /etc/pam.d/sudo config so that sudoers are authenticated with their ssh-agent instead of a password.

Notifications You must be signed in to change notification settings

icg-puppet/pam_ssh_agent_auth_sudo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pam_ssh_agent_auth_sudo

Build Status

Puppet module that installs the pam_ssh_agent_auth PAM module and changes the /etc/pam.d/sudo config so that sudoers are authenticated with their ssh-agent instead of a password.

All you need to get your servers doing this:

include pam_ssh_agent_auth_sudo

You may wish to check out the pam_ssh_agent_auth project page for more information on the PAM module.

License

Apache License, Version 2.0

Contact

Toby Collier tobycollier@gmail.com

Support

  • Amazon Linux provides a package for the PAM module in the default repo settings.
  • RHEL and CentOS have packages in EPEL, but that repo needs to be enabled separately.

Please log bugs and feature requests at the GitHub issues page.

About

Puppet module that installs the pam_ssh_agent_auth PAM module and changes the /etc/pam.d/sudo config so that sudoers are authenticated with their ssh-agent instead of a password.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 55.7%
  • Ruby 44.3%