diff options
author | Colin Watson <cjwatson@debian.org> | 2019-10-09 22:59:48 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-10-09 23:39:39 +0100 |
commit | 767ee84d3465b6d244a9108de5c167a9ab866df9 (patch) | |
tree | 69b14ef6a62d7f133298a21d2ad6046f130b7801 /debian/NEWS | |
parent | ddeaf9ee7d5c6612b88f1c4a83fc6fbccb93bf60 (diff) | |
parent | efef12825b9582c1710da3b7e50135870963d4f4 (diff) |
New upstream release (8.1p1)
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 9c9bd7e78..17ec2c1be 100644 --- a/debian/NEWS +++ b/debian/NEWS | |||
@@ -1,3 +1,16 @@ | |||
1 | openssh (1:8.1p1-1) UNRELEASED; urgency=medium | ||
2 | |||
3 | OpenSSH 8.1 includes a number of changes that may affect existing | ||
4 | configurations: | ||
5 | |||
6 | * ssh-keygen(1): when acting as a CA and signing certificates with an RSA | ||
7 | key, default to using the rsa-sha2-512 signature algorithm. | ||
8 | Certificates signed by RSA keys will therefore be incompatible with | ||
9 | OpenSSH versions prior to 7.2 unless the default is overridden (using | ||
10 | "ssh-keygen -t ssh-rsa -s ..."). | ||
11 | |||
12 | -- Colin Watson <cjwatson@debian.org> Wed, 09 Oct 2019 23:18:42 +0100 | ||
13 | |||
1 | openssh (1:8.0p1-1) experimental; urgency=medium | 14 | openssh (1:8.0p1-1) experimental; urgency=medium |
2 | 15 | ||
3 | OpenSSH 8.0 includes a number of changes that may affect existing | 16 | OpenSSH 8.0 includes a number of changes that may affect existing |