diff options
author | des <des@FreeBSD.org> | 2008-09-01 23:50:56 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2008-09-01 23:50:56 +0000 |
commit | cb1bd25c2ffee51ff6dd342a65fb44ca77f62814 (patch) | |
tree | 717d13f484937c82e36ff4eb64937f99ce8330b3 /UPDATING | |
parent | 34e07c5340d718278aa401c0a651ec9f79da700d (diff) | |
download | FreeBSD-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-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |