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.
This commit is contained in:
Aneesh Agrawal
2017-04-10 19:39:22 -04:00
parent 7701cbca6b
commit 769b991be6
2 changed files with 4 additions and 6 deletions
@@ -316,8 +316,6 @@ in
UsePAM yes
UsePrivilegeSeparation sandbox
AddressFamily ${if config.networking.enableIPv6 then "any" else "inet"}
${concatMapStrings (port: ''
Port ${toString port}