summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-09-01 23:50:56 +0000
committerdes <des@FreeBSD.org>2008-09-01 23:50:56 +0000
commitcb1bd25c2ffee51ff6dd342a65fb44ca77f62814 (patch)
tree717d13f484937c82e36ff4eb64937f99ce8330b3 /UPDATING
parent34e07c5340d718278aa401c0a651ec9f79da700d (diff)
downloadFreeBSD-src-cb1bd25c2ffee51ff6dd342a65fb44ca77f62814.zip
FreeBSD-src-cb1bd25c2ffee51ff6dd342a65fb44ca77f62814.tar.gz
Belatedly add a notice about the reversed order of preference for OpenSSH
authentication keys.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d0ed6ac..cbea544 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
OpenPOWER on IntegriCloud