CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/12/30 16:52:28
Modified files:
usr.bin/ssh : auth2-hostbased.c auth2-pubkey.c compat.c
compat.h ssh-rsa.c sshconnect.c sshconnect2.c
sshd.c
Log message:
refuse RSA keys from old proprietary clients/servers that use the
obsolete RSA+MD5 signature scheme. it will still be possible to connect
with these clients/servers but only DSA keys will be accepted, and we'll
deprecate them entirely in a future release. ok markus@
