We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdcabb commit fd13122Copy full SHA for fd13122
controls/ssh_spec.rb
@@ -236,7 +236,7 @@
236
file('/etc/sysconfig/sshd').exist? && file('/etc/sysconfig/sshd').content.match?(/CRYPTO_POLICY/)
237
end
238
239
- describe bash("ssh -G localhost") do
+ describe bash('ssh -G localhost') do
240
its('exit_status') { should eq 0 }
241
its('stdout') { should match('ciphers ' + ssh_crypto.valid_ciphers) }
242
its('stdout') { should match('kexalgorithms ' + ssh_crypto.valid_kexs) }
0 commit comments