CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/12/19 15:12:07
Modified files:
usr.bin/ssh : auth.h auth2-gss.c auth2-hostbased.c
auth2-kbdint.c auth2-none.c auth2-passwd.c
auth2-pubkey.c auth2.c
Log message:
prepare for multiple names for authmethods
allow authentication methods to have one additional name beyond their
primary name.
allow lookup by this synonym
Use primary name for authentication decisions, e.g. for
PermitRootLogin=publickey
Pass actual invoked name to the authmethods, so they can tell whether they
were requested via the their primary name or synonym.
ok markus@