svn commit: r294487 - head

Gleb Smirnoff glebius at FreeBSD.org
Thu Jan 21 07:54:06 UTC 2016


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.
 


More information about the svn-src-head mailing list