CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/12/04 16:54:02
Modified files: usr.bin/ssh : sshconnect2.c Log message: Fix public key authentication when multiple authentication is in use. Instead of deleting and re-preparing the entire keys list, just reset the 'used' flags; the keys list is already in a good order (with already- tried keys at the back) Analysis and patch from Vincent Brillault on bz#2642; ok dtucker@