Skip to content

Commit 632a1a2

Browse files
Merge pull request #122 from dev-sec/fix_roaming
UseRoaming is deprecated, only check on older versions
2 parents 3a0383b + 8da58b9 commit 632a1a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controls/ssh_spec.rb

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
impact 1.0
220220
title 'Client: Do not allow Roaming'
221221
desc 'Workaround for SSH Client Bug CVE-2016-0777 and CVE-2016-0778'
222+
only_if { ssh_crypto.ssh_version < 7.2 }
222223
describe ssh_config do
223224
its('UseRoaming') { should eq('no') }
224225
end

0 commit comments

Comments
 (0)