Skip to content

Commit 8da58b9

Browse files
Sebastian GumprichSebastian Gumprich
Sebastian Gumprich
authored and
Sebastian Gumprich
committed
UseRoaming is deprecated, only check on older versions
UseRoaming was deprecated in OpenSSH 7.2, see this commit: openssh/openssh-portable@a306863 This PR adds a condition so the control checks only on older version. Fixes #121 Signed-off-by: Sebastian Gumprich <github@gumpri.ch>
1 parent 3a0383b commit 8da58b9

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)