Displaying 1 result from an estimated 1 matches for "libsshplugin".
2011 Feb 08
1
Feature Request: Plugin Model for authorizing public keys
...e their own
plugins for authorizing use of a public key. I've got a private branch of
this working, but would like feedback before submitting a patch (starting
with whether the community would want this). Essentially, I've added a line
in sshd_config like:
PubKeyPlugin ~/local/dev/plugin/libsshplugin.so/dylib/.<http://libsshplugin.so/dylib/>
..
Which dlopen's said plugin and looks for a function that checks access for
RSA public keys (function defined below). It would not be a stretch to add
DSA et al., but I didn't want to bother unless this gets blessed. The
function gets invok...