From 7dc4e5e857068a413f1723c844d551d90303d9ad Mon Sep 17 00:00:00 2001 From: Martin Schurz Date: Sat, 22 Aug 2020 17:20:08 +0200 Subject: [PATCH] add support for ubuntu20.04 Signed-off-by: Martin Schurz --- libraries/ssh_crypto.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ssh_crypto.rb b/libraries/ssh_crypto.rb index ab3f023..63b4a0c 100644 --- a/libraries/ssh_crypto.rb +++ b/libraries/ssh_crypto.rb @@ -210,7 +210,7 @@ def valid_privseparation # rubocop:disable Metrics/CyclomaticComplexity end when 'ubuntu' case inspec.os[:release] - when /^18\./ + when /^18\./, /^20\./ ps = ps75 end when 'fedora', 'alpine', 'arch'