Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

ssh-auth (5) Versions 0.1.2

Configures ssh

Policyfile
Berkshelf
Knife
cookbook 'ssh-auth', '= 0.1.2', :supermarket
cookbook 'ssh-auth', '= 0.1.2'
knife supermarket install ssh-auth
knife supermarket download ssh-auth
README
Dependencies
Changelog
Quality 0%

ssh-auth-cookbook

Configures ssh and provides some utils for auth keys

Supported Platforms

RHEL, CentOs, Ubuntu and many other Linux flavours

Attributes

Key Type Description Default
[:ssh][:install_dir] String Installation dir "/etc/ssh"
[:ssh][:authorized_keys_dir] String Authorize keys in relative to install_dir "authorized_keys"
[:ssh][:user] String User name "root"
[:ssh][:group] String User group "root"

Usage

ssh-auth::default

Include ssh-auth in your node's run_list:

{
  "run_list": [
    "recipe[ssh-auth::default]"
  ]
}

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Locations

License and Authors

License:: Apache 2.0
Author:: phaninder (pasupulaphani@gmail.com)

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

users-auth Applicable Versions

0.1.0

Initial release of ssh-auth

Foodcritic Metric
            

0.1.2 failed this metric

FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/889f297b1bd1f3c5a9b97fd7/ssh-auth/attributes/default.rb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/889f297b1bd1f3c5a9b97fd7/ssh-auth/attributes/default.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/889f297b1bd1f3c5a9b97fd7/ssh-auth/attributes/default.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/889f297b1bd1f3c5a9b97fd7/ssh-auth/attributes/default.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/889f297b1bd1f3c5a9b97fd7/ssh-auth/definitions/ssh_key.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/889f297b1bd1f3c5a9b97fd7/ssh-auth/recipes/sshd.rb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/889f297b1bd1f3c5a9b97fd7/ssh-auth/recipes/sshd.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/889f297b1bd1f3c5a9b97fd7/ssh-auth/recipes/sshd.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/889f297b1bd1f3c5a9b97fd7/ssh-auth/recipes/sshd.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/889f297b1bd1f3c5a9b97fd7/ssh-auth/recipes/sshd.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/889f297b1bd1f3c5a9b97fd7/ssh-auth/recipes/sshd.rb:19
FC015: Consider converting definition to a LWRP: /tmp/cook/889f297b1bd1f3c5a9b97fd7/ssh-auth/definitions/ssh_key.rb:1
FC033: Missing template: /tmp/cook/889f297b1bd1f3c5a9b97fd7/ssh-auth/recipes/sshd.rb:16