Skip to content

Commit

Permalink
sshd: Remove UsePrivilegeSeparation option
Browse files Browse the repository at this point in the history
This option is deprecated, see https://www.openssh.com/txt/release-7.5.
  • Loading branch information
edolstra committed Feb 8, 2018
1 parent b2065cc commit 6bc8892
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nixos/modules/services/networking/ssh/sshd.nix
Expand Up @@ -375,9 +375,6 @@ in
# LogLevel VERBOSE logs user's key fingerprint on login.
# Needed to have a clear audit track of which key was used to log in.
LogLevel VERBOSE
# Use kernel sandbox mechanisms where possible in unprivileged processes.
UsePrivilegeSeparation sandbox
'';

assertions = [{ assertion = if cfg.forwardX11 then cfgc.setXAuthLocation else true;
Expand Down

0 comments on commit 6bc8892

Please sign in to comment.