Skip to content

cpick/pam-ssh-agent-auth-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pam-ssh-agent-auth Cookbook

Install pam_ssh_agent_auth from a launchpad.net ppa and enable it for sudo on Ubuntu 12.04 (precise) machines.

Patches (especially to support other architectures/OS vesrions) very welcome.

Requirements

packages

  • apt - used to add the ppa.

Attributes

pam-ssh-agent-auth::default

Key Type Description
['pam_ssh_agent_auth']['keys'] Array Authorized keys to accept when sudo is authenticating via the ssh-agent.

Usage

pam-ssh-agent-auth::default

Just set your authorized keys and include pam-ssh-agent-auth in your node's run_list:

{
  "pam_ssh_agent_auth": {
    "keys": [
      "ssh-rsa ...",
      "ssh-rsa ..."
    ]
  },
  "run_list": [
    "recipe[pam-ssh-agent-auth]"
  ]
}

Contributing

Please use standard Github issues/pull requests.

License and Authors

Authors: Chris Pick

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages