Skip to content

Commit 11948ad

Browse files
authored
Merge pull request #181 from schurzi/ubuntu2004
add support for ubuntu20.04
2 parents ee424e5 + 7dc4e5e commit 11948ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/ssh_crypto.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def valid_privseparation # rubocop:disable Metrics/CyclomaticComplexity
212212
end
213213
when 'ubuntu'
214214
case inspec.os[:release]
215-
when /^18\./
215+
when /^18\./, /^20\./
216216
ps = ps75
217217
end
218218
when 'fedora', 'alpine', 'arch'

0 commit comments

Comments
 (0)