Displaying 1 result from an estimated 1 matches for "sshd_user_rsa_key_allow".
Did you mean:
sshd_user_rsa_key_allowed
2011 Feb 08
1
Feature Request: Plugin Model for authorizing public keys
...d this as the only other functionality like this I saw were things like
the LPK/Fed-SSH patches that assume one is running LDAP; this mechanism
allows a user to run whatever arbitrary things they want to determine what
keys map to what users (or by group, etc.).
Thank you!
/**
* NAME:
* int sshd_user_rsa_key_allowed(RSA *rsa, struct passwd *pwd, const
char *fingerprint)
*
* DESCRIPTION:
* Determines whether or not the specified key is allowed to
authenticate as the user in pwd
*
* INPUTS:
* RSA * rsa The RSA public key used by the remote
party (signature check has already...