CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/03/02 20:01:50
Modified files: usr.bin/ssh : sshconnect2.c Log message: warn when the agent returns a signature type that was different to what was requested. This might happen when an old/non-OpenSSH agent is asked to make a rsa-sha2-256/512 signature but only supports ssh-rsa. bz#2799 feedback and ok markus@