Skip to content

Commit 00efe48

Browse files
artem-sidorenkochris-rock
authored andcommitted
Debian 10 has Openssh 7.9 with deperecated UsePrivilegeSeparation (#135)
https://www.openssh.com/txt/release-7.5 Signed-off-by: Artem Sidorenko <artem@posteo.de>
1 parent fb4465f commit 00efe48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libraries/ssh_crypto.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ def valid_privseparation
193193
case inspec.os[:release]
194194
when /^6\./
195195
ps = ps53
196+
when /^10\./
197+
ps = ps75
196198
end
197199
when 'redhat', 'centos', 'oracle'
198200
case inspec.os[:release]

0 commit comments

Comments
 (0)