Author: glebius Date: Thu Jan 21 07:54:05 2016 New Revision: 294487 URL: https://svnweb.freebsd.org/changeset/base/294487
Log: Note that new ssh(1) doesn't allow to use DSA keys by default. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Jan 21 05:59:33 2016 (r294486) +++ head/UPDATING Thu Jan 21 07:54:05 2016 (r294487) @@ -32,6 +32,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 20160119: + The default configuration of ssh(1) no longer allows to use ssh-dss + keys. To enable using them, add 'ssh-dss' to PubkeyAcceptedKeyTypes + option in the /etc/ssh/ssh_config. Refer to ssh_config(5) for more + information. The NONE and HPN patches has been removed from OpenSSH. They are still available in the security/openssh-portable port. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"