diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 11 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 7 insertions, 11 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 73b7cfc89..b8ae5d37b 100644 --- a/debian/README.Debian +++ b/debian/README.Debian | |||
@@ -4,17 +4,6 @@ OpenSSH for Debian | |||
4 | UPGRADE ISSUES | 4 | UPGRADE ISSUES |
5 | ============== | 5 | ============== |
6 | 6 | ||
7 | Privilege Separation | ||
8 | -------------------- | ||
9 | |||
10 | As of 3.3, openssh has employed privilege separation to reduce the | ||
11 | quantity of code that runs as root, thereby reducing the impact of | ||
12 | some security holes in sshd. This now also works properly with PAM. | ||
13 | |||
14 | Privilege separation is turned on by default, so, if you decide you | ||
15 | want it turned off, you need to add "UsePrivilegeSeparation no" to | ||
16 | /etc/ssh/sshd_config. | ||
17 | |||
18 | PermitRootLogin | 7 | PermitRootLogin |
19 | --------------- | 8 | --------------- |
20 | 9 | ||
diff --git a/debian/changelog b/debian/changelog index c5c4abb7b..ae5b84e09 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,10 @@ | |||
1 | openssh (1:7.5p1-4) UNRELEASED; urgency=medium | ||
2 | |||
3 | * Drop README.Debian section on privilege separation, as it's no longer | ||
4 | optional. | ||
5 | |||
6 | -- Colin Watson <cjwatson@debian.org> Wed, 03 May 2017 12:23:16 +0100 | ||
7 | |||
1 | openssh (1:7.5p1-3) experimental; urgency=medium | 8 | openssh (1:7.5p1-3) experimental; urgency=medium |
2 | 9 | ||
3 | * Fix debian/adjust-openssl-dependencies to account for preferring | 10 | * Fix debian/adjust-openssl-dependencies to account for preferring |