aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2008-09-01 23:50:56 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2008-09-01 23:50:56 +0000
commiteaeb50d411b0b61ad58228701d5dea647746f678 (patch)
tree717d13f484937c82e36ff4eb64937f99ce8330b3 /UPDATING
parent0b4f8552dd7e376cb6c336906cc438abd54d4c13 (diff)
downloadsrc-eaeb50d411b0b61ad58228701d5dea647746f678.tar.gz
src-eaeb50d411b0b61ad58228701d5dea647746f678.zip
Belatedly add a notice about the reversed order of preference for OpenSSH
authentication keys.
Notes
Notes: svn path=/head/; revision=182662
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d0ed6acb9a7c..cbea544730b4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -41,6 +41,21 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
Adding these drivers to your kernel configuration file shall
cause compilation to fail.
+20080801:
+ OpenSSH has been upgraded to 5.1p1.
+
+ For many years, FreeBSD's version of OpenSSH preferred DSA
+ over RSA for host and user authentication keys. With this
+ upgrade, we've switched to the vendor's default of RSA over
+ DSA. This may cause upgraded clients to warn about unknown
+ host keys even for previously known hosts. Users should
+ follow the usual procedure for verifying host keys before
+ accepting the RSA key.
+
+ This can be circumvented by setting the "HostKeyAlgorithms"
+ option to "ssh-dss,ssh-rsa" in ~/.ssh/config or on the ssh
+ command line.
+
20080713:
The sio(4) driver has been removed from the i386 and amd64
kernel configuration files. This means uart(4) is now the