nixos: Remove deprecated sshd option: default is true

This commit is contained in:
Michael Peyton Jones 2018-01-07 11:49:17 +00:00
parent f59a0f7f1a
commit c94aa7579d

View File

@ -367,9 +367,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;