Skip to content

Commit

Permalink
correct alignment
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
  • Loading branch information
schurzi committed Aug 4, 2022
1 parent f22c1ad commit 4d9a75a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libraries/ssh_crypto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ def valid_kexs
# https://packages.ubuntu.com/search?keywords=openssh-server
when 'ubuntu'
kex = if inspec.os[:release][0, 2] >= '22'
kex85
elsif inspec.os[:release][0, 2] >= '19'
kex80
else
kex66
end
kex85
elsif inspec.os[:release][0, 2] >= '19'
kex80
else
kex66
end
# https://packages.debian.org/search?keywords=openssh-server
when 'debian'
case inspec.os[:release]
Expand Down

0 comments on commit 4d9a75a

Please sign in to comment.