CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/22 00:51:30
Modified files:
usr.bin/ssh : auth.h auth2-pubkey.c monitor.c sshd_config.5
Log message:
remember which public keys have been used for authentication and
refuse to accept previously-used keys.
This allows AuthenticationMethods=publickey,publickey to require
that users authenticate using two _different_ pubkeys.
ok markus@
