inspec/test/cookbooks/os_prepare/recipes/ssh.rb
Tim Smith 4b3095dac2 Further modernize the cookbook and remove legacy setup
Remove container setup that comes for free with the dokken containers now
Use the new openssl resource names
Remove all the encoding statements that even rubocop doesn't recommend anymore
Remove some compatibility with centos-5 and ubuntu 15.10

Signed-off-by: Tim Smith <tsmith@chef.io>
2019-02-13 21:50:33 -08:00

6 lines
134 B
Ruby

# author: Christoph Hartmann
#
# installs ssh
return if node['platform_family'] == 'windows'
include_recipe 'ssh-hardening::default'