summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2017-03-21 16:49:17 -0400
committerAneesh Agrawal <aneeshusa@gmail.com>2017-04-10 19:39:22 -0400
commit769b991be6c44292c09cc2a6a3f5d882b6110ec0 (patch)
treef85cd056ffe8760251f6b7ecb5bcf43d79960bc6 /nixos
parent7701cbca6b55eb9dee6e61766376dba42a8b32f2 (diff)
openssh: 7.4p1 -> 7.5p1
Release notes are available at https://www.openssh.com/txt/release-7.5. Mostly a bugfix release, no major backwards-incompatible changes. Remove deprecated `UsePrivilegeSeparation` option, which is now mandatory.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/ssh/sshd.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/ssh/sshd.nix b/nixos/modules/services/networking/ssh/sshd.nix
index 42b50d0426a9..bebf4e145ca8 100644
--- a/nixos/modules/services/networking/ssh/sshd.nix
+++ b/nixos/modules/services/networking/ssh/sshd.nix
@@ -316,8 +316,6 @@ in
UsePAM yes
- UsePrivilegeSeparation sandbox
-
AddressFamily ${if config.networking.enableIPv6 then "any" else "inet"}
${concatMapStrings (port: ''
Port ${toString port}