sshd: Remove UsePrivilegeSeparation option
This option is deprecated, see https://www.openssh.com/txt/release-7.5.
This commit is contained in:
parent
b2065cc132
commit
6bc889205a
@ -375,9 +375,6 @@ in
|
|||||||
# LogLevel VERBOSE logs user's key fingerprint on login.
|
# LogLevel VERBOSE logs user's key fingerprint on login.
|
||||||
# Needed to have a clear audit track of which key was used to log in.
|
# Needed to have a clear audit track of which key was used to log in.
|
||||||
LogLevel VERBOSE
|
LogLevel VERBOSE
|
||||||
|
|
||||||
# Use kernel sandbox mechanisms where possible in unprivileged processes.
|
|
||||||
UsePrivilegeSeparation sandbox
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
assertions = [{ assertion = if cfg.forwardX11 then cfgc.setXAuthLocation else true;
|
assertions = [{ assertion = if cfg.forwardX11 then cfgc.setXAuthLocation else true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user