We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create the tests for this commit dev-sec/chef-ssh-hardening#111
The text was updated successfully, but these errors were encountered:
I tried to add a test for sftp here: https://github.com/rndmh3ro/tests-ssh-hardening/blob/sftp/controls/sshd_spec.rb#L458-L465
But so far my attempts in using the sshd resource failed. These do not work:
describe sshd_config do its('Subsystem sftp') { should eq nil } end
describe sshd_config do its('Subsystem sftp') { should_not exist } end
describe sshd_config do its('Subsystem') { should_not include('sftp') } end
Is it possible with the sshd resource or should I just use the file module with content?
Sorry, something went wrong.
No branches or pull requests
create the tests for this commit dev-sec/chef-ssh-hardening#111
The text was updated successfully, but these errors were encountered: