inspec/test/cookbooks/os_prepare/recipes/ssh.rb

8 lines
152 B
Ruby
Raw Normal View History

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