Skip to content

Commit

Permalink
Merge pull request #185 from joubbi/master
Browse files Browse the repository at this point in the history
Legacy Protocol statement is removed from version 7.6 and above, sinc…
  • Loading branch information
micheelengronne authored Dec 16, 2020
2 parents 2691867 + 711def3 commit d83531f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controls/ssh_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
impact 1.0
title 'Client: Specify protocol version 2'
desc "Only SSH protocol version 2 connections should be permitted. Version 1 of the protocol contains security vulnerabilities. Don't use legacy insecure SSHv1 connections anymore."
only_if { ssh_crypto.ssh_version < 7.6 }
describe ssh_config(ssh_custom_path + '/ssh_config') do
its('Protocol') { should eq('2') }
end
Expand Down

0 comments on commit d83531f

Please sign in to comment.