diff options
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index c0a535cf2..c8d01545f 100644 --- a/debian/NEWS +++ b/debian/NEWS | |||
@@ -1,3 +1,17 @@ | |||
1 | openssh (1:8.0p1-1) unstable; urgency=medium | ||
2 | |||
3 | OpenSSH 8.0 includes a number of changes that may affect existing | ||
4 | configurations: | ||
5 | |||
6 | * sshd(8): Remove support for obsolete "host/port" syntax. | ||
7 | Slash-separated host/port was added in 2001 as an alternative to | ||
8 | host:port syntax for the benefit of IPv6 users. These days there are | ||
9 | established standards for this like [::1]:22 and the slash syntax is | ||
10 | easily mistaken for CIDR notation, which OpenSSH supports for some | ||
11 | things. Remove the slash notation from ListenAddress and PermitOpen. | ||
12 | |||
13 | -- Colin Watson <cjwatson@debian.org> Wed, 05 Jun 2019 07:09:47 +0100 | ||
14 | |||
1 | openssh (1:7.9p1-1) unstable; urgency=medium | 15 | openssh (1:7.9p1-1) unstable; urgency=medium |
2 | 16 | ||
3 | OpenSSH 7.9 includes a number of changes that may affect existing | 17 | OpenSSH 7.9 includes a number of changes that may affect existing |